package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "animate.css": "^4.1.1",
  22. "animejs": "^3.2.1",
  23. "axios": "^1.4.0",
  24. "dayjs": "^1.11.9",
  25. "dplayer": "^1.27.1",
  26. "echarts": "^5.4.3",
  27. "echarts-liquidfill": "^3.1.0",
  28. "es-calendar": "^0.1.1",
  29. "fabric": "^5.3.0",
  30. "js-cookie": "^3.0.5",
  31. "lodash-es": "^4.17.21",
  32. "mitt": "^3.0.1",
  33. "moment": "^2.29.4",
  34. "mp4box": "^0.5.2",
  35. "native-file-system-adapter": "^3.0.1",
  36. "node-forge": "^1.3.1",
  37. "pinia": "^2.1.4",
  38. "screenfull": "^6.0.2",
  39. "swiper": "^10.1.0",
  40. "uuid": "^9.0.0",
  41. "v-calendar": "^3.1.2",
  42. "viewerjs": "^1.11.7",
  43. "vis-data": "^7.1.7",
  44. "vis-timeline": "^7.7.2",
  45. "vue": "^3.3.4",
  46. "vue-router": "^4.2.4",
  47. "vue3-mini-weather": "^0.1.2",
  48. "vuedraggable": "^4.1.0",
  49. "zx-calendar": "^0.7.3"
  50. },
  51. "devDependencies": {
  52. "@iconify/iconify": "^3.1.1",
  53. "@iconify/json": "^2.2.189",
  54. "@rushstack/eslint-patch": "^1.3.2",
  55. "@vitejs/plugin-basic-ssl": "^1.0.1",
  56. "@vitejs/plugin-vue": "^4.2.3",
  57. "@vitejs/plugin-vue-jsx": "^3.0.1",
  58. "@vue/eslint-config-prettier": "^8.0.0",
  59. "consola": "^3.2.3",
  60. "eslint": "^8.45.0",
  61. "eslint-plugin-vue": "^9.15.1",
  62. "naive-ui": "^2.34.4",
  63. "prettier": "^3.0.0",
  64. "rollup-plugin-delete": "^2.0.0",
  65. "sass": "^1.64.2",
  66. "terser": "^5.26.0",
  67. "unocss": "^0.54.1",
  68. "unplugin-auto-import": "^0.16.6",
  69. "unplugin-icons": "^0.16.5",
  70. "unplugin-vue-components": "^0.25.1",
  71. "vite": "^4.5.0",
  72. "vite-plugin-compression": "^0.5.1"
  73. }
  74. }