begin stripe plugin

This commit is contained in:
2023-07-25 15:23:49 +02:00
parent ff277a41ae
commit 782a245c17
10 changed files with 122 additions and 10 deletions

View File

@@ -20,7 +20,8 @@
"mysql": "^2.18.1",
"nodemailer": "^6.9.3",
"serve-favicon": "^2.5.0",
"serve-static": "^1.15.0"
"serve-static": "^1.15.0",
"stripe": "^12.14.0"
},
"devDependencies": {
"acorn": "^8.8.2",
@@ -236,6 +237,11 @@
"tslib": "^2.4.0"
}
},
"node_modules/@types/node": {
"version": "20.4.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz",
"integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew=="
},
"node_modules/abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@@ -2211,6 +2217,18 @@
"node": ">=8"
}
},
"node_modules/stripe": {
"version": "12.14.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-12.14.0.tgz",
"integrity": "sha512-WrDlYH1p5jliY7uzSU5nLDY7OCIeRe6FkC0hhScpTGwMthP/Muk38WXGeggjDHKeXAGCs43jUheZ7Ud/NEAJdg==",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.11.0"
},
"engines": {
"node": ">=12.*"
}
},
"node_modules/tar": {
"version": "6.1.13",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz",