package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "test:map-init": "node tests/map-initialization-unit.test.js",
  24. "test:map-center-zoom": "node tests/map-center-zoom-property.test.js",
  25. "test:geolocation": "node tests/geolocation-unit.test.js"
  26. },
  27. "keywords": [
  28. "农业",
  29. "物联网",
  30. "智慧农业"
  31. ],
  32. "author": "",
  33. "license": "ISC",
  34. "dependencies": {
  35. "@dcloudio/uni-app": "3.0.0-4020920240930001",
  36. "@dcloudio/uni-h5": "3.0.0-4020920240930001",
  37. "@dcloudio/uni-mp-weixin": "3.0.0-4020920240930001",
  38. "@vitejs/plugin-vue": "^5.2.1",
  39. "event-source-polyfill": "^1.0.31",
  40. "uview-plus": "^3.2.0",
  41. "vue": "^3.4.21",
  42. "vuex": "^4.1.0"
  43. },
  44. "devDependencies": {
  45. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  46. "@dcloudio/vite-plugin-uni": "3.0.0-4020920240930001",
  47. "cross-env": "^10.1.0",
  48. "fast-check": "^4.5.3",
  49. "sass": "^1.69.5",
  50. "vite": "^5.2.8"
  51. }
  52. }