-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
39 lines (39 loc) · 1017 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
38
39
{
"name": "cra-append-sw",
"version": "2.7.0",
"description": "Utility tool to append custom code to ServiceWorker created by Create React App",
"main": "./index.js",
"preferGlobal": true,
"bin": "./index.js",
"scripts": {
"test": "cra-append-sw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbhlondon/cra-append-sw.git"
},
"keywords": [
"node",
"react",
"serviceworker"
],
"author": "BBH London",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bbhlondon/cra-append-sw/issues"
},
"homepage": "https://github.com/bbhlondon/cra-append-sw#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"babel-preset-react-app": "^5.0.0",
"@babel/runtime": "^7.0.0",
"babel-loader": "^8.0.0",
"@babel/polyfill": "^7.0.0",
"commander": "^2.15.1",
"dotenv-webpack": "^1.5.5",
"memory-fs": "^0.4.1",
"path": "^0.12.7",
"webpack": "^4.8.3"
}
}