package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.8.0",
  18. "mitt": "^3.0.1",
  19. "pinia": "^2.1.6",
  20. "pinia-plugin-persist": "^1.0.0",
  21. "vue": "^3.3.4",
  22. "vue-echarts": "^6.6.1",
  23. "vue-router": "^4.2.5",
  24. "vue3-seamless-scroll": "^2.0.1"
  25. },
  26. "devDependencies": {
  27. "@types/mockjs": "^1.0.8",
  28. "@types/node": "^20.8.4",
  29. "@vitejs/plugin-vue": "^4.4.0",
  30. "@vue/tsconfig": "^0.4.0",
  31. "@vueuse/core": "^10.5.0",
  32. "autoprefixer": "^10.4.16",
  33. "npm-run-all": "^4.1.5",
  34. "postcss": "^8.4.31",
  35. "sass": "^1.69.2",
  36. "tailwindcss": "^3.3.3",
  37. "terser": "^5.26.0",
  38. "typescript": "~5.2.2",
  39. "unplugin-auto-import": "^0.16.6",
  40. "unplugin-element-plus": "^0.8.0",
  41. "unplugin-vue-components": "^0.25.2",
  42. "vite": "^4.4.11",
  43. "vite-plugin-compression": "^0.5.1",
  44. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  45. "vue-tsc": "^1.8.18"
  46. }
  47. }