package.json

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