大哥 主播 即时消息 三合一

This commit is contained in:
2026-02-04 19:56:19 +08:00
parent 85e5d1ccb7
commit 791560af2e
52 changed files with 8324 additions and 4611 deletions

View File

@@ -5,21 +5,25 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"vue": "^3.5.27"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.4",
"autoprefixer": "^10.4.20",
"axios": "^1.13.4",
"element-plus": "^2.13.2",
"less": "^4.5.1",
"less-loader": "^12.3.0",
"pinia": "^3.0.4",
"postcss": "^8.4.49",
"qwebchannel": "^6.2.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.11"
"vite": "^5.4.11",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.2"
}
}
}