From 08aed0d21a8e7fd5e225140fa1ee8f0e879841c5 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Jun 2021 18:14:58 +0800 Subject: ... --- FrontEnd/package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'FrontEnd/package.json') diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 38dd85ff..2ae7cae1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,13 @@ "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", "rxjs": "^7.1.0", - "xregexp": "^5.0.2" + "xregexp": "^5.0.2", + "workbox-cacheable-response": "^6.1.5", + "workbox-expiration": "^6.1.2", + "workbox-precaching": "^6.1.0", + "workbox-routing": "^6.1.5", + "workbox-strategies": "^6.1.0", + "workbox-window": "^6.1.1" }, "scripts": { "start": "vite", @@ -60,6 +66,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.3.1", "typescript": "^4.3.2", - "vite": "^2.3.7" + "vite": "^2.3.7", + "vite-plugin-pwa": "^0.8.1" } } -- cgit v1.2.3