package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "hotline-bs",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build",
  7. "build:yibin": "vite build --mode yibin",
  8. "preview": "vite preview --port 4173"
  9. },
  10. "dependencies": {
  11. "@microsoft/signalr": "^8.0.0",
  12. "axios": "^1.5.1",
  13. "countup.js": "^2.8.0",
  14. "dayjs": "^1.11.10",
  15. "echarts": "5.5.0",
  16. "echarts-gl": "2.0.9",
  17. "element-plus": "^2.4.0",
  18. "mitt": "^3.0.1",
  19. "mockjs": "^1.1.0",
  20. "pinia": "^2.1.6",
  21. "pinia-plugin-persist": "^1.0.0",
  22. "vue": "^3.3.4",
  23. "vue-echarts": "^6.6.1",
  24. "vue-router": "^4.2.5",
  25. "vue3-seamless-scroll": "^2.0.1"
  26. },
  27. "devDependencies": {
  28. "@types/mockjs": "^1.0.8",
  29. "@types/node": "^20.8.4",
  30. "@vitejs/plugin-vue": "^4.4.0",
  31. "@vue/tsconfig": "^0.4.0",
  32. "@vueuse/core": "^10.5.0",
  33. "autoprefixer": "^10.4.16",
  34. "npm-run-all": "^4.1.5",
  35. "postcss": "^8.4.31",
  36. "sass": "^1.69.2",
  37. "tailwindcss": "^3.3.3",
  38. "terser": "^5.26.0",
  39. "typescript": "~5.2.2",
  40. "unplugin-auto-import": "^0.16.6",
  41. "unplugin-element-plus": "^0.8.0",
  42. "unplugin-vue-components": "^0.25.2",
  43. "vite": "^4.4.11",
  44. "vite-plugin-compression": "^0.5.1",
  45. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  46. "vue-tsc": "^1.8.18"
  47. }
  48. }