package.json 955 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "qrcode": "^1.5.4",
  21. "vue": "^3.2.31",
  22. "vue-router": "4",
  23. "vuex": "^4.0.2"
  24. },
  25. "devDependencies": {
  26. "@types/node": "^17.0.21",
  27. "@vitejs/plugin-vue": "^2.2.4",
  28. "@vue/compiler-sfc": "^3.2.31",
  29. "@webxrd/vite-plugin-svg": "^1.0.5",
  30. "eslint": "^8.11.0",
  31. "sass": "^1.49.9",
  32. "unplugin-auto-import": "^0.6.4",
  33. "unplugin-vue-components": "^0.18.0",
  34. "vite": "^2.8.6",
  35. "vite-plugin-mock": "2.9.6",
  36. "vue-tsc": "^0.32.1"
  37. }
  38. }