{
  "name": "@rainbow-me/rainbowkit",
  "version": "1.3.1",
  "description": "The best way to connect a wallet",
  "files": [
    "dist",
    "styles.css",
    "wallets"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./styles.css": "./dist/index.css",
    "./wallets": "./dist/wallets/walletConnectors/index.js"
  },
  "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": "Rainbow",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17",
    "viem": "~0.3.19 || ^1.0.0",
    "wagmi": "~1.0.1 || ~1.1.0 || ~1.2.0 || ~1.3.0 || ~1.4.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^14.5.1",
    "@types/qrcode": "^1.4.2",
    "@vanilla-extract/css-utils": "0.1.2",
    "@vanilla-extract/private": "^1.0.3",
    "autoprefixer": "^10.4.16",
    "jsdom": "^22.1.0",
    "nock": "^13.2.4",
    "postcss": "^8.4.4",
    "react": "^18.2.0",
    "viem": "~1.19.15",
    "vitest": "^0.33.0",
    "wagmi": "~1.4.12",
    "@wagmi/core": "~1.4.12",
    "@types/i18n-js": "^3.8.5",
    "@types/ua-parser-js": "^0.7.36"
  },
  "dependencies": {
    "@vanilla-extract/css": "1.9.1",
    "@vanilla-extract/dynamic": "2.0.2",
    "@vanilla-extract/sprinkles": "1.5.0",
    "clsx": "1.1.1",
    "qrcode": "1.5.0",
    "react-remove-scroll": "2.5.4",
    "i18n-js": "^4.3.2",
    "ua-parser-js": "^1.0.35"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rainbow-me/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"
  }
}