{ "name": "nostrudel", "version": "0.29.0", "private": true, "license": "MIT", "scripts": { "start": "vite serve", "dev": "vite serve", "build": "tsc --project tsconfig.json && vite build", "format": "prettier --ignore-path .prettierignore -w .", "e2e": "cypress open", "test": "cypress run --e2e --browser=chrome", "analyze": "npx vite-bundle-visualizer -o ./stats.html" }, "dependencies": { "@chakra-ui/icons": "^2.1.1", "@chakra-ui/react": "^2.8.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@getalby/bitcoin-connect-react": "^1.1.0", "@types/three": "^0.156.0", "@webscopeio/react-textarea-autocomplete": "^4.9.2", "bech32": "^2.0.0", "cheerio": "^1.0.0-rc.12", "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", "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": "^4.0.2", "ngeohash": "^0.6.3", "noble-secp256k1": "^1.2.14", "nostr-tools": "^1.15.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-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.156.1", "three-spritetext": "^1.8.1", "webln": "^0.3.2", "yet-another-react-lightbox": "^3.12.1" }, "devDependencies": { "@changesets/cli": "^2.26.2", "@testing-library/cypress": "^9.0.0", "@types/debug": "^4.1.8", "@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/webscopeio__react-textarea-autocomplete": "^4.7.2", "@vitejs/plugin-react": "^4.0.4", "cypress": "^12.17.4", "prettier": "^3.0.2", "typescript": "^5.1.6", "vite": "^4.4.9", "vite-plugin-pwa": "^0.16.4" }, "resolutions": { "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7" } }