forked from furqanZafar/react-selectize
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "react-selectize2",
"version": "4.0.0",
"description": "A Stateless & Flexible Select component for React inspired by Selectize",
"main": "src/index.js",
"author": "Furqan Zafar",
"dependencies": {
"prelude-extension": "^0.1.0",
"prelude-ls": "^1.1.1",
"tether": "^1.1.1"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-transition-group": "^1.1.2",
"react-dom": "^15.0.0 || ^16.0.0",
"react-dom-factories": "^1.0.0",
"uuid": ">=3.x"
},
"repository": "github:kogosoftwarellc/react-selectize2",
"typings": "./src/index.d.ts",
"keywords": [
"react-component",
"select",
"selectize",
"multiselect",
"singleselect",
"simpleselect",
"tags",
"dropdown",
"combobox"
]
}