diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 15:37:16 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 15:37:16 -0300 |
commit | 2598c9ef0b945f13e94dba8f36c5fbb5cba58feb (patch) | |
tree | 39e1c481af223cb2356b994637aa4d1ded267934 /package.json | |
parent | 0fae4d0b001526a200b2ab1270cf353e4c3b5681 (diff) |
feat: offline support with service workers
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 150731e..e93d4b7 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,10 @@ "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", + "workbox-build": "^7.3.0", + "workbox-expiration": "^7.3.0", + "workbox-strategies": "^7.3.0", + "workbox-window": "^7.3.0", "yaqrcode": "^0.2.1", "zod": "^3.25.67" }, |