-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 898 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
{
"name": "react-app-rewire-workbox",
"version": "2.0.1",
"description": "Adds support for service worker generation via Google Workbox webpack plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Moodie",
"license": "MIT",
"peerDependencies": {
"workbox-webpack-plugin": "^3.0.0",
"react-app-rewired": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davejm/react-app-rewire-workbox"
},
"keywords": [
"react-app-rewired",
"react-app-rewire",
"workbox",
"workbox-webpack-plugin",
"webpack",
"create-react-app",
"react",
"service-worker",
"progressive-web-app",
"pwa"
],
"homepage": "https://github.com/davejm/react-app-rewire-workbox",
"bugs": {
"url": "https://github.com/davejm/react-app-rewire-workbox/issues"
}
}