mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 21:27:25 +08:00
27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "easytier-uptime-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"easytier-uptime-frontend": "link:",
|
|
"element-plus": "^2.8.8",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"unplugin-auto-import": "^0.18.6",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^7.1.2"
|
|
}
|
|
}
|