package.json
1.07 KB
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
{
"name": "workbox-webpack-plugin",
"version": "6.5.4",
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
"workboxjs",
"webpack",
"service worker",
"caching",
"fetch requests",
"offline",
"file manifest"
],
"workbox": {
"packageType": "node_ts"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"fast-json-stable-stringify": "^2.1.0",
"pretty-bytes": "^5.4.1",
"upath": "^1.2.0",
"webpack-sources": "^1.4.3",
"workbox-build": "6.5.4"
},
"peerDependencies": {
"webpack": "^4.4.0 || ^5.9.0"
},
"devDependencies": {
"@types/webpack": "^5.28.0"
},
"author": "Google's Web DevRel Team",
"license": "MIT",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"gitHead": "5e69c3f6a74ea0e6b1a0d3261a6cde11d8075859"
}