Files
n8n-web/package.json

23 lines
469 B
JSON
Raw Permalink Normal View History

2025-09-11 14:15:26 +08:00
{
"name": "xt-n8n-web",
"version": "1.0.0",
"description": "XT n8n Web Assistant Platform",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"element-plus": "^2.3.8",
"axios": "^1.4.0",
"@element-plus/icons-vue": "^2.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.5"
}
}