package.json

 1{
 2  "name": "webui",
 3  "version": "0.1.0",
 4  "private": true,
 5  "dependencies": {
 6    "@apollo/client": "^3.13.8",
 7    "@arrows/composition": "^1.2.2",
 8    "@emotion/react": "^11.14.0",
 9    "@emotion/styled": "^11.14.0",
10    "@mui/icons-material": "^5.17.1",
11    "@mui/lab": "^5.0.0-alpha.176",
12    "@mui/material": "^5.17.1",
13    "@mui/styles": "^5.17.1",
14    "clsx": "^2.1.1",
15    "graphql": "^16.11.0",
16    "moment": "^2.30.1",
17    "react": "^19.1.0",
18    "react-dom": "^19.1.0",
19    "react-router-dom": "^7.6.0",
20    "rehype-react": "^7.1.1",
21    "remark-gemoji": "^7.0.1",
22    "remark-html": "^15.0.1",
23    "remark-parse": "^10.0.1",
24    "remark-react": "^9.0.1",
25    "remark-rehype": "^10.1.0",
26    "unified": "^10.1.2"
27  },
28  "devDependencies": {
29    "@babel/runtime": "^7.27.1",
30    "@graphql-codegen/cli": "^2.16.5",
31    "@graphql-codegen/fragment-matcher": "^3.3.3",
32    "@graphql-codegen/introspection": "^2.2.3",
33    "@graphql-codegen/near-operation-file-preset": "^2.5.0",
34    "@graphql-codegen/typescript": "^2.8.8",
35    "@graphql-codegen/typescript-operations": "^2.5.13",
36    "@graphql-codegen/typescript-react-apollo": "^3.3.7",
37    "@graphql-eslint/eslint-plugin": "^3.20.1",
38    "@types/jest": "^29.5.14",
39    "@types/node": "^22.15.18",
40    "@types/react": "^19.1.4",
41    "@types/react-dom": "^19.1.5",
42    "eslint-config-prettier": "^9.1.0",
43    "eslint-plugin-prettier": "^5.4.0",
44    "prettier": "^3.5.3",
45    "react-scripts": "^5.0.1",
46    "typescript": "^4.9.5"
47  },
48  "scripts": {
49    "start": "npm run generate && react-scripts start",
50    "build": "npm run generate && react-scripts build",
51    "test": "react-scripts test --env=jsdom",
52    "eject": "react-scripts eject",
53    "generate": "graphql-codegen",
54    "lint": "eslint src --ext .ts --ext .tsx --ext .js --ext .jsx --ext .graphql",
55    "clean": "rimraf src/**.generated.* src/schema.json src/gqlTypes.* src/fragmentTypes.*"
56  },
57  "proxy": "http://localhost:3001",
58  "browserslist": [
59    ">0.2%",
60    "not dead",
61    "not ie <= 11",
62    "not op_mini all"
63  ]
64}