package.json 989 B

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