{ "name": "nostrudel", "version": "0.36.0", "private": true, "license": "MIT", "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.8.2-rc.7", "@chakra-ui/anatomy": "^2.2.1", "@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.1", "@chakra-ui/shared-utils": "^2.0.4", "@chakra-ui/styled-system": "^2.9.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@getalby/bitcoin-connect-react": "^2.4.2", "@noble/hashes": "^1.3.2", "@noble/secp256k1": "^1.7.0", "@webscopeio/react-textarea-autocomplete": "^4.9.2", "bech32": "^2.0.0", "cheerio": "^1.0.0-rc.12", "chroma-js": "^2.4.2", "dayjs": "^1.11.9", "debug": "^4.3.4", "emojilib": "2", "framer-motion": "^10.16.0", "hls.js": "^1.4.10", "idb": "^7.1.1", "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.2", "ngeohash": "^0.6.3", "nostr-tools": "^1.17.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.11", "react-force-graph-2d": "^1.25.1", "react-force-graph-3d": "^1.23.1", "react-hook-form": "^7.45.4", "react-mosaic-component": "^6.1.0", "react-photo-album": "^2.3.0", "react-qr-barcode-scanner": "^1.0.6", "react-router-dom": "^6.15.0", "react-singleton-hook": "^4.0.1", "react-use": "^17.4.0", "react-virtualized-auto-sizer": "^1.0.20", "three": "^0.157.0", "three-spritetext": "^1.8.1", "webln": "^0.3.2", "webtorrent": "^2.1.29", "yet-another-react-lightbox": "^3.12.1" }, "devDependencies": { "@changesets/cli": "^2.26.2", "@types/chroma-js": "^2.4.1", "@types/debug": "^4.1.8", "@types/dom-serial": "^1.0.6", "@types/identicon.js": "^2.3.1", "@types/leaflet": "^1.9.3", "@types/leaflet.locatecontrol": "^0.74.1", "@types/lodash.throttle": "^4.1.7", "@types/ngeohash": "^0.6.4", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "@types/three": "^0.157.2", "@types/webscopeio__react-textarea-autocomplete": "^4.7.2", "@types/webtorrent": "^0.109.7", "@vitejs/plugin-react": "^4.0.4", "camelcase": "^8.0.0", "prettier": "^3.0.2", "typescript": "^5.3.2", "vite": "^5.0.2", "vite-plugin-pwa": "^0.17.2", "workbox-build": "^7.0.0", "workbox-window": "^7.0.0" }, "resolutions": { "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7" } }