NextAuth init
Showing
- app/(content)/(home)/home/page.tsx 1 addition, 1 deletionapp/(content)/(home)/home/page.tsx
- app/api/auth/[...nextauth]/route.ts 82 additions, 0 deletionsapp/api/auth/[...nextauth]/route.ts
- app/api/likes/likeService.ts 1 addition, 1 deletionapp/api/likes/likeService.ts
- app/api/messages/route.ts 1 addition, 1 deletionapp/api/messages/route.ts
- app/api/route.ts 16 additions, 0 deletionsapp/api/route.ts
- lib/db.ts 0 additions, 0 deletionslib/db.ts
- package-lock.json 518 additions, 13 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- prisma/schema.prisma 28 additions, 27 deletionsprisma/schema.prisma
app/api/auth/[...nextauth]/route.ts
0 → 100644
app/api/route.ts
0 → 100644
File moved
This diff is collapsed.
... | ... | @@ -18,10 +18,12 @@ |
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-toast": "^1.1.4", | ||
"@tanstack/react-query": "^4.29.7", | ||
"bcrypt": "^5.1.0", | ||
"class-variance-authority": "^0.6.0", | ||
"clsx": "^1.2.1", | ||
"lucide-react": "^0.221.0", | ||
"next": "^13.4.3", | ||
"next-auth": "^4.22.1", | ||
"next-themes": "^0.2.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
... | ... | @@ -31,6 +33,7 @@ |
}, | ||
"devDependencies": { | ||
"@tanstack/eslint-plugin-query": "^4.29.9", | ||
"@types/bcrypt": "^5.0.0", | ||
"@types/node": "^20.2.4", | ||
"@types/react": "^18.2.7", | ||
"@types/react-dom": "^18.2.4", | ||
... | ... |
Please register or sign in to comment