feat: added ReactFlow-based node graph

Added ReactFlow to dependencies (@xyflow/react).
Added a basic reactflow template to test functionality of reactFlow and to build the visual programming UI on top of.

ref: N25B-114
This commit is contained in:
JGerla
2025-09-30 13:32:45 +02:00
parent 70e2bdb610
commit e076331cfc
5 changed files with 290 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@xyflow/react": "^12.8.6",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},