package.json

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