removed clerk
Showing
- .env.example 1 addition, 5 deletions.env.example
- app/(auth)/login/page.tsx 5 additions, 3 deletionsapp/(auth)/login/page.tsx
- app/(auth)/signup/page.tsx 5 additions, 3 deletionsapp/(auth)/signup/page.tsx
- app/(content)/(user)/[userid]/page.tsx 0 additions, 4 deletionsapp/(content)/(user)/[userid]/page.tsx
- app/layout.tsx 3 additions, 6 deletionsapp/layout.tsx
- components/nav.tsx 4 additions, 5 deletionscomponents/nav.tsx
- package-lock.json 2 additions, 544 deletionspackage-lock.json
- package.json 0 additions, 2 deletionspackage.json
This diff is collapsed.
... | ... | @@ -11,8 +11,6 @@ |
"preview": "next build && next start" | ||
}, | ||
"dependencies": { | ||
"@clerk/nextjs": "^4.18.5", | ||
"@clerk/themes": "^1.7.4", | ||
"@prisma/client": "^4.14.1", | ||
"@radix-ui/react-dropdown-menu": "^2.0.5", | ||
"@radix-ui/react-scroll-area": "^1.0.4", | ||
... | ... |
Please register or sign in to comment