-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 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
{
"name": "githunt-react-mui",
"description": "An example of a GraphQL client-side app built with React, Apollo Client and Material UI",
"version": "0.1.0",
"main": "index.js",
"author": "Naresh Bhatia",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/archfirst/githunt-react-mui.git"
},
"dependencies": {
"history": "^4.6.3",
"material-ui": "^1.0.0-beta.2",
"material-ui-icons": "^1.0.0-alpha.19",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-apollo": "^1.4.8",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}