Files
myeasycms-v2/apps/dev-tool/package.json
Giancarlo Buomprisco 7ebff31475 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
2026-03-24 13:40:38 +08:00

48 lines
1.2 KiB
JSON

{
"name": "dev-tool",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "next dev --port=3010 | pino-pretty -c"
},
"dependencies": {
"@faker-js/faker": "catalog:",
"@hookform/resolvers": "catalog:",
"@tanstack/react-query": "catalog:",
"lucide-react": "catalog:",
"next": "catalog:",
"next-intl": "catalog:",
"nodemailer": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"rxjs": "catalog:"
},
"devDependencies": {
"@kit/email-templates": "workspace:*",
"@kit/i18n": "workspace:*",
"@kit/mcp-server": "workspace:*",
"@kit/next": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "catalog:",
"@types/nodemailer": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"babel-plugin-react-compiler": "catalog:",
"pino-pretty": "catalog:",
"react-hook-form": "catalog:",
"recharts": "catalog:",
"tailwindcss": "catalog:",
"tw-animate-css": "catalog:",
"typescript": "catalog:",
"zod": "catalog:"
},
"browserslist": [
"last 1 versions",
"> 0.7%",
"not dead"
]
}