robot_bigScreen/package.json
2025-06-05 18:21:18 +08:00

28 lines
602 B
JSON

{
"name": "robot-bigscreen",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:prod": "vite build --mode production",
"build:dev": "vite build --mode development",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.9.0",
"echarts": "^5.6.0",
"video.js": "^8.23.3",
"vue": "^3.3.4",
"vue-router": "^4.5.1",
"webrtc-adapter": "^9.0.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"dotenv": "^16.5.0",
"sass": "^1.89.0",
"vite": "^4.4.5"
}
}