wip: migrated to nostr-relaypool

This commit is contained in:
Ren Amamiya
2023-02-26 18:01:28 +07:00
parent 3fbe6b3986
commit f3da53f098
6 changed files with 106 additions and 44 deletions

View File

@@ -28,6 +28,7 @@
"next": "^13.2.1",
"next-remove-imports": "^1.0.10",
"nostr-react": "^0.6.4",
"nostr-relaypool": "^0.5.3",
"nostr-tools": "^1.6.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
@@ -37,7 +38,8 @@
"react-player": "^2.11.2",
"react-virtuoso": "^4.1.0",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
"unique-names-generator": "^4.7.1"
"unique-names-generator": "^4.7.1",
"ws": "^8.12.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",