package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "init",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "start": "vite",
  7. "build": "vite build --mode=production",
  8. "build:stag": "vite build --mode=staging",
  9. "serve": "vite preview"
  10. },
  11. "dependencies": {
  12. "@babel/standalone": "7.14.8",
  13. "@vitejs/plugin-legacy": "^1.4.4",
  14. "dayjs": "^1.10.6",
  15. "element-plus": "^1.0.2-beta.63",
  16. "file-saver": "^2.0.5",
  17. "jquery": "^3.6.0",
  18. "js-cookie": "^3.0.0",
  19. "jsbarcode": "^3.11.4",
  20. "nprogress": "^0.2.0",
  21. "qrcanvas": "^3.1.2",
  22. "vue": "^3.1.5",
  23. "vue-router": "^4.0.10",
  24. "vuex": "^4.0.2",
  25. "xlsx": "^0.17.0",
  26. "@kangc/v-md-editor": "^2.3.5",
  27. "@vueuse/core": "^4.10.0",
  28. "axios": "^0.21.1",
  29. "normalize.css": "^8.0.1",
  30. "echarts": "^5.2.0",
  31. "throttle-debounce": "^3.0.1"
  32. },
  33. "devDependencies": {
  34. "@types/node": "^15.0.3",
  35. "@vitejs/plugin-vue": "^1.2.2",
  36. "@vue/compiler-sfc": "^3.0.5",
  37. "sass": "^1.32.12",
  38. "vite": "2.3.7",
  39. "vite-plugin-mock": "2.8.0",
  40. "vue-tsc": "^0.0.24"
  41. }
  42. }