Make sidebar collections sortable

This commit is contained in:
Isaac Wise
2024-02-22 01:51:51 -06:00
parent 0dda77db1e
commit 44272540aa
9 changed files with 253 additions and 69 deletions
+4
View File
@@ -30,6 +30,7 @@
"@types/node": "^20.10.4",
"@types/nodemailer": "^6.4.8",
"@types/react": "18.2.14",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "18.2.7",
"axios": "^1.5.1",
"bcrypt": "^5.1.0",
@@ -55,7 +56,10 @@
"nodemailer": "^6.9.3",
"playwright": "^1.35.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-colorful": "^5.6.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-image-file-resizer": "^0.4.8",