shop stipe

This commit is contained in:
gpatruno
2026-07-26 18:43:51 +02:00
parent 810e4ac922
commit 9e9dfe310f
16 changed files with 461 additions and 136 deletions
+20 -3
View File
@@ -16,9 +16,9 @@
"multer": "^2.2.0",
"prisma": "^6.11.1",
"sharp": "^0.34.4",
"socket.io": "^4.8.3"
},
"devDependencies": {}
"socket.io": "^4.8.3",
"stripe": "^22.3.2"
}
},
"node_modules/@emnapi/runtime": {
"version": "1.11.3",
@@ -2154,6 +2154,23 @@
"safe-buffer": "~5.2.0"
}
},
"node_modules/stripe": {
"version": "22.3.2",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-22.3.2.tgz",
"integrity": "sha512-O13QOvgEIQvDlTy6Ubb5kB980wpbhmoZNsgCXKILjCMZS67f+bW+6w99k3gnSi/N1lkryoj1WYdpGT5Wc5edjg==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@types/node": ">=18"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
},
"node_modules/tinyexec": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz",