katoikia-app/web-ui/web-react/node_modules/workbox-webpack-plugin/package.json

45 lines
1.1 KiB
JSON

{
"name": "workbox-webpack-plugin",
"version": "4.3.1",
"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"
],
"scripts": {
"build": "gulp build-packages --package workbox-webpack-plugin",
"version": "npm run build",
"prepare": "npm run build"
},
"workbox": {
"packageType": "node"
},
"main": "build/index.js",
"files": [
"build"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"json-stable-stringify": "^1.0.1",
"workbox-build": "^4.3.1"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"author": "Will Farley <a.will.farley@gmail.com> (http://www.willfarley.org/)",
"license": "MIT",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b"
}