{
  "name": "@soundxyz/rainbowkit",
  "version": "0.2.0",
  "description": "The best way to connect a wallet",
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./styles.css": "./dist/index.css"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "src/css/reset.css.ts"
  ],
  "engines": {
    "node": ">=12.4"
  },
  "keywords": [
    "ens",
    "ethereum",
    "react",
    "react-hook",
    "hooks",
    "blockchain"
  ],
  "author": "Soundxyz",
  "license": "MIT",
  "peerDependencies": {
    "ethers": ">=5.5.1",
    "react": ">=17",
    "react-dom": ">=17",
    "wagmi": "^0.3.2"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.5.1",
    "@ethersproject/providers": "^5.5.1",
    "@types/qrcode": "^1.4.2",
    "@vanilla-extract/private": "^1.0.2",
    "autoprefixer": "^10.4.0",
    "ethers": "^5.0.0",
    "nock": "^13.2.4",
    "postcss": "^8.4.4",
    "react": "^18.0.0",
    "vitest": "^0.5.0"
  },
  "dependencies": {
    "@vanilla-extract/css": "1.7.0",
    "@vanilla-extract/dynamic": "2.0.2",
    "@vanilla-extract/sprinkles": "1.4.1",
    "clsx": "1.1.1",
    "qrcode": "1.5.0",
    "react-remove-scroll": "2.5.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soundxyz/rainbowkit.git",
    "directory": "packages/rainbowkit"
  },
  "scripts": {
    "build": "node build.js",
    "build:watch": "node build.js --watch",
    "dev": "pnpm build:watch & pnpm typegen:watch",
    "prebuild": "pnpm typegen",
    "typecheck": "pnpm tsc --noEmit",
    "typegen": "tsc --emitDeclarationOnly || true",
    "typegen:watch": "tsc --emitDeclarationOnly --watch"
  },
  "readme": "<a href=\"https://rainbowkit.com\">\n  <img alt=\"rainbowkit\" src=\"https://user-images.githubusercontent.com/372831/168174718-685980e0-391e-4621-94a1-29bf83979fa5.png\" />\n</a>\n\n# RainbowKit\n\n**The best way to connect a wallet 🌈**\n\nRainbowKit is a [React](https://reactjs.org/) library that makes it easy to add wallet connection to your dapp.\n\n- 🔥 Out-of-the-box wallet management\n- ✅ Easily customizable\n- 🦄 Built on top of [wagmi](https://github.com/tmm/wagmi) and [ethers](https://docs.ethers.io)\n\n## Installation\n\nInstall RainbowKit along with [wagmi](https://wagmi.sh) and its [ethers](https://docs.ethers.io) peer dependency.\n\n`npm install @soundxyz/rainbowkit wagmi ethers`\n\n## Documentation\n\nFor full documentation, visit [rainbowkit.com](https://rainbowkit.com).\n\n### Try it out\n\nYou can use the CodeSandbox links below try out RainbowKit:\n\n- with [Create React App](https://codesandbox.io/s/dn3rho)\n- with [Create React App (TypeScript)](https://codesandbox.io/s/ilfuoy)\n- with [Next.js](https://codesandbox.io/s/tmxcc0)\n\n## Contributing\n\nPlease follow our [contributing guidelines](./.github/CONTRIBUTING.md).\n\n## License\n\nLicensed under the MIT License, Copyright © 2022-present [Rainbow](https://rainbow.me).\nLicensed under the MIT License, Copyright © 2022-present [Sound.xyz](https://sound.xyz).\n\nSee [LICENSE](./LICENSE) for more information.\n"
}