aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 18:14:58 +0800
committercrupest <crupest@outlook.com>2021-06-15 18:14:58 +0800
commit08aed0d21a8e7fd5e225140fa1ee8f0e879841c5 (patch)
tree8dc987e49ce3054f06fe9c30065333a929eafdba /FrontEnd/package.json
parent5c979373b53f40f2d0f263f52071caf8ab188e44 (diff)
downloadtimeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.tar.gz
timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.tar.bz2
timeline-08aed0d21a8e7fd5e225140fa1ee8f0e879841c5.zip
...
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r--FrontEnd/package.json11
1 files changed, 9 insertions, 2 deletions
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"
}
}