package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "test",
  3. "version": "0.0.0",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite",
  7. "build:old": "run-p type-check build-only",
  8. "build": "vite build",
  9. "preview": "vite preview --port 4173",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --noEmit"
  12. },
  13. "dependencies": {
  14. "axios": "^1.6.8",
  15. "countup.js": "^2.8.0",
  16. "dayjs": "^1.11.11",
  17. "dayjs-ext": "^2.2.0",
  18. "echarts": "^5.5.1",
  19. "element-plus": "^2.6.2",
  20. "mockjs": "^1.1.0",
  21. "pinia": "^2.1.7",
  22. "vue": "^3.4.21",
  23. "vue-echarts": "^6.6.9",
  24. "vue-router": "^4.3.0"
  25. },
  26. "devDependencies": {
  27. "@types/mockjs": "^1.0.10",
  28. "@types/node": "^20.11.30",
  29. "@vitejs/plugin-vue": "^5.0.4",
  30. "@vue/tsconfig": "^0.5.1",
  31. "@vueuse/core": "^10.9.0",
  32. "autoprefixer": "^10.4.19",
  33. "naive-ui": "^2.39.0",
  34. "npm-run-all": "^4.1.5",
  35. "postcss": "^8.4.38",
  36. "sass": "^1.72.0",
  37. "tailwindcss": "^3.4.3",
  38. "typescript": "~5.4.3",
  39. "unplugin-auto-import": "^0.17.5",
  40. "unplugin-element-plus": "^0.8.0",
  41. "unplugin-vue-components": "^0.26.0",
  42. "vite": "^5.2.6",
  43. "vue-tsc": "^2.0.7"
  44. }
  45. }