added stripe package

This commit is contained in:
Abhinav-grd 2021-04-06 19:11:57 +05:30
parent b4ff03b79a
commit cacd22c5ae
3 changed files with 13 additions and 3 deletions

View file

@ -13,6 +13,7 @@
"@sentry/integrations": "^5.21.3",
"@sentry/node": "^5.21.3",
"@sentry/webpack-plugin": "^1.12.1",
"@stripe/stripe-js": "^1.13.2",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"comlink": "^4.3.0",

View file

@ -237,9 +237,6 @@ export default function App({ Component, pageProps, err }) {
<title>{constants.TITLE}</title>
<script async src={`https://sa.ente.io/latest.js`} />
</Head>
<Head>
<script src="https://js.stripe.com/v3/"></script>
</Head>
<GlobalStyles />
<div style={{ display: navbarIconView ? 'block' : 'none' }}>
<Sidebar

View file

@ -2183,6 +2183,18 @@
jsonwebtoken "^8.5.1"
path-to-regexp "^6.1.0"
"@stripe/react-stripe-js@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@stripe/react-stripe-js/-/react-stripe-js-1.4.0.tgz#a67e72202297fc409dc2c8c4f3fb98e0b61fa06d"
integrity sha512-Pz5QmG8PgJ3pi8gOWxlngk+ns63p2L1Ds192fn55ykZNRKfGz3G6sfssUVThHn/NAt2Hp1eCEsy/hvlKnXJI6g==
dependencies:
prop-types "^15.7.2"
"@stripe/stripe-js@^1.13.2":
version "1.13.2"
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.13.2.tgz#bb2f561085b5dd091355df871d432b8e1fd467f6"
integrity sha512-fycUk7ECukNc31lD5apcrUgdRC1BfiIacs+CpacoCjOgo3ablolnWCvDQWMmVWtODYa8bBv2dlBla+Edc5OvZg==
"@types/classnames@^2.2.10":
version "2.2.11"
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.11.tgz#2521cc86f69d15c5b90664e4829d84566052c1cf"