{
  "name": "@rainbow-me/kit-ui",
  "version": "0.0.29",
  "description": "UI components for RainbowKit",
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./bundle.css": "./dist/bundle.css",
    "./dist/bundle.css": "./dist/bundle.css"
  },
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=12.4"
  },
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -cw",
    "prepare": "pnpm build"
  },
  "keywords": [
    "ens",
    "ethereum",
    "react",
    "react-hook",
    "hooks",
    "blockchain"
  ],
  "author": "v1rtl",
  "license": "UNLICENSED",
  "peerDependencies": {
    "react": ">=17"
  },
  "devDependencies": {
    "@linaria/core": "^3.0.0-beta.13",
    "@linaria/react": "^3.0.0-beta.13",
    "@linaria/rollup": "^3.0.0-beta.13",
    "@linaria/shaker": "^3.0.0-beta.13",
    "@rollup/plugin-image": "^2.1.1",
    "react": "^17.0.2",
    "rollup-plugin-css-only": "^3.1.0"
  },
  "dependencies": {
    "@ethersproject/bignumber": "^5.4.2",
    "@ethersproject/transactions": "^5.4.0",
    "@ethersproject/units": "^5.4.0",
    "@rainbow-me/kit-hooks": "workspace:*",
    "@rainbow-me/kit-modal": "workspace:*",
    "@rainbow-me/kit-utils": "workspace:*",
    "get-ens": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rainbow-me/rainbowkit.git",
    "directory": "packages/ui"
  }
}
