feat(editor): Add dnd reordering and layer add/remove

This commit is contained in:
hyper
2026-06-30 20:55:13 +08:00
parent 9794184e98
commit 42c7c9a26e
7 changed files with 874 additions and 433 deletions
+14
View File
@@ -11,6 +11,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"@solidjs/router": "^0.15.0",
"@thisbeyond/solid-dnd": "^0.7.5",
"@types/three": "^0.183.1",
"chokidar": "^5.0.0",
"commander": "^14.0.3",
@@ -2867,6 +2868,19 @@
"vite": "^5.2.0 || ^6 || ^7 || ^8"
}
},
"node_modules/@thisbeyond/solid-dnd": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/@thisbeyond/solid-dnd/-/solid-dnd-0.7.5.tgz",
"integrity": "sha512-DfI5ff+yYGpK9M21LhYwIPlbP2msKxN2ARwuu6GF8tT1GgNVDTI8VCQvH4TJFoVApP9d44izmAcTh/iTCH2UUw==",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.6.0"
},
"peerDependencies": {
"solid-js": "^1.5"
}
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",