Skip to content

Commit c016e27

Browse files
Merge pull request #323 from equestrian2296/prod
Feature: Complete File Upload Component with Drag & Drop
2 parents 9c661d5 + 45f4594 commit c016e27

5 files changed

Lines changed: 791 additions & 182 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
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",
1317
"@radix-ui/react-accordion": "^1.2.4",
1418
"@radix-ui/react-dialog": "^1.1.7",
1519
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -51,6 +55,7 @@
5155
"prettier-plugin-tailwindcss": "^0.6.11",
5256
"raw-loader": "^4.0.2",
5357
"react": "^18.3.1",
58+
"react-beautiful-dnd": "^13.1.1",
5459
"react-dom": "^18.3.1",
5560
"react-dropzone": "^14.3.8",
5661
"react-hot-toast": "^2.5.2",
@@ -63,6 +68,7 @@
6368
"devDependencies": {
6469
"@types/eslint": "8.56.12",
6570
"@types/react": "^18.3.20",
71+
"@types/react-beautiful-dnd": "^13.1.8",
6672
"@types/react-dom": "^18.3.6",
6773
"@typescript-eslint/eslint-plugin": "^8.30.1",
6874
"@typescript-eslint/parser": "^8.30.1",

0 commit comments

Comments
 (0)