-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "chix-react",
"description": "React for Chiχ",
"author": "Rob Halff <[email protected]>",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodule/react.git"
},
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "chit -r"
},
"dependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"dependencyIdeas": {
"react-bootstrap": "^0.19.1",
"adazzle-react-grid": "git://github.com/adazzle/react-grid",
"react-accordion": "^0.1.0",
"react-basic-tabs": "^1.0.3",
"react-button": "^1.1.2",
"react-check3": "^0.1.1",
"react-checkbox": "^0.1.3",
"react-color-picker": "^2.1.5",
"react-combo": "^0.1.0",
"react-datagrid": "^0.1.1",
"react-date-field": "^0.1.0",
"react-date-picker": "^1.4.4",
"react-dropdown-button": "^0.1.0",
"react-input-field": "^1.1.6",
"react-listview": "^0.1.0",
"react-menus": "^1.0.2",
"react-number-field": "^0.1.0",
"react-radio": "^0.1.0",
"react-redhat": "0.0.29",
"react-simple-tree": "^0.1.0",
"react-slide": "^0.1.0",
"react-spinner-field": "^0.1.0",
"react-split-button": "^0.2.0",
"react-split-container": "^0.2.0",
"react-tab-panel": "^1.0.4",
"react-textarea": "^0.1.0",
"react-tree-view": "^0.1.0",
"react-treegrid": "^0.1.0",
"react-window": "^0.1.1"
},
"devDependencies": {
"chit": "0.x.x",
"faker": "^3.1.0"
},
"chix": {
"name": "react",
"color": "rgb(136,0,35)"
}
}