package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "workbox-webpack-plugin",
  3. "version": "6.4.2",
  4. "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
  5. "keywords": [
  6. "workbox",
  7. "workboxjs",
  8. "webpack",
  9. "service worker",
  10. "caching",
  11. "fetch requests",
  12. "offline",
  13. "file manifest"
  14. ],
  15. "workbox": {
  16. "packageType": "node"
  17. },
  18. "main": "build/index.js",
  19. "files": [
  20. "build"
  21. ],
  22. "engines": {
  23. "node": ">=10.0.0"
  24. },
  25. "dependencies": {
  26. "fast-json-stable-stringify": "^2.1.0",
  27. "pretty-bytes": "^5.4.1",
  28. "source-map-url": "^0.4.0",
  29. "upath": "^1.2.0",
  30. "webpack-sources": "^1.4.3",
  31. "workbox-build": "6.4.2"
  32. },
  33. "peerDependencies": {
  34. "webpack": "^4.4.0 || ^5.9.0"
  35. },
  36. "author": "Google's Web DevRel Team",
  37. "license": "MIT",
  38. "repository": "googlechrome/workbox",
  39. "bugs": "https://github.com/GoogleChrome/workbox/issues",
  40. "homepage": "https://github.com/GoogleChrome/workbox",
  41. "gitHead": "9fae1320327a3a75bf71df9a76708978bd252428"
  42. }