package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "workbox-build",
  3. "version": "6.6.1",
  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": ">=16.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. "stringify-object": "^3.3.0",
  42. "strip-comments": "^2.0.1",
  43. "tempy": "^0.6.0",
  44. "upath": "^1.2.0",
  45. "workbox-background-sync": "6.6.1",
  46. "workbox-broadcast-update": "6.6.1",
  47. "workbox-cacheable-response": "6.6.1",
  48. "workbox-core": "6.6.1",
  49. "workbox-expiration": "6.6.1",
  50. "workbox-google-analytics": "6.6.1",
  51. "workbox-navigation-preload": "6.6.1",
  52. "workbox-precaching": "6.6.1",
  53. "workbox-range-requests": "6.6.1",
  54. "workbox-recipes": "6.6.1",
  55. "workbox-routing": "6.6.1",
  56. "workbox-strategies": "6.6.1",
  57. "workbox-streams": "6.6.1",
  58. "workbox-sw": "6.6.1",
  59. "workbox-window": "6.6.1"
  60. },
  61. "main": "build/index.js",
  62. "workbox": {
  63. "packageType": "node_ts"
  64. },
  65. "types": "build/index.d.ts",
  66. "devDependencies": {
  67. "@types/node": "^18.15.11"
  68. },
  69. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  70. }