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-highlight": "^7.0.2",
21 "rehype-raw": "^7.0.0",
22 "rehype-react": "^8.0.0",
23 "rehype-sanitize": "^6.0.0",
24 "rehype-stringify": "^10.0.1",
25 "remark-breaks": "^4.0.0",
26 "remark-gemoji": "^8.0.0",
27 "remark-gfm": "^4.0.1",
28 "remark-parse": "^11.0.0",
29 "remark-rehype": "^11.1.2",
30 "unified": "^11.0.5"
31 },
32 "devDependencies": {
33 "@babel/runtime": "^7.27.1",
34 "@graphql-codegen/cli": "^5.0.6",
35 "@graphql-codegen/fragment-matcher": "^5.1.0",
36 "@graphql-codegen/introspection": "^4.0.3",
37 "@graphql-codegen/near-operation-file-preset": "^3.0.0",
38 "@graphql-codegen/typescript": "^4.1.6",
39 "@graphql-codegen/typescript-operations": "^4.6.1",
40 "@graphql-codegen/typescript-react-apollo": "^4.3.2",
41 "@graphql-eslint/eslint-plugin": "^4.4.0",
42 "@types/jest": "^29.5.14",
43 "@types/node": "^22.15.18",
44 "@types/react": "^19.1.4",
45 "@types/react-dom": "^19.1.5",
46 "react-scripts": "^5.0.1",
47 "sass": "^1.89.0",
48 "typescript": "^4.9.5"
49 },
50 "scripts": {
51 "start": "npm run generate && react-scripts start",
52 "build": "npm run generate && react-scripts build",
53 "test": "react-scripts test --env=jsdom",
54 "eject": "react-scripts eject",
55 "generate": "graphql-codegen",
56 "lint": "eslint src --ext .ts --ext .tsx --ext .js --ext .jsx --ext .graphql",
57 "clean": "rimraf src/**.generated.* src/schema.json src/gqlTypes.* src/fragmentTypes.*"
58 },
59 "proxy": "http://localhost:3001",
60 "browserslist": [
61 ">0.2%",
62 "not dead",
63 "not ie <= 11",
64 "not op_mini all"
65 ]
66}