package.json

 1{
 2  "name": "webui",
 3  "version": "0.1.0",
 4  "private": true,
 5  "dependencies": {
 6    "@apollo/react-hooks": "^3.1.3",
 7    "@material-ui/core": "^4.9.0",
 8    "@material-ui/icons": "^4.2.1",
 9    "@material-ui/lab": "^4.0.0-alpha.40",
10    "@material-ui/styles": "^4.9.0",
11    "@types/node": "^13.5.3",
12    "@types/react": "^16.9.19",
13    "@types/react-dom": "^16.9.5",
14    "@types/react-router-dom": "^5.1.3",
15    "apollo-boost": "^0.4.7",
16    "graphql": "^14.6.0",
17    "graphql.macro": "^1.4.2",
18    "moment": "^2.24.0",
19    "react": "^16.8.6",
20    "react-apollo": "^3.1.3",
21    "react-dom": "^16.8.6",
22    "react-router": "^5.0.0",
23    "react-router-dom": "^5.0.0",
24    "react-scripts": "^3.3.1",
25    "remark-html": "^10.0.0",
26    "remark-parse": "^7.0.2",
27    "remark-react": "^6.0.0",
28    "typescript": "^3.7.5",
29    "unified": "^8.4.2"
30  },
31  "devDependencies": {
32    "@graphql-codegen/cli": "^1.12.1",
33    "@graphql-codegen/fragment-matcher": "^1.12.1",
34    "@graphql-codegen/near-operation-file-preset": "^1.12.2-alpha-ea7264f9.15",
35    "@graphql-codegen/typescript-operations": "^1.12.1",
36    "@graphql-codegen/typescript-react-apollo": "^1.12.1",
37    "eslint-config-prettier": "^6.10.0",
38    "eslint-plugin-prettier": "^3.1.2",
39    "prettier": "^1.19.1"
40  },
41  "scripts": {
42    "start": "npm run generate && react-scripts start",
43    "build": "npm run generate && react-scripts build",
44    "test": "react-scripts test --env=jsdom",
45    "eject": "react-scripts eject",
46    "generate": "graphql-codegen",
47    "lint": "eslint src/"
48  },
49  "proxy": "http://localhost:3001",
50  "browserslist": [
51    ">0.2%",
52    "not dead",
53    "not ie <= 11",
54    "not op_mini all"
55  ]
56}