| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 | 
							- {
 
-   "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",
 
-     "@kangc/v-md-editor": "^2.3.5",
 
-     "@vitejs/plugin-legacy": "^1.4.4",
 
-     "@vueuse/core": "^4.10.0",
 
-     "axios": "^0.21.1",
 
-     "dayjs": "^1.10.6",
 
-     "echarts": "^5.2.0",
 
-     "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",
 
-     "moment": "^2.29.1",
 
-     "normalize.css": "^8.0.1",
 
-     "nprogress": "^0.2.0",
 
-     "qrcanvas": "^3.1.2",
 
-     "sortablejs": "^1.14.0",
 
-     "throttle-debounce": "^3.0.1",
 
-     "vue": "^3.2.26",
 
-     "vue-router": "^4.0.10",
 
-     "vuex": "^4.0.2",
 
-     "xlsx": "^0.17.0"
 
-   },
 
-   "devDependencies": {
 
-     "@types/node": "^15.0.3",
 
-     "@vitejs/plugin-vue": "^1.2.2",
 
-     "@vue/cli-service": "^4.5.15",
 
-     "@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"
 
-   }
 
- }
 
 
  |