push
Showing
| ... | @@ -16,22 +16,76 @@ | ... | @@ -16,22 +16,76 @@ |
| ] | ] | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "build:h5": "uni build -p h5" | "dev": "vite", | ||
| "build": "vite build", | |||
| "test": "vite --mode=test", | |||
| "build:dev": "vite build --mode=development", | |||
| "build:test": "vite build --mode=test", | |||
| "preview": "vite preview", | |||
| "report": "npm run build --report" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "crypto-js": "^4.2.0", | |||
| "dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
| "echarts": "^5.4.1", | |||
| "js-sha256": "^0.11.1", | "js-sha256": "^0.11.1", | ||
| "nanoid": "^4.0.0" | "nanoid": "^4.0.0", | ||
| "@element-plus/icons-vue": "^2.1.0", | |||
| "@vuemap/vue-amap": "^2.0.10", | |||
| "@vueup/vue-quill": "^1.1.1", | |||
| "@vueuse/core": "^10.4.1", | |||
| "ali-oss": "^6.17.1", | |||
| "awesome-qr": "^2.1.5-rc.0", | |||
| "axios": "^1.4.0", | |||
| "benz-amr-recorder": "^1.1.5", | |||
| "clipboard": "^2.0.11", | |||
| "core-js": "^3.30.1", | |||
| "cos-js-sdk-v5": "^1.4.17", | |||
| "crypto-js": "^4.1.1", | |||
| "driver.js": "^0.9.8", | |||
| "echarts": "^5.4.2", | |||
| "element-plus": "^2.5.6", | |||
| "fabric": "^5.3.0", | |||
| "file-saver": "^2.0.5", | |||
| "fuse.js": "^6.6.2", | |||
| "js-beautify": "^1.14.7", | |||
| "js-cookie": "^3.0.5", | |||
| "jsencrypt": "^3.3.2", | |||
| "lodash.merge": "^4.6.2", | |||
| "moment": "^2.29.4", | |||
| "mp4box": "^0.5.2", | |||
| "normalize.css": "^8.0.1", | |||
| "nprogress": "^0.2.0", | |||
| "path-browserify": "^1.0.1", | |||
| "pinia": "^2.0.32", | |||
| "qiankun": "^2.10.8", | |||
| "qrcode": "^1.5.3", | |||
| "quill-image-resize-module": "^3.0.0", | |||
| "screenfull": "^6.0.2", | |||
| "sortablejs": "^1.15.0", | |||
| "uuid": "^9.0.0", | |||
| "vant": "^4.3.2", | |||
| "vite-plugin-svg-icons": "^2.0.1", | |||
| "vue": "^3.2.47", | |||
| "vue-cropper": "^1.0.8", | |||
| "vue-router": "^4.1.6", | |||
| "vue3-count-to": "^1.1.2", | |||
| "vuedraggable": "^4.1.0" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@dcloudio/uni-h5": "3.0.0-alpha-3070320211214001", | "less": "^4.3.0", | ||
| "@dcloudio/vue-cli-plugin-uni": "2.0.0-3070320211214001", | "@vitejs/plugin-vue": "^4.0.0", | ||
| "@dcloudio/uni-migration": "2.0.0-3070320211214001", | "@vitejs/plugin-vue-jsx": "^3.0.1", | ||
| "less": "^4.3.0" | "@vue/babel-plugin-jsx": "^1.1.1", | ||
| }, | "@vue/compat": "^3.2.47", | ||
| "engines": { | "rollup-plugin-visualizer": "^5.9.2", | ||
| "node": ">=16.0.0" | "sass": "^1.62.1", | ||
| "sharp": "^0.32.4", | |||
| "terser": "^5.17.7", | |||
| "unplugin-auto-import": "^0.15.3", | |||
| "unplugin-vue-components": "^0.24.1", | |||
| "vite": "^4.1.4", | |||
| "vite-plugin-cdn-import": "^0.3.5", | |||
| "vite-plugin-compression": "^0.5.1", | |||
| "vite-plugin-image-optimizer": "^1.1.6", | |||
| "vite-plugin-require-transform": "^1.0.12" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment