Files
zyt/app/video_companion/package.json
T
2026-08-12 11:03:28 +08:00

27 lines
563 B
JSON

{
"name": "doctor-video-companion",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@tencentcloud/lite-chat": "1.6.18",
"@trtc/calls-uikit-vue": "4.4.6",
"tim-upload-plugin": "1.4.3",
"vue": "3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.7.3",
"vite": "6.1.1",
"vue-tsc": "2.2.2"
},
"engines": {
"node": ">=20.0.0"
}
}