mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 12:47:25 +08:00
35 lines
874 B
JSON
35 lines
874 B
JSON
{
|
|
"name": "easytier-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@modyfi/vite-plugin-yaml": "^1.1.0",
|
|
"@primeuix/themes": "^1.2.3",
|
|
"axios": "^1.7.7",
|
|
"easytier-frontend-lib": "workspace:*",
|
|
"primevue": "^4.3.9",
|
|
"tailwindcss-primeui": "^0.3.4",
|
|
"ts-md5": "^1.3.1",
|
|
"vue": "^3.5.12",
|
|
"vue-i18n": "^9.9.1",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@primevue/auto-import-resolver": "4.3.9",
|
|
"@types/node": "^22.8.6",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "=3.4.17",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-singlefile": "^2.0.3",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
} |