package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.10",
  17. "echarts": "^5.5.0",
  18. "element-plus": "^2.6.2",
  19. "mockjs": "^1.1.0",
  20. "pinia": "^2.1.7",
  21. "vue": "^3.4.21",
  22. "vue-echarts": "^6.6.9",
  23. "vue-router": "^4.3.0"
  24. },
  25. "devDependencies": {
  26. "@types/mockjs": "^1.0.10",
  27. "@types/node": "^20.11.30",
  28. "@vitejs/plugin-vue": "^5.0.4",
  29. "@vue/tsconfig": "^0.5.1",
  30. "@vueuse/core": "^10.9.0",
  31. "autoprefixer": "^10.4.19",
  32. "npm-run-all": "^4.1.5",
  33. "postcss": "^8.4.38",
  34. "sass": "^1.72.0",
  35. "tailwindcss": "^3.4.3",
  36. "typescript": "~5.4.3",
  37. "unplugin-auto-import": "^0.17.5",
  38. "unplugin-element-plus": "^0.8.0",
  39. "unplugin-vue-components": "^0.26.0",
  40. "vite": "^5.2.6",
  41. "vue-tsc": "^2.0.7"
  42. }
  43. }