| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "nongxiaoyu",
- "version": "1.0.0",
- "description": "农小禹智慧农业系统",
- "main": "main.js",
- "scripts": {
- "dev:h5": "cross-env UNI_INPUT_DIR=./ uni -p h5",
- "dev:mp-weixin": "cross-env UNI_INPUT_DIR=./ uni -p mp-weixin",
- "build:h5": "cross-env UNI_INPUT_DIR=./ uni build -p h5",
- "build:mp-weixin": "cross-env UNI_INPUT_DIR=./ uni build -p mp-weixin",
- "test:deps": "node tests/dependency-verification.test.js",
- "test:main": "node tests/main-migration-verification.test.js",
- "test:store": "node tests/store-functionality.test.js",
- "test:utils": "node tests/utils-functions.test.js",
- "test:dict-tag": "node tests/dict-tag-component-property.test.js",
- "test:dict-tag-unit": "node tests/dict-tag-component-unit.test.js",
- "test:location-picker": "node tests/location-picker-component-property.test.js",
- "test:location-picker-functional": "node tests/location-picker-component-functional.test.js",
- "test:jessibuca": "node tests/jessibuca-component-functional.test.js",
- "test:login-store": "node tests/login-page-store-property.test.js",
- "test:comprehensive": "node tests/comprehensive-property-tests.test.js",
- "test:cross-platform": "node tests/cross-platform-functional.test.js",
- "test:map-init": "node tests/map-initialization-unit.test.js",
- "test:map-center-zoom": "node tests/map-center-zoom-property.test.js",
- "test:geolocation": "node tests/geolocation-unit.test.js"
- },
- "keywords": [
- "农业",
- "物联网",
- "智慧农业"
- ],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@dcloudio/uni-app": "3.0.0-4020920240930001",
- "@dcloudio/uni-h5": "3.0.0-4020920240930001",
- "@dcloudio/uni-mp-weixin": "3.0.0-4020920240930001",
- "@vitejs/plugin-vue": "^5.2.1",
- "event-source-polyfill": "^1.0.31",
- "uview-plus": "^3.2.0",
- "vue": "^3.4.21",
- "vuex": "^4.1.0"
- },
- "devDependencies": {
- "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
- "@dcloudio/vite-plugin-uni": "3.0.0-4020920240930001",
- "cross-env": "^10.1.0",
- "fast-check": "^4.5.3",
- "sass": "^1.69.5",
- "vite": "^5.2.8"
- }
- }
|