feat: stripe integration

This commit is contained in:
Vasily Zubarev
2025-04-24 15:27:44 +02:00
parent 38a5c0f814
commit abd5ad8403
31 changed files with 559 additions and 112 deletions

11
package-lock.json generated
View File

@@ -8,7 +8,6 @@
"name": "taxhacker",
"version": "0.5.0",
"dependencies": {
"@better-auth/stripe": "^1.2.5",
"@fast-csv/format": "^5.0.2",
"@fast-csv/parse": "^5.0.2",
"@prisma/client": "^6.6.0",
@@ -349,16 +348,6 @@
"node": ">=6.9.0"
}
},
"node_modules/@better-auth/stripe": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/@better-auth/stripe/-/stripe-1.2.5.tgz",
"integrity": "sha512-+87qnc4rtDJxzdCswJQOHTopRRcVw+93cSNz8O1TP3GcBEooEjAspHHAxSmutPm7pluLrHIX5g0uFE2MIOUbmQ==",
"license": "MIT",
"dependencies": {
"better-auth": "^1.2.5",
"zod": "^3.24.1"
}
},
"node_modules/@better-auth/utils": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/@better-auth/utils/-/utils-0.2.4.tgz",