push
Showing
| ... | @@ -15,20 +15,23 @@ | ... | @@ -15,20 +15,23 @@ |
| ] | ] | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001", | |||
| "@vue/cli-service": "^5.0.8", | |||
| "crypto-js": "^4.2.0", | "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
| "echarts": "^5.4.1", | "echarts": "^5.4.1", | ||
| "js-sha256": "^0.11.1", | "js-sha256": "^0.11.1", | ||
| "nanoid": "^4.0.0" | "nanoid": "^4.0.0", | ||
| "@dcloudio/uni-app": "^3.0.0", | |||
| "vue": "^2.6.14" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "less": "^4.3.0" | "less": "^4.3.0", | ||
| "@dcloudio/uni-h5": "^3.0.0", | |||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0", | |||
| "webpack": "^4.46.0" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "dev": "npx uni -p", | "dev": "uni -p h5", | ||
| "build:h5": "npx vue-cli-service uni-build --platform h5", | "build:h5": "uni build -p h5", | ||
| "build:weapp": "npx uni build --platform mp-weixin" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment