mirror of
https://github.com/whyour/qinglong.git
synced 2025-11-10 00:26:09 +08:00
Replace React Flow with Flowgram: add dependencies and create foundation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
parent
e1efa36c91
commit
f04ae7611c
13
package.json
13
package.json
|
|
@ -84,6 +84,7 @@
|
||||||
"multer": "1.4.5-lts.1",
|
"multer": "1.4.5-lts.1",
|
||||||
"node-schedule": "^2.1.0",
|
"node-schedule": "^2.1.0",
|
||||||
"nodemailer": "^6.9.16",
|
"nodemailer": "^6.9.16",
|
||||||
|
"nanoid": "^5.0.9",
|
||||||
"p-queue-cjs": "7.3.4",
|
"p-queue-cjs": "7.3.4",
|
||||||
"proper-lockfile": "^4.1.2",
|
"proper-lockfile": "^4.1.2",
|
||||||
"ps-tree": "^1.2.0",
|
"ps-tree": "^1.2.0",
|
||||||
|
|
@ -107,6 +108,17 @@
|
||||||
"@flowgram.ai/core": "^1.0.2",
|
"@flowgram.ai/core": "^1.0.2",
|
||||||
"@flowgram.ai/free-layout-editor": "^1.0.2",
|
"@flowgram.ai/free-layout-editor": "^1.0.2",
|
||||||
"@flowgram.ai/reactive": "^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",
|
"@monaco-editor/react": "4.2.1",
|
||||||
"@react-hook/resize-observer": "^2.0.2",
|
"@react-hook/resize-observer": "^2.0.2",
|
||||||
"@types/body-parser": "^1.19.2",
|
"@types/body-parser": "^1.19.2",
|
||||||
|
|
@ -168,7 +180,6 @@
|
||||||
"react-intl-universal": "^2.12.0",
|
"react-intl-universal": "^2.12.0",
|
||||||
"react-router-dom": "6.26.1",
|
"react-router-dom": "6.26.1",
|
||||||
"react-split-pane": "^0.1.92",
|
"react-split-pane": "^0.1.92",
|
||||||
"reactflow": "^11.11.4",
|
|
||||||
"sockjs-client": "^1.6.0",
|
"sockjs-client": "^1.6.0",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"ts-proto": "^2.6.1",
|
"ts-proto": "^2.6.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user