- Bumped `lucide-react` to `^0.516.0` - Upgraded `react-hook-form` to `^7.58.0` - Updated `zod` to `^3.25.67` - Incremented `@sentry/nextjs` to `^9.29.0` - Miscellaneous upgrades for `eslint`, `@tailwindcss/postcss`, and `supabase` dependencies.
35 lines
804 B
JSON
35 lines
804 B
JSON
{
|
|
"name": "@kit/next",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
"./actions": "./src/actions/index.ts",
|
|
"./routes": "./src/routes/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/auth": "workspace:*",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/monitoring": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@supabase/supabase-js": "2.50.0",
|
|
"next": "15.3.3",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|