UNPKG

1.45 kBJSONView Raw
1{
2 "name": "react-widgets",
3 "version": "5.6.0",
4 "description": "An à la carte set of polished, extensible, and accessible inputs built for React",
5 "main": "cjs/index.js",
6 "module": "esm/index.js",
7 "types": "cjs/index.d.js",
8 "author": {
9 "name": "Jason",
10 "email": "monastic.panic@gmail.com"
11 },
12 "keywords": [
13 "react",
14 "widgets",
15 "dropdown",
16 "combobox",
17 "calendar",
18 "datepicker",
19 "date picker",
20 "numberpicker",
21 "number picker",
22 "radio group",
23 "checkbox list",
24 "multiselect",
25 "form",
26 "input",
27 "react-ui",
28 "react-component"
29 ],
30 "homepage": "https://jquense.github.io/react-widgets/",
31 "license": "MIT",
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/jquense/react-widgets.git"
35 },
36 "publishConfig": {
37 "access": "public",
38 "directory": "lib"
39 },
40 "peerDependencies": {
41 "react": ">=0.16.0",
42 "react-dom": ">=0.16.0"
43 },
44 "dependencies": {
45 "@restart/hooks": "^0.3.26",
46 "@types/classnames": "^2.2.11",
47 "@types/react-transition-group": "^4.4.0",
48 "classnames": "^2.2.6",
49 "date-arithmetic": "^4.0.1",
50 "dom-helpers": "^5.2.0",
51 "prop-types-extra": "^1.1.1",
52 "react-transition-group": "^4.4.1",
53 "tiny-warning": "^1.0.3",
54 "uncontrollable": "^7.2.1"
55 },
56 "bugs": {
57 "url": "https://github.com/jquense/react-widgets/issues"
58 },
59 "gitHead": "27db7bee01756f11554f0bf39354ce54c0d60926"
60}