Add drag and drop, fixes #88

This commit is contained in:
ajnart
2022-05-23 00:04:14 +02:00
parent 1840713179
commit 64dbb9c025
6 changed files with 125 additions and 130 deletions

View File

@@ -25,6 +25,8 @@
"ci": "yarn test && yarn lint --fix && yarn typecheck && yarn prettier:write"
},
"dependencies": {
"@dnd-kit/core": "^6.0.1",
"@dnd-kit/sortable": "^7.0.0",
"@mantine/core": "^4.2.4",
"@mantine/dates": "^4.2.4",
"@mantine/dropzone": "^4.2.4",
@@ -45,7 +47,6 @@
"next": "12.1.5-canary.4",
"prism-react-renderer": "^1.3.1",
"react": "18.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.0.0",
"tabler-icons-react": "^1.46.0"
},