feat: add drag-and-drop reordering for combo models (#1056) (#1108)

This commit is contained in:
Zanuar Tri Romadon
2026-05-14 09:54:52 +07:00
committed by GitHub
parent a8100e9444
commit 0a05285973
2 changed files with 80 additions and 24 deletions
+4
View File
@@ -12,6 +12,10 @@
"start:bun": "NODE_ENV=production bun ./.next/standalone/server.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@monaco-editor/react": "^4.7.0",
"@xyflow/react": "^12.10.1",
"bcryptjs": "^3.0.3",