This update upgrades several packages across multiple project files to their latest version. These packages include "supabase-js", "react-query", "react-hook-form", and "pnpm". The commit ensures the project is up-to-date with recent package versions, potentially benefiting from bug fixes, new features, and performance improvements.
54 lines
1.4 KiB
JSON
54 lines
1.4 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": "^3.6.0",
|
|
"@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/tailwind-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:^",
|
|
"@supabase/supabase-js": "^2.43.5",
|
|
"@types/react": "^18.3.3",
|
|
"date-fns": "^3.6.0",
|
|
"lucide-react": "^0.395.0",
|
|
"next": "14.2.4",
|
|
"react": "18.3.1",
|
|
"react-hook-form": "^7.52.0",
|
|
"react-i18next": "^14.1.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@kit/eslint-config/base",
|
|
"@kit/eslint-config/react"
|
|
]
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
} |