mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-04-11 01:27:30 +08:00
33 lines
756 B
JSON
33 lines
756 B
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"_build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"axios": "^1.14.0",
|
|
"element-plus": "^2.13.6",
|
|
"vue": "^3.5.32",
|
|
"xgplayer": "^3.0.24",
|
|
"xgplayer-hls": "^3.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.2",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"express": "^5.2.1",
|
|
"typescript": "^6.0.2",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^32.0.0",
|
|
"vite": "^8.0.3",
|
|
"vite-plugin-ssr": "^0.4.142",
|
|
"vue-router": "^5.0.4",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|