We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6a344e + f42d608 commit cbbcff0Copy full SHA for cbbcff0
3 files changed
package.json
@@ -13,6 +13,7 @@
13
"@dnd-kit/core": "^6.3.1",
14
"@dnd-kit/sortable": "^10.0.0",
15
"@dnd-kit/utilities": "^3.2.2",
16
+ "@google/genai": "^0.7.0",
17
"@radix-ui/react-accordion": "^1.2.4",
18
"@radix-ui/react-dialog": "^1.1.7",
19
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -53,6 +54,7 @@
53
54
"prettier-plugin-tailwindcss": "^0.6.11",
55
"raw-loader": "^4.0.2",
56
"react": "^18.3.1",
57
+ "react-beautiful-dnd": "^13.1.1",
58
"react-dom": "^18.3.1",
59
"react-dropzone": "^14.3.8",
60
"react-hot-toast": "^2.5.2",
@@ -65,6 +67,7 @@
65
67
"devDependencies": {
66
68
"@types/eslint": "8.56.12",
69
"@types/react": "^18.3.20",
70
+ "@types/react-beautiful-dnd": "^13.1.8",
71
"@types/react-dom": "^18.3.6",
72
"@typescript-eslint/eslint-plugin": "^8.30.1",
73
"@typescript-eslint/parser": "^8.30.1",
0 commit comments