push
Showing
hbuilderx-linux.tar.gz
deleted
100644 → 0
| ... | ... | @@ -16,16 +16,19 @@ |
| ] | ||
| }, | ||
| "scripts": { | ||
| "build:h5": "hbuilderx build --project . --platform h5", | ||
| "build:android": "hbuilderx build --project . --platform android", | ||
| "build:ios": "hbuilderx build --project . --platform ios" | ||
| "build:h5": "cli build --project . --platform h5", | ||
| "build:android": "cli build --project . --platform android", | ||
| "build:ios": "cli build --project . --platform ios", | ||
| "start": "nginx -g 'daemon off;'" | ||
| }, | ||
| "dependencies": { | ||
| "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": "^4.75.0", | ||
| "vue": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "less": "^4.3.0" | ||
| ... | ... |
Please
register
or
sign in
to comment