Add: tRPC + register on first time login

This commit is contained in:
Sonny
2023-02-15 00:02:55 +01:00
parent 1636f9152b
commit 7074901dcb
12 changed files with 4443 additions and 1807 deletions

View File

@@ -10,6 +10,11 @@
"dependencies": {
"@prisma/client": "^4.10.0",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query": "^4.24.6",
"@trpc/client": "^10.11.1",
"@trpc/next": "^10.11.1",
"@trpc/react-query": "^10.11.1",
"@trpc/server": "^10.11.1",
"axios": "^1.3.2",
"next": "^13.1.6",
"next-auth": "^4.19.2",
@@ -21,7 +26,8 @@
"react-select": "^5.7.0",
"sass": "^1.58.0",
"sharp": "^0.31.3",
"toastr": "^2.1.4"
"toastr": "^2.1.4",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/node": "^18.13.0",