🚀 Progressive Web App functionality added!

This commit is contained in:
rzmk 2022-01-13 15:49:52 -05:00
parent 06d03ea506
commit 47af4da945
4 changed files with 228 additions and 1 deletions

View file

@ -13,7 +13,19 @@
"react-icons": "^4.3.1",
"react-scripts": "5.0.0",
"react-simple-maps": "^2.3.0",
"web-vitals": "^2.1.2"
"web-vitals": "^2.1.2",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"scripts": {
"start": "react-scripts start",