XuqmGroup-Vue3SDK-Demo/package.json
徐勤民 28c1110344 feat: initial Vue3 SDK Demo application
- Login page with quick user selection
- Real-time chat with WebSocket (STOMP)
- Conversation/friend/group list sidebar
- API test console with operation logs
- Integration with local dev environment
2026-04-30 16:59:06 +08:00

23 行
466 B
JSON

{
"name": "xuqmgroup-vue3-sdk-demo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.13",
"element-plus": "^2.9.1",
"@element-plus/icons-vue": "^2.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vue-tsc": "^2.2.8"
}
}