package.json 1.4 KB

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