-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 987 Bytes
/
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
{
"name": "@magenable/top-bar-notification",
"description": "An extension for Magento PWA Studio that allow to display simple notice at the top of the page",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/magenable/top-bar-notification-pwa"
},
"bugs": {
"url": "https://github.com/magenable/top-bar-notification-pwa/issues"
},
"homepage": "https://github.com/magenable/top-bar-notification-pwa",
"keywords": [
"top bar notification",
"pwa-studio",
"pwastudio",
"pwa",
"magento",
"magento2"
],
"main": "src/targets/intercept.js",
"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",
"react-feather": "~2.0.3"
},
"pwa-studio": {
"targets": {
"intercept": "src/targets/intercept.js"
}
}
}