2023-02-07 17:04:17 -06:00
|
|
|
{
|
2023-02-07 17:04:19 -06:00
|
|
|
"name": "nostrudel",
|
2024-09-03 01:30:54 +00:00
|
|
|
"version": "0.40.1",
|
2023-04-03 13:53:23 -05:00
|
|
|
"private": true,
|
2023-02-07 17:04:17 -06:00
|
|
|
"license": "MIT",
|
2023-12-26 11:16:18 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hzrd149/nostrudel"
|
|
|
|
},
|
2023-02-07 17:04:17 -06:00
|
|
|
"scripts": {
|
|
|
|
"start": "vite serve",
|
2023-10-26 19:57:49 +08:00
|
|
|
"dev": "VITE_APP_VERSION=production vite serve",
|
2023-05-25 10:54:04 -05:00
|
|
|
"build": "tsc --project tsconfig.json && vite build",
|
2023-06-04 11:58:57 -04:00
|
|
|
"format": "prettier --ignore-path .prettierignore -w .",
|
2023-10-08 11:15:19 -05:00
|
|
|
"analyze": "npx vite-bundle-visualizer -o ./stats.html",
|
2024-02-06 16:45:48 +00:00
|
|
|
"build-icons": "node ./scripts/build-icons.mjs"
|
2023-02-07 17:04:17 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-24 08:29:30 +00:00
|
|
|
"@cashu/cashu-ts": "^0.9.0",
|
2023-12-24 12:54:57 -06:00
|
|
|
"@chakra-ui/anatomy": "^2.2.2",
|
2023-10-13 10:24:55 -05:00
|
|
|
"@chakra-ui/breakpoint-utils": "^2.0.8",
|
2023-09-19 11:21:46 -05:00
|
|
|
"@chakra-ui/icons": "^2.1.1",
|
2023-10-13 10:24:55 -05:00
|
|
|
"@chakra-ui/media-query": "^3.3.0",
|
2023-12-24 12:54:57 -06:00
|
|
|
"@chakra-ui/react": "^2.8.2",
|
2023-10-13 10:24:55 -05:00
|
|
|
"@chakra-ui/shared-utils": "^2.0.4",
|
2023-12-24 12:54:57 -06:00
|
|
|
"@chakra-ui/styled-system": "^2.9.2",
|
2024-04-10 12:35:22 -03:00
|
|
|
"@chakra-ui/theme-tools": "^2.1.2",
|
2024-07-22 07:46:58 -05:00
|
|
|
"@codemirror/autocomplete": "^6.17.0",
|
2024-02-12 20:28:37 +00:00
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
2024-07-22 07:46:58 -05:00
|
|
|
"@codemirror/language": "^6.10.2",
|
|
|
|
"@codemirror/view": "^6.28.6",
|
2023-08-17 21:29:18 -05:00
|
|
|
"@emotion/react": "^11.11.1",
|
2023-05-25 10:54:04 -05:00
|
|
|
"@emotion/styled": "^11.11.0",
|
2024-05-12 14:46:49 +07:00
|
|
|
"@getalby/bitcoin-connect": "^3.4.1",
|
|
|
|
"@getalby/bitcoin-connect-react": "^3.4.1",
|
2024-01-24 08:29:30 +00:00
|
|
|
"@noble/curves": "^1.3.0",
|
2024-01-28 12:24:45 +00:00
|
|
|
"@noble/hashes": "^1.3.2",
|
2023-11-29 11:47:20 -06:00
|
|
|
"@noble/secp256k1": "^1.7.0",
|
2024-04-10 12:35:22 -03:00
|
|
|
"@scure/base": "^1.1.6",
|
2024-05-23 08:16:35 -05:00
|
|
|
"@snort/worker-relay": "^1.1.0",
|
2024-07-22 07:46:58 -05:00
|
|
|
"@uiw/codemirror-theme-github": "^4.23.0",
|
|
|
|
"@uiw/react-codemirror": "^4.23.0",
|
2023-08-31 12:48:31 -05:00
|
|
|
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
|
2023-02-07 17:04:18 -06:00
|
|
|
"bech32": "^2.0.0",
|
2024-05-14 13:58:53 -05:00
|
|
|
"blossom-client-sdk": "^0.7.0",
|
|
|
|
"blossom-drive-sdk": "^0.4.0",
|
2023-08-07 13:55:55 -05:00
|
|
|
"blurhash": "^2.0.5",
|
2024-01-08 17:31:28 +00:00
|
|
|
"chart.js": "^4.4.1",
|
2023-06-17 10:04:22 -05:00
|
|
|
"cheerio": "^1.0.0-rc.12",
|
2023-10-05 10:58:50 -05:00
|
|
|
"chroma-js": "^2.4.2",
|
2024-02-12 20:28:37 +00:00
|
|
|
"codemirror-json-schema": "^0.6.1",
|
2023-07-02 14:29:18 -05:00
|
|
|
"dayjs": "^1.11.9",
|
2023-07-24 08:18:10 -05:00
|
|
|
"debug": "^4.3.4",
|
2024-04-21 22:02:24 -05:00
|
|
|
"easymde": "^2.18.0",
|
2024-04-25 10:15:23 -05:00
|
|
|
"emoji-regex": "^10.3.0",
|
2024-02-16 03:01:56 +09:00
|
|
|
"emojilib": "^3",
|
2023-08-17 21:29:18 -05:00
|
|
|
"framer-motion": "^10.16.0",
|
2023-12-24 10:37:15 -06:00
|
|
|
"hls.js": "^1.4.14",
|
|
|
|
"idb": "^8.0.0",
|
2023-02-07 17:04:18 -06:00
|
|
|
"identicon.js": "^2.3.3",
|
2023-11-14 16:30:19 -06:00
|
|
|
"iso-language-codes": "^2.0.0",
|
|
|
|
"json-stringify-deterministic": "^1.0.12",
|
2023-08-02 15:46:36 -05:00
|
|
|
"leaflet": "^1.9.4",
|
|
|
|
"leaflet.locatecontrol": "^0.79.0",
|
2023-05-25 10:54:04 -05:00
|
|
|
"light-bolt11-decoder": "^3.0.0",
|
2023-09-03 09:55:45 -05:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2023-08-31 12:48:31 -05:00
|
|
|
"match-sorter": "^6.3.1",
|
2023-12-24 10:37:15 -06:00
|
|
|
"nanoid": "^5.0.4",
|
2023-08-02 15:46:36 -05:00
|
|
|
"ngeohash": "^0.6.3",
|
2024-08-18 13:10:51 -05:00
|
|
|
"nostr-idb": "^2.1.6",
|
2024-07-20 16:57:58 -05:00
|
|
|
"nostr-tools": "^2.7.1",
|
2024-04-15 12:16:59 -05:00
|
|
|
"nostr-wasm": "^0.1.0",
|
2024-05-23 09:51:56 -05:00
|
|
|
"prettier": "^3.2.5",
|
2023-02-07 17:04:17 -06:00
|
|
|
"react": "^18.2.0",
|
2024-01-08 17:31:28 +00:00
|
|
|
"react-chartjs-2": "^5.2.0",
|
2024-04-19 08:37:29 -05:00
|
|
|
"react-diff-viewer-continued": "^3.4.0",
|
2023-02-07 17:04:17 -06:00
|
|
|
"react-dom": "^18.2.0",
|
2023-08-17 21:29:18 -05:00
|
|
|
"react-error-boundary": "^4.0.11",
|
2024-05-09 11:35:48 -05:00
|
|
|
"react-force-graph-2d": "^1.25.4",
|
|
|
|
"react-force-graph-3d": "^1.24.2",
|
2024-06-06 08:25:48 -05:00
|
|
|
"react-hook-form": "^7.51.5",
|
2024-04-18 17:44:40 -05:00
|
|
|
"react-markdown": "^9.0.1",
|
2023-09-29 23:00:18 -05:00
|
|
|
"react-mosaic-component": "^6.1.0",
|
2023-08-22 08:55:35 -05:00
|
|
|
"react-photo-album": "^2.3.0",
|
2023-03-14 12:24:53 -05:00
|
|
|
"react-qr-barcode-scanner": "^1.0.6",
|
2023-12-26 11:39:58 -06:00
|
|
|
"react-router-dom": "^6.21.1",
|
2024-04-21 22:02:24 -05:00
|
|
|
"react-simplemde-editor": "^5.2.0",
|
2023-02-07 17:04:18 -06:00
|
|
|
"react-singleton-hook": "^4.0.1",
|
2023-02-07 17:04:18 -06:00
|
|
|
"react-use": "^17.4.0",
|
2023-09-23 19:47:15 -05:00
|
|
|
"react-virtualized-auto-sizer": "^1.0.20",
|
2024-04-18 17:44:40 -05:00
|
|
|
"remark-gfm": "^4.0.0",
|
2024-04-27 21:17:19 -05:00
|
|
|
"remark-wiki-link": "^2.0.1",
|
2023-12-26 12:53:46 -06:00
|
|
|
"three": "^0.160.0",
|
2024-05-09 11:35:48 -05:00
|
|
|
"three-spritetext": "^1.8.2",
|
|
|
|
"three-stdlib": "^2.29.11",
|
2023-08-16 09:05:30 -05:00
|
|
|
"webln": "^0.3.2",
|
2024-04-25 16:59:55 -05:00
|
|
|
"workbox-core": "7.0.0",
|
|
|
|
"workbox-precaching": "7.0.0",
|
|
|
|
"workbox-routing": "7.0.0",
|
2024-04-21 22:02:24 -05:00
|
|
|
"yet-another-react-lightbox": "^3.17.3",
|
2024-02-15 22:27:39 +00:00
|
|
|
"zen-observable": "^0.10.0"
|
2023-02-07 17:04:18 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-26 11:39:58 -06:00
|
|
|
"@changesets/cli": "^2.27.1",
|
2023-12-24 12:54:57 -06:00
|
|
|
"@types/chroma-js": "^2.4.3",
|
|
|
|
"@types/debug": "^4.1.12",
|
2023-11-29 11:47:20 -06:00
|
|
|
"@types/dom-serial": "^1.0.6",
|
2023-12-24 12:54:57 -06:00
|
|
|
"@types/identicon.js": "^2.3.4",
|
|
|
|
"@types/leaflet": "^1.9.8",
|
|
|
|
"@types/leaflet.locatecontrol": "^0.74.4",
|
|
|
|
"@types/lodash.throttle": "^4.1.9",
|
|
|
|
"@types/ngeohash": "^0.6.8",
|
|
|
|
"@types/react": "^18.2.45",
|
|
|
|
"@types/react-dom": "^18.2.18",
|
2023-12-26 12:53:46 -06:00
|
|
|
"@types/three": "^0.160.0",
|
2023-12-24 12:54:57 -06:00
|
|
|
"@types/webscopeio__react-textarea-autocomplete": "^4.7.5",
|
2024-02-15 22:27:39 +00:00
|
|
|
"@types/zen-observable": "^0.8.7",
|
2023-12-24 10:37:15 -06:00
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2023-10-08 11:15:19 -05:00
|
|
|
"camelcase": "^8.0.0",
|
2024-07-20 16:57:58 -05:00
|
|
|
"eventemitter3": "^5.0.1",
|
|
|
|
"typescript": "^5.5.3",
|
2024-04-21 22:02:24 -05:00
|
|
|
"vite": "^5.2.10",
|
2024-04-11 10:16:55 -05:00
|
|
|
"vite-plugin-pwa": "^0.19.8",
|
2023-11-26 07:02:15 -06:00
|
|
|
"workbox-build": "^7.0.0",
|
|
|
|
"workbox-window": "^7.0.0"
|
2023-07-02 14:29:18 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2023-09-23 19:47:15 -05:00
|
|
|
"@types/react": "^18.2.22",
|
2023-08-17 21:29:18 -05:00
|
|
|
"@types/react-dom": "^18.2.7"
|
2023-12-26 11:16:18 -06:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "lightning",
|
|
|
|
"url": "lightning:nostrudel@geyser.fund"
|
2023-02-07 17:04:17 -06:00
|
|
|
}
|
|
|
|
}
|