package.json 1.9 KB

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