mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-29 04:52:59 +02:00
@@ -24,9 +24,11 @@
|
|||||||
"@chakra-ui/react": "^2.8.2",
|
"@chakra-ui/react": "^2.8.2",
|
||||||
"@chakra-ui/shared-utils": "^2.0.4",
|
"@chakra-ui/shared-utils": "^2.0.4",
|
||||||
"@chakra-ui/styled-system": "^2.9.2",
|
"@chakra-ui/styled-system": "^2.9.2",
|
||||||
|
"@chakra-ui/theme-tools": "^2.1.2",
|
||||||
"@codemirror/autocomplete": "^6.12.0",
|
"@codemirror/autocomplete": "^6.12.0",
|
||||||
"@codemirror/lang-json": "^6.0.1",
|
"@codemirror/lang-json": "^6.0.1",
|
||||||
"@codemirror/language": "^6.10.1",
|
"@codemirror/language": "^6.10.1",
|
||||||
|
"@codemirror/view": "^6.26.2",
|
||||||
"@emotion/react": "^11.11.1",
|
"@emotion/react": "^11.11.1",
|
||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.11.0",
|
||||||
"@getalby/bitcoin-connect": "^3.2.1",
|
"@getalby/bitcoin-connect": "^3.2.1",
|
||||||
@@ -34,6 +36,7 @@
|
|||||||
"@noble/curves": "^1.3.0",
|
"@noble/curves": "^1.3.0",
|
||||||
"@noble/hashes": "^1.3.2",
|
"@noble/hashes": "^1.3.2",
|
||||||
"@noble/secp256k1": "^1.7.0",
|
"@noble/secp256k1": "^1.7.0",
|
||||||
|
"@scure/base": "^1.1.6",
|
||||||
"@snort/worker-relay": "^1.0.10",
|
"@snort/worker-relay": "^1.0.10",
|
||||||
"@uiw/codemirror-theme-github": "^4.21.21",
|
"@uiw/codemirror-theme-github": "^4.21.21",
|
||||||
"@uiw/react-codemirror": "^4.21.21",
|
"@uiw/react-codemirror": "^4.21.21",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import debug, { Debugger } from "debug";
|
import debug, { Debugger } from "debug";
|
||||||
import _throttle from "lodash/throttle";
|
import _throttle from "lodash.throttle";
|
||||||
import { kinds } from "nostr-tools";
|
import { kinds } from "nostr-tools";
|
||||||
|
|
||||||
import NostrSubscription from "../classes/nostr-subscription";
|
import NostrSubscription from "../classes/nostr-subscription";
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import _throttle from "lodash/throttle";
|
import _throttle from "lodash.throttle";
|
||||||
|
|
||||||
import Subject from "../classes/subject";
|
import Subject from "../classes/subject";
|
||||||
import SuperMap from "../classes/super-map";
|
import SuperMap from "../classes/super-map";
|
||||||
|
Reference in New Issue
Block a user