beg auth change
Showing
- lib/igdb.ts 5 additions, 4 deletionslib/igdb.ts
- lib/utils.ts 2 additions, 2 deletionslib/utils.ts
- lib/validations/auth.ts 2 additions, 0 deletionslib/validations/auth.ts
- next.config.mjs 5 additions, 1 deletionnext.config.mjs
- package-lock.json 110 additions, 2 deletionspackage-lock.json
- package.json 6 additions, 1 deletionpackage.json
- prisma/schema.prisma 83 additions, 24 deletionsprisma/schema.prisma
- tsconfig.json 2 additions, 1 deletiontsconfig.json
... | ... | @@ -11,6 +11,8 @@ |
"preview": "next build && next start" | ||
}, | ||
"dependencies": { | ||
"@auth/prisma-adapter": "^1.0.0", | ||
"@hookform/resolvers": "^3.1.0", | ||
"@prisma/client": "^4.15.0", | ||
"@radix-ui/react-dropdown-menu": "^2.0.5", | ||
"@radix-ui/react-label": "^2.0.2", | ||
... | ... | @@ -18,6 +20,7 @@ |
"@radix-ui/react-select": "^1.2.2", | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-toast": "^1.1.4", | ||
"@t3-oss/env-nextjs": "^0.4.0", | ||
"@tanstack/react-query": "^4.29.12", | ||
"bcrypt": "^5.1.0", | ||
"class-variance-authority": "^0.6.0", | ||
... | ... | @@ -28,9 +31,11 @@ |
"next-themes": "^0.2.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-hook-form": "^7.44.3", | ||
"react-infinite-scroll-component": "^6.1.0", | ||
"tailwind-merge": "^1.12.0", | ||
"tailwindcss-animate": "^1.0.5" | ||
"tailwindcss-animate": "^1.0.5", | ||
"zod": "^3.21.4" | ||
}, | ||
"devDependencies": { | ||
"@tanstack/eslint-plugin-query": "^4.29.9", | ||
... | ... |
Please register or sign in to comment