-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 949 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 949 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
33
34
35
36
{
"name": "dashboard",
"homepage": "http://localhost:4000",
"version": "0.1.0",
"private": true,
"dependencies": {
"amdefine": "^1.0.1",
"classnames": "^2.2.5",
"is-retina": "1.0.3",
"lodash": "^4.17.4",
"material-ui": "0.17.4",
"md5": "2.2.1",
"prop-types": "latest",
"query-string": "4.2.3",
"react": "^15.6.1",
"react-clipboard": "^1.3.1",
"react-dom": "^15.6.1",
"react-markdown": "^2.5.0 ",
"react-redux": "^4.4.6",
"react-redux-toastr": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-scripts": "1.0.10",
"react-tap-event-plugin": "v2.0.1",
"react-timestamp": "^3.1.0",
"redux": "^3.7.1",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}