1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "big-screen",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "dev": "vite --host",
- "build": "vite build",
- "preview": "vite preview",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@antv/l7": "^2.17.7",
- "@antv/l7-maps": "^2.17.7",
- "@ffmpeg/ffmpeg": "^0.12.10",
- "@ffmpeg/util": "^0.12.1",
- "@floating-ui/vue": "^1.0.2",
- "@kjgl77/datav-vue3": "^1.6.1",
- "@popperjs/core": "^2.11.8",
- "@vueuse/core": "^10.3.0",
- "animate.css": "^4.1.1",
- "animejs": "^3.2.1",
- "axios": "^1.4.0",
- "dayjs": "^1.11.9",
- "dplayer": "^1.27.1",
- "echarts": "^5.4.3",
- "echarts-liquidfill": "^3.1.0",
- "es-calendar": "^0.1.1",
- "fabric": "^5.3.0",
- "js-cookie": "^3.0.5",
- "lodash-es": "^4.17.21",
- "mitt": "^3.0.1",
- "moment": "^2.29.4",
- "mp4box": "^0.5.2",
- "native-file-system-adapter": "^3.0.1",
- "node-forge": "^1.3.1",
- "pinia": "^2.1.4",
- "screenfull": "^6.0.2",
- "swiper": "^10.1.0",
- "uuid": "^9.0.0",
- "v-calendar": "^3.1.2",
- "viewerjs": "^1.11.7",
- "vis-data": "^7.1.7",
- "vis-timeline": "^7.7.2",
- "vue": "^3.3.4",
- "vue-router": "^4.2.4",
- "vue3-mini-weather": "^0.1.2",
- "vuedraggable": "^4.1.0",
- "zx-calendar": "^0.7.3"
- },
- "devDependencies": {
- "@iconify/iconify": "^3.1.1",
- "@iconify/json": "^2.2.189",
- "@rushstack/eslint-patch": "^1.3.2",
- "@vitejs/plugin-basic-ssl": "^1.0.1",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vitejs/plugin-vue-jsx": "^3.0.1",
- "@vue/eslint-config-prettier": "^8.0.0",
- "consola": "^3.2.3",
- "eslint": "^8.45.0",
- "eslint-plugin-vue": "^9.15.1",
- "naive-ui": "^2.34.4",
- "prettier": "^3.0.0",
- "rollup-plugin-delete": "^2.0.0",
- "sass": "^1.64.2",
- "terser": "^5.26.0",
- "unocss": "^0.54.1",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-icons": "^0.16.5",
- "unplugin-vue-components": "^0.25.1",
- "vite": "^4.5.0",
- "vite-plugin-compression": "^0.5.1"
- }
- }
|