push
Showing
| ... | ... | @@ -15,20 +15,23 @@ |
| ] | ||
| }, | ||
| "dependencies": { | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001", | ||
| "@vue/cli-service": "^5.0.8", | ||
| "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.13", | ||
| "echarts": "^5.4.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": { | ||
| "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": { | ||
| "dev": "npx uni -p", | ||
| "build:h5": "npx vue-cli-service uni-build --platform h5", | ||
| "build:weapp": "npx uni build --platform mp-weixin" | ||
| "dev": "uni -p h5", | ||
| "build:h5": "uni build -p h5", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| } | ||
| } |
Please
register
or
sign in
to comment