Files
VibeCoding/WebRTCSignalServerWeb/package.json

28 lines
733 B
JSON
Raw Permalink 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-signal-server-web",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "WebRTC 信令服务器后台管理系统(参考 vue-vben-admin 技术栈Vue3 + Vite + TypeScript + Pinia + Element Plus",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5180"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"element-plus": "^2.8.4",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.6"
}
}