Created the Premium page with Bootstrap and Stripe integration

This commit is contained in:
ION606
2022-07-27 11:28:50 +03:00
parent 7209719a0e
commit 60f5e5626c
7 changed files with 438 additions and 148 deletions
+22
View File
@@ -16,6 +16,7 @@
"mongodb": "^4.8.0",
"nginx": "^1.0.8",
"node-fetch": "^3.2.9",
"stripe": "^9.15.0",
"undici": "^5.8.0"
}
},
@@ -1200,6 +1201,18 @@
"node": ">= 0.8"
}
},
"node_modules/stripe": {
"version": "9.15.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-9.15.0.tgz",
"integrity": "sha512-0Irs+6mNpZKhiXS/aieweXZEcOrJtUjPU0fIzEzrRg9VF9wyXWdUELWJbkxDhuyYMMKrrjA6c2YNtccBZX6tew==",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.10.3"
},
"engines": {
"node": "^8.1 || >=10.*"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -2164,6 +2177,15 @@
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="
},
"stripe": {
"version": "9.15.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-9.15.0.tgz",
"integrity": "sha512-0Irs+6mNpZKhiXS/aieweXZEcOrJtUjPU0fIzEzrRg9VF9wyXWdUELWJbkxDhuyYMMKrrjA6c2YNtccBZX6tew==",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.10.3"
}
},
"supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",