Browse Source

chore(frontend): 安装 @dnd-kit 拖拽排序库

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
master
fengsilin 2 weeks ago
parent
commit
5e0f38d26c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web/package.json

+ 4
- 0
web/package.json View File

@@ -4,6 +4,10 @@
"private": true, "private": true,
"type": "module", "type": "module",
"dependencies": { "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",
"@douyinfe/semi-icons": "^2.63.1", "@douyinfe/semi-icons": "^2.63.1",
"@douyinfe/semi-ui": "^2.69.1", "@douyinfe/semi-ui": "^2.69.1",
"@lobehub/icons": "^5.0.1", "@lobehub/icons": "^5.0.1",


Loading…
Cancel
Save