react-widgets
Version:
An à la carte set of polished, extensible, and accessible inputs built for React
61 lines (60 loc) • 1.45 kB
JSON
{
"name": "react-widgets",
"version": "5.6.0",
"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"
},
"bugs": {
"url": "https://github.com/jquense/react-widgets/issues"
},
"gitHead": "27db7bee01756f11554f0bf39354ce54c0d60926"
}