mirror of
https://github.com/moeacgx/Telegram-Panel.git
synced 2026-09-06 08:49:25 +08:00
33 lines
838 B
JSON
33 lines
838 B
JSON
{
|
|
"name": "telegram-panel-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 5173",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
"test": "node --test tests/*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@fontsource/roboto": "^5.2.10",
|
|
"@material-design-icons/font": "^0.14.15",
|
|
"axios": "^1.7.7",
|
|
"element-plus": "^2.8.6",
|
|
"pinia": "^2.2.4",
|
|
"qrcode": "^1.5.4",
|
|
"vue": "^3.5.12",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.5",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.10",
|
|
"vue-tsc": "^2.1.6"
|
|
},
|
|
"packageManager": "pnpm@10.20.0"
|
|
}
|