package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "preview-video",
  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. "@fingerprintjs/fingerprintjs": "^4.4.3",
  16. "@floating-ui/vue": "^1.0.2",
  17. "@ffmpeg/ffmpeg": "^0.12.10",
  18. "@ffmpeg/util": "^0.12.1",
  19. "@kjgl77/datav-vue3": "^1.6.1",
  20. "@popperjs/core": "^2.11.8",
  21. "@vueuse/core": "^10.3.0",
  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. "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. "node-forge": "^1.3.1",
  36. "native-file-system-adapter": "^3.0.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. "vis-data": "^7.1.7",
  43. "vis-timeline": "^7.7.2",
  44. "vue": "^3.3.4",
  45. "vue-router": "^4.2.4",
  46. "vue3-mini-weather": "^0.1.2",
  47. "vuedraggable": "^4.1.0",
  48. "vue-i18n": "9",
  49. "xgplayer": "^3.0.17",
  50. "zx-calendar": "^0.7.3"
  51. },
  52. "devDependencies": {
  53. "@iconify/iconify": "^3.1.1",
  54. "@iconify/json": "^2.2.189",
  55. "@rushstack/eslint-patch": "^1.3.2",
  56. "@vitejs/plugin-basic-ssl": "^1.0.1",
  57. "@vitejs/plugin-vue": "^4.2.3",
  58. "@vitejs/plugin-vue-jsx": "^3.0.1",
  59. "@vue/eslint-config-prettier": "^8.0.0",
  60. "consola": "^3.2.3",
  61. "eslint": "^8.45.0",
  62. "eslint-plugin-vue": "^9.15.1",
  63. "naive-ui": "^2.34.4",
  64. "prettier": "^3.0.0",
  65. "rollup-plugin-delete": "^2.0.0",
  66. "sass": "^1.64.2",
  67. "terser": "^5.26.0",
  68. "unocss": "^0.54.1",
  69. "unplugin-auto-import": "^0.16.6",
  70. "unplugin-icons": "^0.16.5",
  71. "unplugin-vue-components": "^0.25.1",
  72. "vite": "^4.5.0",
  73. "vite-plugin-compression": "^0.5.1"
  74. }
  75. }