-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@flexis/workbox-webpack-plugin",
"version": "1.2.1",
"description": "Webpack plugin to generate and inject precache manifest to ServiceWorker.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/flexis-workbox-webpack-plugin"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/flexis-workbox-webpack-plugin/issues"
},
"main": "lib/index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "trigen-scripts lint",
"jest": "trigen-scripts jest",
"checkSize": "trigen-scripts checkSize",
"test": "trigen-scripts test",
"start": "trigen-scripts start",
"build:testBundle": "NODE_ENV=test babel-node test/buildTestBundle",
"build": "trigen-scripts build",
"cleanPublish": "trigen-scripts cleanPublish"
},
"keywords": [
"serviceworker",
"webpack",
"webpack-plugin",
"workbox",
"precache",
"manifest",
"precache-manifest"
],
"peerDependencies": {
"webpack": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"core-js": "3",
"service-worker-loader": "3",
"webpack-sources": "^1.4.3",
"workbox-build": "^4.3.1",
"workbox-webpack-plugin": "^4.3.1"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^2.1.1",
"@trigen/scripts": "^3.2.0",
"@trigen/scripts-plugin-babel": "^3.2.0",
"@trigen/scripts-plugin-eslint": "^3.2.0",
"@trigen/scripts-plugin-jest": "^3.2.0",
"@trigen/scripts-plugin-rollup": "^3.1.0",
"@trigen/scripts-plugin-size-limit": "^3.2.0",
"@trigen/scripts-preset-lib": "^3.2.0",
"clean-webpack-plugin": "^3.0.0",
"eslint-plugin-jest": "^22.1.2",
"html-webpack-plugin": "^3.2.0",
"memory-fs": "^0.5.0",
"rollup-plugin-eslint": "^6.0.0",
"rollup-plugin-json": "^4.0.0",
"webpack": "^4.39.3"
},
"files": [
"lib"
]
}