Files
taoyao/taoyao-client-web/package.json
2023-12-28 07:21:58 +08:00

26 lines
672 B
JSON

{
"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"
}
}