-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.32 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
43
44
45
46
47
48
49
50
{
"name": "@edenjs/serviceworker",
"description": "",
"version": "2.2.0",
"dependencies": {
"@babel/core": "^7.13.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.5",
"@edenjs/glob": "^1.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"browserify-incremental": "^3.1.1",
"cache-polyfill": "^1.0.1",
"core-js": "^3.9.0",
"gulp": "^4.0.0",
"gulp-header": "^2.0.9",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"path-to-regexp": "^6.2.0",
"serviceworker-cache-polyfill": "^4.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"xtend": "^4.0.2"
},
"engines": {
"node": ">= 8.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eden-js/serviceworker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eden-js/serviceworker/issues"
},
"homepage": "https://github.com/eden-js/serviceworker#readme",
"devDependencies": {
"@edenjs/eslint-config-eden": "^2.0.14",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4"
}
}