-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@madit/pwa-studio-stripe-payments",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"description": "Provides a Stripe payment method for PWA-Studio.",
"keywords": [
"Stripe",
"Magento",
"PWA-studio",
"PWA",
"payment",
"method"
],
"author": "MAD IT - Mad Information Technology - <contact@madit.fr>",
"main": "index.js",
"scripts": {
"clean": " "
},
"repository": "git@github.com:MAD-I-T/madit-stripe-payments.git",
"license": "(OSL-3.0 OR AFL-3.0)",
"peerDependencies": {
"@magento/peregrine": "~12.2.0",
"@magento/pwa-buildpack": "~11.4.0",
"@magento/venia-ui": "*",
"react": "~17.0.1",
"react-intl": "~5.20.0",
"react-router-dom": "~5.2.0",
"webpack": "~4.46.0",
"@magento/upward-security-headers": "~1.0.14"
},
"pwa-studio": {
"targets": {
"intercept": "src/targets/intercept.js"
}
},
"dependencies": {
"@stripe/react-stripe-js": "~1.7.0",
"@stripe/stripe-js": "~1.24.0"
}
}