package.json 931 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "vue-admin-box",
  3. "version": "1.1.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. "@element-plus/icons": "^0.0.11",
  13. "@vueuse/core": "^8.0.0",
  14. "axios": "^0.26.1",
  15. "echarts": "^5.3.1",
  16. "element-plus": "2.3.8",
  17. "mockjs": "^1.1.0",
  18. "normalize.css": "^8.0.1",
  19. "nprogress": "^0.2.0",
  20. "vue": "^3.2.31",
  21. "vue-router": "4",
  22. "vuex": "^4.0.2"
  23. },
  24. "devDependencies": {
  25. "@types/node": "^17.0.21",
  26. "@vitejs/plugin-vue": "^2.2.4",
  27. "@vue/compiler-sfc": "^3.2.31",
  28. "@webxrd/vite-plugin-svg": "^1.0.5",
  29. "eslint": "^8.11.0",
  30. "sass": "^1.49.9",
  31. "unplugin-auto-import": "^0.6.4",
  32. "unplugin-vue-components": "^0.18.0",
  33. "vite": "^2.8.6",
  34. "vite-plugin-mock": "2.9.6",
  35. "vue-tsc": "^0.32.1"
  36. }
  37. }