Skip to content

Commit ca3f793

Browse files
reorder & upload works
1 parent d99eb46 commit ca3f793

File tree

4 files changed

+445
-135
lines changed

4 files changed

+445
-135
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13+
"@dnd-kit/core": "^6.3.1",
14+
"@dnd-kit/sortable": "^10.0.0",
1315
"@google/genai": "^0.7.0",
1416
"@radix-ui/react-accordion": "^1.2.4",
1517
"@radix-ui/react-dialog": "^1.1.7",
@@ -50,6 +52,7 @@
5052
"prettier-plugin-tailwindcss": "^0.6.11",
5153
"raw-loader": "^4.0.2",
5254
"react": "^18.3.1",
55+
"react-beautiful-dnd": "^13.1.1",
5356
"react-dom": "^18.3.1",
5457
"react-dropzone": "^14.3.8",
5558
"react-hot-toast": "^2.5.2",
@@ -62,6 +65,7 @@
6265
"devDependencies": {
6366
"@types/eslint": "8.56.12",
6467
"@types/react": "^18.3.20",
68+
"@types/react-beautiful-dnd": "^13.1.8",
6569
"@types/react-dom": "^18.3.6",
6670
"@typescript-eslint/eslint-plugin": "^8.30.1",
6771
"@typescript-eslint/parser": "^8.30.1",

0 commit comments

Comments
 (0)