{ "name" : "taoyao-client-web", "author" : "acgist", "version" : "1.0.0", "private" : true, "license" : "Apache-2.0", "homepage" : "https://gitee.com/acgist/taoyao", "description": "taoyao client web", "scripts": { "dev" : "vite", "build" : "vite build", "preview": "vite preview" }, "dependencies": { "vue" : "^3.2.44", "moment" : "^2.29.4", "element-plus" : "^2.2.32", "mediasoup-client" : "^3.6.82", "@element-plus/icons-vue": "^2.1.0" }, "devDependencies": { "vite" : "^4.0.0", "@vitejs/plugin-vue": "^4.0.0" } }