Test service worker

This commit is contained in:
2023-01-19 11:03:51 +00:00
parent b66c3ccf6a
commit f759505904
8 changed files with 398 additions and 155 deletions

View File

@ -1,5 +1,5 @@
{
"name": "nostr_ui",
"name": "snort",
"version": "0.1.0",
"private": true,
"dependencies": {
@ -33,7 +33,19 @@
"react-textarea-autosize": "^8.4.0",
"react-twitter-embed": "^4.0.4",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"workbox-background-sync": "^6.4.2",
"workbox-broadcast-update": "^6.4.2",
"workbox-cacheable-response": "^6.4.2",
"workbox-core": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-google-analytics": "^6.4.2",
"workbox-navigation-preload": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-range-requests": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2",
"workbox-streams": "^6.4.2"
},
"scripts": {
"start": "react-scripts start",