sw-precache(latest: 5.2.1) Generates a service worker to cache your local App Shell resources.
sw-toolbox(latest: 3.6.0) Service Worker Toolbox provides some simple helpers for use in creating your own service workers.
workbox-broadcast-cache-update(latest: 3.6.3) A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated
workbox-cache-expiration(latest: 3.6.3) A service worker helper library that expires cached responses based on age or maximum number of entries.
preload-webpack-plugin(latest: 3.0.0-beta.3) A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
yeoman-generator(latest: 4.12.0) Rails-inspired generator system that provides scaffolding for your apps
yeoman-environment(latest: 2.10.3) Handles the lifecyle and bootstrapping of generators in a specific environment
configstore(latest: 6.0.0) Easily load and save config without having to think about where and how
workbox-webpack-plugin(latest: 6.5.3) A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
workbox-build(latest: 6.5.3) A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.
workbox-background-sync(latest: 6.5.3) Queues failed requests and uses the Background Sync API to replay them when the network is available
workbox-broadcast-update(latest: 6.5.3) A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated
workbox-cacheable-response(latest: 6.5.3) This library takes a Response object and determines whether it's cacheable based on a specific configuration.
workbox-core(latest: 6.5.3) This module is used by a number of the other Workbox modules to share common code.
workbox-google-analytics(latest: 6.5.3) Queues failed requests and uses the Background Sync API to replay them when the network is available
workbox-navigation-preload(latest: 6.5.3) This library allows developers to opt-in to using Navigation Preload in their service worker.
workbox-precaching(latest: 6.5.3) This module efficiently precaches assets.
workbox-range-requests(latest: 6.5.3) This library creates a new Response, given a source Response and a Range header value.
workbox-routing(latest: 6.5.3) A service worker helper library to route request URLs to handlers.
workbox-strategies(latest: 6.5.3) A service worker helper library implementing common caching strategies.
workbox-streams(latest: 6.5.3) A library that makes it easier to work with Streams in the browser.
workbox-sw(latest: 6.5.3) This module makes it easy to get started with the Workbox service worker libraries.
workbox-window(latest: 6.5.3) Simplifies communications with Workbox packages running in the service worker
update-notifier(latest: 6.0.2) Update notifications for your CLI app
stringify-object(latest: 5.0.0) Stringify an object/array like JSON.stringify just without all the double-quotes