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
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "next-supabase-saas-kit-turbo",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "MakerKit",
|
|
"url": "https://makerkit.dev"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"turbo": "turbo",
|
|
"preinstall": "pnpm run --filter scripts requirements",
|
|
"postinstall": "manypkg fix",
|
|
"build": "turbo build --cache-dir=.turbo",
|
|
"clean": "git clean -xdf node_modules dist .next",
|
|
"clean:workspaces": "turbo clean",
|
|
"dev": "cross-env FORCE_COLOR=1 turbo dev --parallel",
|
|
"format": "oxfmt --check",
|
|
"format:fix": "oxfmt",
|
|
"lint": "oxlint",
|
|
"lint:fix": "oxlint --fix",
|
|
"healthcheck": "oxlint --fix && oxfmt && pnpm run typecheck && manypkg fix",
|
|
"typecheck": "turbo typecheck --affected --cache-dir=.turbo",
|
|
"test": "turbo test --cache-dir=.turbo",
|
|
"update": "pnpm update -r",
|
|
"syncpack:list": "pnpm dlx syncpack list-mismatches",
|
|
"syncpack:fix": "pnpm dlx syncpack fix-mismatches",
|
|
"supabase:web:start": "pnpm --filter web supabase:start",
|
|
"supabase:web:stop": "pnpm --filter web supabase:stop",
|
|
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
|
|
"supabase:web:reset": "pnpm --filter web supabase:reset",
|
|
"supabase:web:test": "pnpm --filter web supabase:test",
|
|
"stripe:listen": "pnpm --filter '@kit/stripe' start",
|
|
"env:generate": "turbo gen env",
|
|
"env:validate": "turbo gen validate-env"
|
|
},
|
|
"devDependencies": {
|
|
"@manypkg/cli": "catalog:",
|
|
"@turbo/gen": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"cross-env": "catalog:",
|
|
"oxfmt": "catalog:",
|
|
"oxlint": "catalog:",
|
|
"server-only": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.10.0"
|
|
},
|
|
"packageManager": "pnpm@10.32.1"
|
|
}
|