ggfwjsc/package.json

32 lines
691 B
JSON
Raw Normal View History

2024-04-12 09:26:48 +08:00
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2024-08-23 14:29:04 +08:00
"@videojs/http-streaming": "^3.13.2",
2024-05-11 14:30:29 +08:00
"axios": "^1.6.8",
2024-08-23 14:29:04 +08:00
"bmap-draw": "^1.0.21",
2024-04-12 09:26:48 +08:00
"echarts": "^5.4.2",
2024-04-12 10:56:04 +08:00
"echarts-gl": "^2.0.9",
2024-04-15 09:43:44 +08:00
"echarts-liquidfill": "^3.1.0",
2024-04-17 13:08:03 +08:00
"element-plus": "^2.7.0",
2024-09-25 13:58:15 +08:00
"gdt-jsapi": "^1.9.51",
2024-04-12 09:26:48 +08:00
"sass": "^1.60.0",
2024-08-23 14:29:04 +08:00
"video.js": "^8.17.3",
"videojs-contrib-hls": "^5.15.0",
2024-04-12 09:26:48 +08:00
"vue": "^3.2.47",
2024-08-23 14:29:04 +08:00
"vue-router": "^4.1.6"
2024-04-12 09:26:48 +08:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
2024-09-27 15:11:22 +08:00
"vconsole": "^3.15.1",
2024-04-12 09:26:48 +08:00
"vite": "^4.2.0"
}
}