package.json

 1{
 2  "name": "webui",
 3  "version": "0.1.0",
 4  "private": true,
 5  "dependencies": {
 6    "@apollo/client": "^3.5.9",
 7    "@arrows/composition": "^1.2.2",
 8    "@material-ui/core": "^4.12.3",
 9    "@material-ui/icons": "^4.11.2",
10    "@material-ui/lab": "^4.0.0-alpha.60",
11    "@material-ui/styles": "^4.10.0",
12    "@types/node": "^17.0.18",
13    "@types/react": "^17.0.39",
14    "@types/react-dom": "^17.0.11",
15    "clsx": "^1.1.1",
16    "graphql": "^16.3.0",
17    "moment": "^2.29.1",
18    "react": "^17.0.2",
19    "react-dom": "^17.0.2",
20    "react-moment": "^1.1.1",
21    "react-router-dom": "^6.2.1",
22    "react-scripts": "^5.0.0",
23    "rehype-react": "^7.0.4",
24    "remark-gemoji": "^7.0.1",
25    "remark-html": "^15.0.1",
26    "remark-parse": "^10.0.1",
27    "remark-react": "^9.0.1",
28    "remark-rehype": "^10.1.0",
29    "typescript": "^4.5.5",
30    "unified": "^10.1.1"
31  },
32  "devDependencies": {
33    "@babel/runtime": "^7.17.2",
34    "@graphql-codegen/cli": "^2.6.1",
35    "@graphql-codegen/fragment-matcher": "^3.2.1",
36    "@graphql-codegen/introspection": "^2.1.1",
37    "@graphql-codegen/near-operation-file-preset": "^2.2.4",
38    "@graphql-codegen/typescript": "^2.4.3",
39    "@graphql-codegen/typescript-operations": "^2.3.0",
40    "@graphql-codegen/typescript-react-apollo": "^3.2.6",
41    "eslint-config-prettier": "^8.3.0",
42    "eslint-plugin-graphql": "^4.0.0",
43    "eslint-plugin-prettier": "^4.0.0",
44    "prettier": "^2.5.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}