Started test version

This commit is contained in:
Artur AGH
2023-12-16 09:28:22 +01:00
parent a6135ff964
commit 493c787831
22 changed files with 1073 additions and 44 deletions

View File

@@ -15,6 +15,7 @@
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.1.1",
"@radix-ui/react-avatar": "^1.0.4",
@@ -27,6 +28,7 @@
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
@@ -54,6 +56,7 @@
"next-auth": "^4.23.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.0",
"react-icons": "^4.11.0",
"react-konva": "^18.2.10",
"react-konva-utils": "^1.0.5",
@@ -63,7 +66,7 @@
"tailwindcss-animate": "^1.0.7",
"use-image": "^1.1.1",
"uuid": "^9.0.1",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/eslint": "^8.44.2",