feat: setup board page

This commit is contained in:
Henry
2023-11-10 17:47:12 +00:00
parent c7da56785e
commit 2478495db6
3 changed files with 84 additions and 4 deletions

View File

@@ -26,6 +26,7 @@
"next": "^13.5.4",
"next-auth": "^4.24.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"superjson": "^1.13.1",
@@ -35,6 +36,7 @@
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",