Next.js Supabase V3 (#463)
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
This commit is contained in:
committed by
GitHub
parent
4912e402a3
commit
7ebff31475
@@ -2,17 +2,14 @@
|
||||
"name": "web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"analyze": "ANALYZE=true pnpm run build",
|
||||
"build": "next build",
|
||||
"build:test": "NODE_ENV=test next build",
|
||||
"clean": "git clean -xdf .next .turbo node_modules",
|
||||
"dev": "next dev | pino-pretty -c",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --check \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\"",
|
||||
"start": "next start",
|
||||
"start:test": "NODE_ENV=test next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
@@ -31,8 +28,7 @@
|
||||
"supabase:db:dump:local": "supabase db dump --local --data-only"
|
||||
},
|
||||
"dependencies": {
|
||||
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@hookform/resolvers": "catalog:",
|
||||
"@kit/accounts": "workspace:*",
|
||||
"@kit/admin": "workspace:*",
|
||||
"@kit/analytics": "workspace:*",
|
||||
@@ -51,47 +47,43 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/team-accounts": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
||||
"@marsidev/react-turnstile": "^1.4.2",
|
||||
"@nosecone/next": "1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@makerkit/data-loader-supabase-core": "catalog:",
|
||||
"@makerkit/data-loader-supabase-nextjs": "catalog:",
|
||||
"@marsidev/react-turnstile": "catalog:",
|
||||
"@nosecone/next": "catalog:",
|
||||
"@supabase/supabase-js": "catalog:",
|
||||
"@tanstack/react-query": "catalog:",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"@tanstack/react-table": "catalog:",
|
||||
"date-fns": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"next": "catalog:",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"next-intl": "catalog:",
|
||||
"next-runtime-env": "catalog:",
|
||||
"next-safe-action": "catalog:",
|
||||
"next-sitemap": "catalog:",
|
||||
"next-themes": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-hook-form": "catalog:",
|
||||
"react-i18next": "catalog:",
|
||||
"recharts": "2.15.3",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"recharts": "catalog:",
|
||||
"tailwind-merge": "catalog:",
|
||||
"tw-animate-css": "catalog:",
|
||||
"urlpattern-polyfill": "^10.1.0",
|
||||
"urlpattern-polyfill": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "catalog:",
|
||||
"@tailwindcss/postcss": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"cssnano": "^7.1.2",
|
||||
"pino-pretty": "13.0.0",
|
||||
"prettier": "^3.8.1",
|
||||
"babel-plugin-react-compiler": "catalog:",
|
||||
"cssnano": "catalog:",
|
||||
"pino-pretty": "catalog:",
|
||||
"supabase": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
"browserslist": [
|
||||
"last 1 versions",
|
||||
"> 0.7%",
|
||||
|
||||
Reference in New Issue
Block a user