package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "nongxiaoyu",
  3. "version": "1.0.0",
  4. "description": "农小禹智慧农业系统",
  5. "main": "main.js",
  6. "scripts": {
  7. "dev:h5": "cross-env UNI_INPUT_DIR=./ uni -p h5",
  8. "dev:mp-weixin": "cross-env UNI_INPUT_DIR=./ uni -p mp-weixin",
  9. "build:h5": "cross-env UNI_INPUT_DIR=./ uni build -p h5",
  10. "build:mp-weixin": "cross-env UNI_INPUT_DIR=./ uni build -p mp-weixin",
  11. "test:deps": "node tests/dependency-verification.test.js",
  12. "test:main": "node tests/main-migration-verification.test.js",
  13. "test:store": "node tests/store-functionality.test.js",
  14. "test:utils": "node tests/utils-functions.test.js",
  15. "test:dict-tag": "node tests/dict-tag-component-property.test.js",
  16. "test:dict-tag-unit": "node tests/dict-tag-component-unit.test.js",
  17. "test:location-picker": "node tests/location-picker-component-property.test.js",
  18. "test:location-picker-functional": "node tests/location-picker-component-functional.test.js",
  19. "test:jessibuca": "node tests/jessibuca-component-functional.test.js",
  20. "test:login-store": "node tests/login-page-store-property.test.js",
  21. "test:comprehensive": "node tests/comprehensive-property-tests.test.js",
  22. "test:cross-platform": "node tests/cross-platform-functional.test.js"
  23. },
  24. "keywords": [
  25. "农业",
  26. "物联网",
  27. "智慧农业"
  28. ],
  29. "author": "",
  30. "license": "ISC",
  31. "dependencies": {
  32. "@dcloudio/uni-app": "3.0.0-4020920240930001",
  33. "@dcloudio/uni-h5": "3.0.0-4020920240930001",
  34. "@dcloudio/uni-mp-weixin": "3.0.0-4020920240930001",
  35. "@vitejs/plugin-vue": "^5.2.1",
  36. "event-source-polyfill": "^1.0.31",
  37. "uview-plus": "^3.2.0",
  38. "vue": "^3.4.21",
  39. "vuex": "^4.1.0"
  40. },
  41. "devDependencies": {
  42. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  43. "@dcloudio/vite-plugin-uni": "3.0.0-4020920240930001",
  44. "cross-env": "^10.1.0",
  45. "sass": "^1.69.5",
  46. "vite": "^5.2.8"
  47. }
  48. }