-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
{
"name": "GitHubViewer",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "^0.6.0",
"redux-devtools": "^3.3.1"
},
"dependencies": {
"apollo-client": "^0.5.2",
"base-64": "^0.1.0",
"graphql-tag": "^0.1.16",
"material-ui": "^0.15.1",
"moment": "^2.16.0",
"react": "^15.4.0",
"react-apollo": "^0.6.0",
"react-dom": "^15.4.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.5",
"react-tap-event-plugin": "^2.0.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"engines": {
"node": "6.1.0"
}
}