work in progress

This commit is contained in:
Artur AGH
2023-10-02 15:02:45 +02:00
parent 658dfde935
commit 55cd3f963d
14 changed files with 398 additions and 38 deletions

View File

@@ -11,8 +11,11 @@
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@reduxjs/toolkit": "^1.9.6",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.32.6",
"@trpc/client": "^10.37.1",
@@ -23,11 +26,14 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"konva": "^9.2.0",
"lucide-react": "^0.279.0",
"next": "^13.4.19",
"next-auth": "^4.23.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-konva": "^18.2.10",
"react-redux": "^8.1.3",
"superjson": "^1.13.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",