package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "moment": "^2.29.1",
  27. "@kangc/v-md-editor": "^2.3.5",
  28. "@vueuse/core": "^4.10.0",
  29. "axios": "^0.21.1",
  30. "normalize.css": "^8.0.1",
  31. "echarts": "^5.2.0",
  32. "throttle-debounce": "^3.0.1"
  33. },
  34. "devDependencies": {
  35. "@types/node": "^15.0.3",
  36. "@vitejs/plugin-vue": "^1.2.2",
  37. "@vue/compiler-sfc": "^3.0.5",
  38. "sass": "^1.32.12",
  39. "vite": "2.3.7",
  40. "vite-plugin-mock": "2.8.0",
  41. "vue-tsc": "^0.0.24"
  42. }
  43. }