Files
admin 21e7f29acb feat: localize Clerk auth UI to German via @clerk/localizations
The sign-in/sign-up UI rendered in English despite the rest of the app
being German — @clerk/localizations ships an official deDE locale that
plugs directly into ClerkProvider's existing appearance config.
2026-09-01 19:53:55 +02:00

73 lines
1.9 KiB
JSON

{
"name": "pawfeed",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@clerk/localizations": "^4.15.8",
"@clerk/nextjs": "^7.4.3",
"@clerk/themes": "^2.4.57",
"@hookform/resolvers": "^5.4.0",
"@mux/mux-node": "^14.1.1",
"@mux/mux-player-react": "^3.13.0",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@sentry/nextjs": "^10.69.0",
"@supabase/supabase-js": "^2.107.0",
"@tanstack/react-query": "^5.101.0",
"@trpc/client": "^11.17.0",
"@trpc/server": "^11.17.0",
"@trpc/tanstack-react-query": "^11.17.0",
"blurhash": "^2.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"ioredis": "^5.11.1",
"lucide-react": "^1.17.0",
"next": "^16.3.0",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
"nodemailer": "^9.0.5",
"pg": "^8.21.0",
"prisma": "^7.8.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-easy-crop": "^6.2.3",
"react-hook-form": "^7.77.0",
"react-intersection-observer": "^10.0.3",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
"stripe": "^22.5.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^8.0.1",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.8",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"jsdom": "^28.1.0",
"shadcn": "^4.10.0",
"tailwindcss": "^4",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
}
}