-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.39 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
61
62
63
64
65
66
67
{
"name": "react-redux-unit-tests",
"version": "0.1.0",
"private": true,
"dependencies": {
"material-design-icons": "^3.0.1",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-scripts": "1.1.0",
"react-toolbox": "2.0.0-beta.12",
"react-autosuggest": "9.3.2",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-act": "1.3.2",
"redux-form": "7.0.3",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"toolbox": "react-toolbox-themr",
"eject": "react-scripts eject"
},
"reactToolbox": {
"include": [
"AUTOCOMPLETE",
"AVATAR",
"BUTTON",
"CARD",
"CHECKBOX",
"CHIP",
"DATE_PICKER",
"DIALOG",
"DRAWER",
"DROPDOWN",
"INPUT",
"LAYOUT",
"LINK",
"LIST",
"MENU",
"NAVIGATION",
"OVERLAY",
"PROGRESS_BAR",
"RADIO",
"RIPPLE",
"SLIDER",
"SNACKBAR",
"SWITCH",
"TABLE",
"TABS",
"TIME_PICKER",
"TOOLTIP"
],
"customProperties": {},
"output": "src/assets/react-toolbox"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-enzyme": "^0.8.0",
"enzyme": "^3.3.0",
"mocha": "^5.0.1",
"react-toolbox-themr": "^1.0.2",
"sinon": "^4.3.0"
}
}