40 lines
987 B
JSON
40 lines
987 B
JSON
{
|
|
"name": "@kit/billing-gateway",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./components": "./src/components/index.ts",
|
|
"./checkout": "./src/components/embedded-checkout.tsx",
|
|
"./marketing": "./src/components/marketing.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@kit/billing": "workspace:*",
|
|
"@kit/lemon-squeezy": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/stripe": "workspace:*",
|
|
"@kit/montonio": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@supabase/supabase-js": "2.49.4",
|
|
"@types/react": "19.1.4",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^0.510.0",
|
|
"next": "15.3.2",
|
|
"react": "19.1.0"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|