package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "test",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build:old": "run-p type-check build-only",
  7. "build": "vite build",
  8. "preview": "vite preview --port 4173",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit"
  11. },
  12. "dependencies": {
  13. "axios": "^1.5.1",
  14. "countup.js": "^2.8.0",
  15. "dayjs": "^1.11.10",
  16. "echarts": "^5.4.3",
  17. "element-plus": "^2.3.14",
  18. "mockjs": "^1.1.0",
  19. "pinia": "^2.1.6",
  20. "vue": "^3.3.4",
  21. "vue-echarts": "^6.6.1",
  22. "vue-router": "^4.2.5"
  23. },
  24. "devDependencies": {
  25. "@types/mockjs": "^1.0.8",
  26. "@types/node": "^20.8.4",
  27. "@vitejs/plugin-vue": "^4.4.0",
  28. "@vue/tsconfig": "^0.4.0",
  29. "@vueuse/core": "^10.5.0",
  30. "autoprefixer": "^10.4.16",
  31. "npm-run-all": "^4.1.5",
  32. "postcss": "^8.4.31",
  33. "sass": "^1.69.2",
  34. "tailwindcss": "^3.3.3",
  35. "typescript": "~5.2.2",
  36. "unplugin-auto-import": "^0.16.6",
  37. "unplugin-element-plus": "^0.8.0",
  38. "unplugin-vue-components": "^0.25.2",
  39. "vite": "^4.4.11",
  40. "vue-tsc": "^1.8.18"
  41. }
  42. }