32 lines
760 B
JSON
32 lines
760 B
JSON
{
|
|
"name": "flow-orchestration-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.0",
|
|
"@iconify/json": "^2.2.417",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@vue-flow/background": "^1.3.0",
|
|
"@vue-flow/controls": "^1.1.0",
|
|
"@vue-flow/core": "^1.33.0",
|
|
"@vue-flow/minimap": "^1.4.0",
|
|
"axios": "^1.6.0",
|
|
"element-plus": "^2.5.0",
|
|
"pinia": "^2.1.0",
|
|
"vue": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.1",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"sass-embedded": "^1.96.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.0.0",
|
|
"vue-tsc": "^1.8.0"
|
|
}
|
|
}
|