package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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:dev": "vite build --mode=development",
  9. "build:stag": "vite build --mode=staging",
  10. "serve": "vite preview"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons": "^0.0.11",
  14. "@vueuse/core": "^8.0.0",
  15. "axios": "^0.26.1",
  16. "echarts": "^5.3.1",
  17. "element-plus": "2.3.8",
  18. "mockjs": "^1.1.0",
  19. "normalize.css": "^8.0.1",
  20. "nprogress": "^0.2.0",
  21. "qrcode": "^1.5.4",
  22. "vue": "^3.2.31",
  23. "vue-router": "4",
  24. "vuex": "^4.0.2",
  25. "xlsx": "^0.18.5"
  26. },
  27. "devDependencies": {
  28. "@types/node": "^17.0.21",
  29. "@vitejs/plugin-vue": "^2.2.4",
  30. "@vue/compiler-sfc": "^3.2.31",
  31. "@webxrd/vite-plugin-svg": "^1.0.5",
  32. "eslint": "^8.11.0",
  33. "sass": "^1.49.9",
  34. "unplugin-auto-import": "^0.6.4",
  35. "unplugin-vue-components": "^0.18.0",
  36. "vite": "^2.8.6",
  37. "vite-plugin-mock": "2.9.6",
  38. "vue-tsc": "^0.32.1"
  39. }
  40. }