-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
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
{
"name": "doc-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"history": "^4.6.1",
"json-loader": "^0.5.4",
"json-query": "^2.2.2",
"performance-now": "^2.1.0",
"prop-types": "^15.5.8",
"raf": "^3.3.2",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.5.4",
"react-expandable-listview": "^0.6.0",
"react-motion": "^0.5.0",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-toolbox": "^2.0.0-beta.8",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"redux-form": "^6.6.3",
"redux-local-state": "^0.2.2",
"redux-localstore": "^0.1.4",
"redux-persist": "^4.8.0",
"redux-state": "^1.1.0",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"semantic-ui-react": "^0.68.2"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}