136 lines
4.2 KiB
JSON
136 lines
4.2 KiB
JSON
{
|
|
"name": "nostrudel",
|
|
"version": "0.40.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hzrd149/nostrudel"
|
|
},
|
|
"scripts": {
|
|
"start": "vite serve",
|
|
"dev": "VITE_APP_VERSION=production vite serve",
|
|
"build": "tsc --project tsconfig.json && vite build",
|
|
"format": "prettier --ignore-path .prettierignore -w .",
|
|
"analyze": "npx vite-bundle-visualizer -o ./stats.html",
|
|
"build-icons": "node ./scripts/build-icons.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@cashu/cashu-ts": "^0.9.0",
|
|
"@chakra-ui/anatomy": "^2.2.2",
|
|
"@chakra-ui/breakpoint-utils": "^2.0.8",
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/media-query": "^3.3.0",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@chakra-ui/shared-utils": "^2.0.4",
|
|
"@chakra-ui/styled-system": "^2.9.2",
|
|
"@chakra-ui/theme-tools": "^2.1.2",
|
|
"@codemirror/autocomplete": "^6.17.0",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/language": "^6.10.2",
|
|
"@codemirror/view": "^6.28.6",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@getalby/bitcoin-connect": "^3.4.1",
|
|
"@getalby/bitcoin-connect-react": "^3.4.1",
|
|
"@noble/curves": "^1.3.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@noble/secp256k1": "^1.7.0",
|
|
"@scure/base": "^1.1.6",
|
|
"@snort/worker-relay": "^1.1.0",
|
|
"@uiw/codemirror-theme-github": "^4.23.0",
|
|
"@uiw/react-codemirror": "^4.23.0",
|
|
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
|
|
"bech32": "^2.0.0",
|
|
"blossom-client-sdk": "^0.7.0",
|
|
"blossom-drive-sdk": "^0.4.0",
|
|
"blurhash": "^2.0.5",
|
|
"chart.js": "^4.4.1",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"chroma-js": "^2.4.2",
|
|
"codemirror-json-schema": "^0.6.1",
|
|
"dayjs": "^1.11.9",
|
|
"debug": "^4.3.4",
|
|
"easymde": "^2.18.0",
|
|
"emoji-regex": "^10.3.0",
|
|
"emojilib": "^3",
|
|
"framer-motion": "^10.16.0",
|
|
"hls.js": "^1.4.14",
|
|
"idb": "^8.0.0",
|
|
"identicon.js": "^2.3.3",
|
|
"iso-language-codes": "^2.0.0",
|
|
"json-stringify-deterministic": "^1.0.12",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.locatecontrol": "^0.79.0",
|
|
"light-bolt11-decoder": "^3.0.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"match-sorter": "^6.3.1",
|
|
"nanoid": "^5.0.4",
|
|
"ngeohash": "^0.6.3",
|
|
"nostr-idb": "^2.1.6",
|
|
"nostr-tools": "^2.7.1",
|
|
"nostr-wasm": "^0.1.0",
|
|
"prettier": "^3.2.5",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-diff-viewer-continued": "^3.4.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.11",
|
|
"react-force-graph-2d": "^1.25.4",
|
|
"react-force-graph-3d": "^1.24.2",
|
|
"react-hook-form": "^7.51.5",
|
|
"react-markdown": "^9.0.1",
|
|
"react-mosaic-component": "^6.1.0",
|
|
"react-photo-album": "^2.3.0",
|
|
"react-qr-barcode-scanner": "^1.0.6",
|
|
"react-router-dom": "^6.21.1",
|
|
"react-simplemde-editor": "^5.2.0",
|
|
"react-singleton-hook": "^4.0.1",
|
|
"react-use": "^17.4.0",
|
|
"react-virtualized-auto-sizer": "^1.0.20",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-wiki-link": "^2.0.1",
|
|
"three": "^0.160.0",
|
|
"three-spritetext": "^1.8.2",
|
|
"three-stdlib": "^2.29.11",
|
|
"webln": "^0.3.2",
|
|
"workbox-core": "7.0.0",
|
|
"workbox-precaching": "7.0.0",
|
|
"workbox-routing": "7.0.0",
|
|
"yet-another-react-lightbox": "^3.17.3",
|
|
"zen-observable": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.1",
|
|
"@types/chroma-js": "^2.4.3",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/dom-serial": "^1.0.6",
|
|
"@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",
|
|
"@types/three": "^0.160.0",
|
|
"@types/webscopeio__react-textarea-autocomplete": "^4.7.5",
|
|
"@types/zen-observable": "^0.8.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"camelcase": "^8.0.0",
|
|
"eventemitter3": "^5.0.1",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.2.10",
|
|
"vite-plugin-pwa": "^0.19.8",
|
|
"workbox-build": "^7.0.0",
|
|
"workbox-window": "^7.0.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^18.2.22",
|
|
"@types/react-dom": "^18.2.7"
|
|
},
|
|
"funding": {
|
|
"type": "lightning",
|
|
"url": "lightning:nostrudel@geyser.fund"
|
|
}
|
|
}
|