{ "name": "nostr-client", "version": "0.1.0", "main": "index.js", "license": "MIT", "scripts": { "start": "vite serve", "build": "tsc && vite build", "format": "prettier --ignore-path .prettierignore -w ." }, "dependencies": { "@chakra-ui/icons": "^2.0.14", "@chakra-ui/react": "^2.4.4", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "bech32": "^2.0.0", "framer-motion": "^7.10.3", "idb": "^7.1.1", "identicon.js": "^2.3.3", "light-bolt11-decoder": "^2.1.0", "moment": "^2.29.4", "noble-secp256k1": "^1.2.14", "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^3.1.4", "react-hook-form": "^7.41.2", "react-router-dom": "^6.5.0", "react-singleton-hook": "^4.0.1", "react-use": "^17.4.0", "rxjs": "^7.8.0", "webln": "^0.3.2" }, "devDependencies": { "@changesets/cli": "^2.26.0", "@types/identicon.js": "^2.3.1", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react": "^3.0.0", "prettier": "^2.8.1", "typescript": "^4.9.4", "vite": "^4.0.2", "vite-plugin-pwa": "^0.14.1" } }