{
  "name": "react-widgets",
  "version": "5.0.4",
  "description": "An à la carte set of polished, extensible, and accessible inputs built for React",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "cjs/index.d.js",
  "author": {
    "name": "Jason",
    "email": "monastic.panic@gmail.com"
  },
  "keywords": [
    "react",
    "widgets",
    "dropdown",
    "combobox",
    "calendar",
    "datepicker",
    "date picker",
    "numberpicker",
    "number picker",
    "radio group",
    "checkbox list",
    "multiselect",
    "form",
    "input",
    "react-ui",
    "react-component"
  ],
  "homepage": "https://jquense.github.io/react-widgets/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/react-widgets.git"
  },
  "publishConfig": {
    "access": "public",
    "directory": "lib"
  },
  "peerDependencies": {
    "react": ">=0.16.0",
    "react-dom": ">=0.16.0"
  },
  "dependencies": {
    "@restart/hooks": "^0.3.26",
    "@types/classnames": "^2.2.11",
    "@types/react-transition-group": "^4.4.0",
    "classnames": "^2.2.6",
    "date-arithmetic": "^4.0.1",
    "dom-helpers": "^5.2.0",
    "prop-types-extra": "^1.1.1",
    "react-transition-group": "^4.4.1",
    "tiny-warning": "^1.0.3",
    "uncontrollable": "^7.2.1",
    "warning": "^4.0.3"
  },
  "bugs": {
    "url": "https://github.com/jquense/react-widgets/issues"
  },
  "gitHead": "1e3915c00f14668341c821c923b54eaab1ce50b6"
}
