-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 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
{
"name": "@magenable/purchase-partner-url",
"description": "An extension for Magento PWA Studio that allow replace Add To Cart button with partner links in any product",
"version": "1.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/magenable/purchase-from-partners-pwa"
},
"bugs": {
"url": "https://github.com/magenable/purchase-from-partners-pwa/issues"
},
"homepage": "https://github.com/magenable/purchase-from-partners-pwa",
"keywords": [
"purchase partner url",
"pwa-studio",
"pwastudio",
"pwa",
"magento",
"magento2"
],
"main": "src/targets/intercept.js",
"dependencies": {
"react-ga": "^3.3.0"
},
"peerDependencies": {
"@apollo/client": "^3.1.2",
"@magento/peregrine": "~11.0.0",
"@magento/pwa-buildpack": "^10.0.0",
"@magento/venia-ui": "^8.0.0",
"react": "~17.0.1",
"react-dom": "~17.0.1"
},
"pwa-studio": {
"targets": {
"intercept": "src/targets/intercept.js"
}
}
}