123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "init",
- "version": "0.0.0",
- "scripts": {
- "dev": "vite",
- "start": "vite",
- "build": "vite build --mode=production",
- "build:stag": "vite build --mode=staging",
- "serve": "vite preview"
- },
- "dependencies": {
- "@babel/standalone": "7.14.8",
- "@vitejs/plugin-legacy": "^1.4.4",
- "dayjs": "^1.10.6",
- "element-plus": "^1.0.2-beta.63",
- "file-saver": "^2.0.5",
- "jquery": "^3.6.0",
- "js-cookie": "^3.0.0",
- "jsbarcode": "^3.11.4",
- "nprogress": "^0.2.0",
- "qrcanvas": "^3.1.2",
- "vue": "^3.1.5",
- "vue-router": "^4.0.10",
- "vuex": "^4.0.2",
- "xlsx": "^0.17.0",
- "@kangc/v-md-editor": "^2.3.5",
- "@vueuse/core": "^4.10.0",
- "axios": "^0.21.1",
- "normalize.css": "^8.0.1",
- "echarts": "^5.2.0",
- "throttle-debounce": "^3.0.1"
- },
- "devDependencies": {
- "@types/node": "^15.0.3",
- "@vitejs/plugin-vue": "^1.2.2",
- "@vue/compiler-sfc": "^3.0.5",
- "sass": "^1.32.12",
- "vite": "2.3.7",
- "vite-plugin-mock": "2.8.0",
- "vue-tsc": "^0.0.24"
- }
- }
|