User registration.

This commit is contained in:
Daniel
2023-01-31 15:06:56 +03:30
parent 4cd0e8799c
commit 882bbd64d1
12 changed files with 231 additions and 11 deletions
+2
View File
@@ -14,6 +14,7 @@
},
"dependencies": {
"@next/font": "13.1.6",
"@prisma/client": "^4.9.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
@@ -27,6 +28,7 @@
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^4.9.0",
"tailwindcss": "^3.2.4"
}
}