Version 3 of the kit: - Radix UI replaced with Base UI (using the Shadcn UI patterns) - next-intl replaces react-i18next - enhanceAction deprecated; usage moved to next-safe-action - main layout now wrapped with [locale] path segment - Teams only mode - Layout updates - Zod v4 - Next.js 16.2 - Typescript 6 - All other dependencies updated - Removed deprecated Edge CSRF - Dynamic Github Action runner
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@kit/auth",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exports": {
|
|
"./sign-in": "./src/sign-in.ts",
|
|
"./sign-up": "./src/sign-up.ts",
|
|
"./password-reset": "./src/password-reset.ts",
|
|
"./shared": "./src/shared.ts",
|
|
"./mfa": "./src/mfa.ts",
|
|
"./captcha/client": "./src/captcha/client/index.ts",
|
|
"./captcha/server": "./src/captcha/server/index.ts",
|
|
"./resend-email-link": "./src/components/resend-auth-link-form.tsx",
|
|
"./oauth-provider-logo-image": "./src/components/oauth-provider-logo-image.tsx"
|
|
},
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "catalog:",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@marsidev/react-turnstile": "catalog:",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@tanstack/react-query": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"next": "catalog:",
|
|
"next-intl": "catalog:",
|
|
"react-hook-form": "catalog:",
|
|
"sonner": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|