package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "workbox-build",
  3. "version": "6.4.2",
  4. "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
  5. "keywords": [
  6. "workbox",
  7. "workboxjs",
  8. "service worker",
  9. "caching",
  10. "fetch requests",
  11. "offline",
  12. "file manifest"
  13. ],
  14. "engines": {
  15. "node": ">=10.0.0"
  16. },
  17. "author": "Google's Web DevRel Team",
  18. "license": "MIT",
  19. "repository": "googlechrome/workbox",
  20. "bugs": "https://github.com/GoogleChrome/workbox/issues",
  21. "homepage": "https://github.com/GoogleChrome/workbox",
  22. "dependencies": {
  23. "@apideck/better-ajv-errors": "^0.3.1",
  24. "@babel/core": "^7.11.1",
  25. "@babel/preset-env": "^7.11.0",
  26. "@babel/runtime": "^7.11.2",
  27. "@rollup/plugin-babel": "^5.2.0",
  28. "@rollup/plugin-node-resolve": "^11.2.1",
  29. "@rollup/plugin-replace": "^2.4.1",
  30. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  31. "ajv": "^8.6.0",
  32. "common-tags": "^1.8.0",
  33. "fast-json-stable-stringify": "^2.1.0",
  34. "fs-extra": "^9.0.1",
  35. "glob": "^7.1.6",
  36. "lodash": "^4.17.20",
  37. "pretty-bytes": "^5.3.0",
  38. "rollup": "^2.43.1",
  39. "rollup-plugin-terser": "^7.0.0",
  40. "source-map": "^0.8.0-beta.0",
  41. "source-map-url": "^0.4.0",
  42. "stringify-object": "^3.3.0",
  43. "strip-comments": "^2.0.1",
  44. "tempy": "^0.6.0",
  45. "upath": "^1.2.0",
  46. "workbox-background-sync": "6.4.2",
  47. "workbox-broadcast-update": "6.4.2",
  48. "workbox-cacheable-response": "6.4.2",
  49. "workbox-core": "6.4.2",
  50. "workbox-expiration": "6.4.2",
  51. "workbox-google-analytics": "6.4.2",
  52. "workbox-navigation-preload": "6.4.2",
  53. "workbox-precaching": "6.4.2",
  54. "workbox-range-requests": "6.4.2",
  55. "workbox-recipes": "6.4.2",
  56. "workbox-routing": "6.4.2",
  57. "workbox-strategies": "6.4.2",
  58. "workbox-streams": "6.4.2",
  59. "workbox-sw": "6.4.2",
  60. "workbox-window": "6.4.2"
  61. },
  62. "main": "build/index.js",
  63. "workbox": {
  64. "packageType": "node_ts"
  65. },
  66. "types": "build/index.d.ts",
  67. "devDependencies": {
  68. "@types/node": "^16.10.2"
  69. },
  70. "gitHead": "9fae1320327a3a75bf71df9a76708978bd252428"
  71. }