Files
taoyao/taoyao-client-web/package.json
acgist 5f85dfccca [+]
2023-02-11 22:11:51 +08:00

23 lines
453 B
JSON

{
"name": "taoyao-client-web",
"author": "acgist",
"version": "1.0.0",
"private": true,
"description": "taoyao client web",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.45",
"moment": "^2.29.4",
"element-plus": "^2.2.29",
"mediasoup-client": "^3.6.77"
},
"devDependencies": {
"vite": "^4.0.0",
"@vitejs/plugin-vue": "^4.0.0"
}
}