ADK-gateway/frontend/package.json
2026-08-04 17:20:08 +08:00

28 lines
607 B
JSON

{
"name": "gateway-admin",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"element-plus": "^2.9.1",
"lucide-vue-next": "^0.469.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.5.4",
"postcss": "^8.5.25",
"tailwindcss": "^3.4.0",
"typescript": "~5.6.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
}