feat: fast zaps

This commit is contained in:
2023-02-25 21:18:36 +00:00
parent f934dcd092
commit 8c286c04f3
14 changed files with 355 additions and 138 deletions

View File

@ -11,6 +11,7 @@
"@noble/secp256k1": "^1.7.0",
"@protobufjs/base64": "^1.1.2",
"@reduxjs/toolkit": "^1.9.1",
"@snort/nostr": "^1.0.0",
"@szhsin/react-menu": "^3.3.1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
@ -37,6 +38,7 @@
"react-twitter-embed": "^4.0.4",
"typescript": "^4.9.4",
"unist-util-visit": "^4.1.2",
"use-long-press": "^2.0.3",
"uuid": "^9.0.0",
"workbox-background-sync": "^6.4.2",
"workbox-broadcast-update": "^6.4.2",
@ -49,8 +51,7 @@
"workbox-range-requests": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2",
"workbox-streams": "^6.4.2",
"@snort/nostr": "^1.0.0"
"workbox-streams": "^6.4.2"
},
"scripts": {
"start": "react-app-rewired start",