{
  "name": "@uiw/react-button-group",
  "version": "4.22.3",
  "description": "ButtonGroup component",
  "author": "Kenny Wong <wowohoo@qq.com>",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "homepage": "https://uiwjs.github.io/#/components/button-group",
  "repository": {
    "type": "git",
    "url": "https://github.com/uiwjs/uiw.git"
  },
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "files": [
    "dist.css",
    "cjs",
    "esm",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "button-group",
    "react-button-group",
    "design",
    "uiw",
    "uiw-react",
    "react.js",
    "react",
    "react-component",
    "component",
    "components",
    "ui",
    "css",
    "uikit",
    "react-ui",
    "framework",
    "front-end",
    "frontend"
  ],
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "@uiw/react-button": "^4.22.3",
    "@uiw/utils": "^4.22.3"
  }
}
