🚀 Progressive Web App functionality added!
This commit is contained in:
parent
06d03ea506
commit
47af4da945
4 changed files with 228 additions and 1 deletions
14
package.json
14
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue