1{
 2  "name": "webui",
 3  "version": "0.1.0",
 4  "private": true,
 5  "dependencies": {
 6    "@material-ui/core": "^1.4.0",
 7    "apollo-boost": "^0.1.10",
 8    "graphql": "^0.13.2",
 9    "react": "^16.4.1",
10    "react-apollo": "^2.1.9",
11    "react-dom": "^16.4.1",
12    "react-router": "^4.3.1",
13    "react-router-dom": "^4.3.1",
14    "react-scripts": "1.1.4"
15  },
16  "scripts": {
17    "start": "react-scripts start",
18    "build": "react-scripts build",
19    "test": "react-scripts test --env=jsdom",
20    "eject": "react-scripts eject"
21  },
22  "proxy": "http://localhost:3001"
23}