package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "nprogress": "^0.2.0",
  22. "pinia": "^2.1.7",
  23. "vue": "^3.4.21",
  24. "vue-echarts": "^6.6.9",
  25. "vue-loading-overlay": "^6.0.4",
  26. "vue-router": "^4.3.0"
  27. },
  28. "devDependencies": {
  29. "@types/mockjs": "^1.0.10",
  30. "@types/node": "^20.11.30",
  31. "@vitejs/plugin-vue": "^5.0.4",
  32. "@vue/tsconfig": "^0.5.1",
  33. "@vueuse/core": "^10.9.0",
  34. "autoprefixer": "^10.4.19",
  35. "naive-ui": "^2.39.0",
  36. "npm-run-all": "^4.1.5",
  37. "postcss": "^8.4.38",
  38. "sass": "^1.72.0",
  39. "tailwindcss": "^3.4.3",
  40. "typescript": "~5.4.3",
  41. "unplugin-auto-import": "^0.17.5",
  42. "unplugin-element-plus": "^0.8.0",
  43. "unplugin-vue-components": "^0.26.0",
  44. "vite": "^5.2.6",
  45. "vue-tsc": "^2.0.7"
  46. }
  47. }