- 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.
31 lines
654 B
JSON
31 lines
654 B
JSON
{
|
|
"name": "@kit/resend",
|
|
"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": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/mailers-shared": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@types/node": "^24.0.1",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|