[*] 日常优化

This commit is contained in:
acgist
2023-07-05 08:50:47 +08:00
parent 1315b8e86b
commit e4f2aa1a97
11 changed files with 612 additions and 85 deletions

View File

@@ -1,23 +1,25 @@
{
"name": "taoyao-client-web",
"author": "acgist",
"version": "1.0.0",
"private": true,
"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",
"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",
"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",
"vite" : "^4.0.0",
"@vitejs/plugin-vue": "^4.0.0"
}
}
}