package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "big-screen",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite --host",
  7. "build": "vite build",
  8. "preview": "vite preview",
  9. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  10. "format": "prettier --write src/"
  11. },
  12. "dependencies": {
  13. "@antv/l7": "^2.17.7",
  14. "@antv/l7-maps": "^2.17.7",
  15. "@ffmpeg/ffmpeg": "^0.12.10",
  16. "@ffmpeg/util": "^0.12.1",
  17. "@floating-ui/vue": "^1.0.2",
  18. "@kjgl77/datav-vue3": "^1.6.1",
  19. "@popperjs/core": "^2.11.8",
  20. "@vueuse/core": "^10.3.0",
  21. "@fingerprintjs/fingerprintjs": "^4.5.1",
  22. "animate.css": "^4.1.1",
  23. "animejs": "^3.2.1",
  24. "axios": "^1.4.0",
  25. "dayjs": "^1.11.9",
  26. "dplayer": "^1.27.1",
  27. "echarts": "^5.4.3",
  28. "echarts-liquidfill": "^3.1.0",
  29. "es-calendar": "^0.1.1",
  30. "fabric": "^5.3.0",
  31. "js-cookie": "^3.0.5",
  32. "lodash-es": "^4.17.21",
  33. "mitt": "^3.0.1",
  34. "moment": "^2.29.4",
  35. "mpegts.js": "^1.8.0",
  36. "mp4box": "0.5.2",
  37. "native-file-system-adapter": "^3.0.1",
  38. "node-forge": "^1.3.1",
  39. "pinia": "^2.1.4",
  40. "screenfull": "^6.0.2",
  41. "swiper": "^10.1.0",
  42. "uuid": "^9.0.0",
  43. "v-calendar": "^3.1.2",
  44. "viewerjs": "^1.11.7",
  45. "vis-data": "^7.1.7",
  46. "vis-timeline": "^7.7.2",
  47. "vue": "^3.3.4",
  48. "vue-router": "^4.2.4",
  49. "vuedraggable": "^4.1.0",
  50. "zx-calendar": "^0.7.3",
  51. "livekit-client": "^2.7.5"
  52. },
  53. "devDependencies": {
  54. "@iconify/iconify": "^3.1.1",
  55. "@iconify/json": "^2.2.189",
  56. "@rushstack/eslint-patch": "^1.3.2",
  57. "@vitejs/plugin-basic-ssl": "^1.0.1",
  58. "@vitejs/plugin-vue": "^4.2.3",
  59. "@vitejs/plugin-vue-jsx": "^3.0.1",
  60. "@vue/eslint-config-prettier": "^8.0.0",
  61. "consola": "^3.2.3",
  62. "eslint": "^8.45.0",
  63. "eslint-plugin-vue": "^9.15.1",
  64. "naive-ui": "^2.34.4",
  65. "prettier": "^3.0.0",
  66. "rollup-plugin-delete": "^2.0.0",
  67. "sass": "^1.64.2",
  68. "terser": "^5.26.0",
  69. "unocss": "^0.54.1",
  70. "unplugin-auto-import": "^0.16.6",
  71. "unplugin-icons": "^0.16.5",
  72. "unplugin-vue-components": "^0.25.1",
  73. "vite": "^4.5.0",
  74. "vite-plugin-compression": "^0.5.1"
  75. },
  76. "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
  77. }