From f04ae7611cc954b26c1ed8026fe1563d41daf10e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Nov 2025 13:56:56 +0000 Subject: [PATCH] Replace React Flow with Flowgram: add dependencies and create foundation Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e48ebb0..523fff55 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,7 @@ "multer": "1.4.5-lts.1", "node-schedule": "^2.1.0", "nodemailer": "^6.9.16", + "nanoid": "^5.0.9", "p-queue-cjs": "7.3.4", "proper-lockfile": "^4.1.2", "ps-tree": "^1.2.0", @@ -107,6 +108,17 @@ "@flowgram.ai/core": "^1.0.2", "@flowgram.ai/free-layout-editor": "^1.0.2", "@flowgram.ai/reactive": "^1.0.2", + "@flowgram.ai/free-snap-plugin": "^1.0.2", + "@flowgram.ai/free-lines-plugin": "^1.0.2", + "@flowgram.ai/free-node-panel-plugin": "^1.0.2", + "@flowgram.ai/minimap-plugin": "^1.0.2", + "@flowgram.ai/free-container-plugin": "^1.0.2", + "@flowgram.ai/free-group-plugin": "^1.0.2", + "@flowgram.ai/form-materials": "^1.0.2", + "@flowgram.ai/panel-manager-plugin": "^1.0.2", + "@flowgram.ai/free-stack-plugin": "^1.0.2", + "@flowgram.ai/runtime-interface": "^1.0.2", + "@flowgram.ai/runtime-js": "^1.0.2", "@monaco-editor/react": "4.2.1", "@react-hook/resize-observer": "^2.0.2", "@types/body-parser": "^1.19.2", @@ -168,7 +180,6 @@ "react-intl-universal": "^2.12.0", "react-router-dom": "6.26.1", "react-split-pane": "^0.1.92", - "reactflow": "^11.11.4", "sockjs-client": "^1.6.0", "ts-node": "^10.9.2", "ts-proto": "^2.6.1",