We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99eb46 commit ca3f793Copy full SHA for ca3f793
4 files changed
package.json
@@ -10,6 +10,8 @@
10
"start": "next start"
11
},
12
"dependencies": {
13
+ "@dnd-kit/core": "^6.3.1",
14
+ "@dnd-kit/sortable": "^10.0.0",
15
"@google/genai": "^0.7.0",
16
"@radix-ui/react-accordion": "^1.2.4",
17
"@radix-ui/react-dialog": "^1.1.7",
@@ -50,6 +52,7 @@
50
52
"prettier-plugin-tailwindcss": "^0.6.11",
51
53
"raw-loader": "^4.0.2",
54
"react": "^18.3.1",
55
+ "react-beautiful-dnd": "^13.1.1",
56
"react-dom": "^18.3.1",
57
"react-dropzone": "^14.3.8",
58
"react-hot-toast": "^2.5.2",
@@ -62,6 +65,7 @@
62
65
"devDependencies": {
63
66
"@types/eslint": "8.56.12",
64
67
"@types/react": "^18.3.20",
68
+ "@types/react-beautiful-dnd": "^13.1.8",
69
"@types/react-dom": "^18.3.6",
70
"@typescript-eslint/eslint-plugin": "^8.30.1",
71
"@typescript-eslint/parser": "^8.30.1",
0 commit comments