* chore: update package versions and dependencies across multiple files - Bumped application version to 2.21.4 in package.json. - Updated @supabase/supabase-js to version 2.84.0 and @tanstack/react-query to version 5.90.10. - Incremented various dependencies including lucide-react to version 0.554.0, react-hook-form to version 7.66.1, and react-i18next to version 16.3.5. - Adjusted @types/nodemailer to version 7.0.4 for consistency. - Refactored package.json files to utilize catalog dependencies for improved management. * chore: update Stripe API version to 2025-11-17.clover in stripe-sdk.ts * fix: update wording for password recovery prompt in auth.json
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@kit/billing-gateway",
|
|
"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",
|
|
"./components": "./src/components/index.ts",
|
|
"./checkout": "./src/components/embedded-checkout.tsx",
|
|
"./marketing": "./src/components/marketing.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@kit/billing": "workspace:*",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/lemon-squeezy": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/stripe": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^0.554.0",
|
|
"next": "catalog:",
|
|
"react": "catalog:",
|
|
"react-hook-form": "^7.66.1",
|
|
"react-i18next": "^16.3.5",
|
|
"zod": "catalog:"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|