Files
VibeCoding/WebRTCControllerWeb/package.json

21 lines
527 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "webrtc-controller-web",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "基于 Vue3 的 WebRTC 网页远程控制端,兼容现有信令服务器与 Android 被控端(对应 WebRTCController / webrtc_controller_flutter",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"protobufjs": "^7.3.2",
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0"
}
}