diff options
author | crupest <crupest@outlook.com> | 2021-02-13 22:10:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-13 22:10:07 +0800 |
commit | f6552569082c6e8c43ea0769c78a1c998234f9fc (patch) | |
tree | 8ebd96d3ee07d31619e40ac0030e84c0a09a8368 /FrontEnd/package.json | |
parent | c7a3813b8c64152e91fdd0f99e8f0baf0fef4678 (diff) | |
download | timeline-f6552569082c6e8c43ea0769c78a1c998234f9fc.tar.gz timeline-f6552569082c6e8c43ea0769c78a1c998234f9fc.tar.bz2 timeline-f6552569082c6e8c43ea0769c78a1c998234f9fc.zip |
feat: Reconfigure service worker.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 7a922867..bac45273 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -28,6 +28,8 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"rxjs": "^6.6.3",
+ "workbox-cacheable-response": "^6.1.0",
+ "workbox-expiration": "^6.1.0",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
|