ggfwjsc/package.json

35 lines
786 B
JSON

{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@videojs/http-streaming": "^3.13.2",
"axios": "^1.6.8",
"bmap-draw": "^1.0.21",
"crypto-js": "^4.2.0",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.7.0",
"gdt-jsapi": "^1.9.51",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"sass": "^1.60.0",
"video.js": "^8.17.3",
"videojs-contrib-hls": "^5.15.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"vconsole": "^3.15.1",
"vite": "^4.2.0"
}
}