package.json

 1{
 2    "name": "frontend",
 3    "version": "0.0.0",
 4    "private": true,
 5    "dependencies": {
 6        "@material-ui/core": "^4.11.0",
 7        "@material-ui/icons": "^4.9.1",
 8        "@rehooks/local-storage": "^2.4.0",
 9        "clipboard-copy": "^3.1.0",
10        "fireworks": "^2.2.6",
11        "fontsource-roboto": "^3.0.3",
12        "lodash": "^4.17.20",
13        "material-ui-dropzone": "^3.5.0",
14        "myzod": "^1.1.0",
15        "prop-types": "^15.7.2",
16        "react": "^17.0.1",
17        "react-dom": "^17.0.1",
18        "react-fast-compare": "^3.2.0",
19        "react-hook-form": "^6.9.6",
20        "react-scripts": "4.0.0",
21        "react-use-websocket": "^2.2.0"
22    },
23    "devDependencies": {
24        "@testing-library/dom": "^7.26.3",
25        "@testing-library/jest-dom": "^5.11.5",
26        "@testing-library/react": "^11.1.0",
27        "@testing-library/user-event": "^12.1.10",
28        "@types/jest": "~26.0.15",
29        "@types/lodash": "^4.14.162",
30        "@types/node": "^14.14.2",
31        "@types/react": "^16.9.53",
32        "@types/react-dom": "^16.9.8",
33        "@typescript-eslint/eslint-plugin": "^4.5.0",
34        "@typescript-eslint/parser": "^4.5.0",
35        "eslint": "^7.12.0",
36        "eslint-config-prettier": "^6.14.0",
37        "eslint-plugin-react": "^7.21.5",
38        "eslint-plugin-react-hooks": "^4.2.0",
39        "eslint-plugin-simple-import-sort": "^5.0.3",
40        "mutationobserver-shim": "^0.3.7",
41        "prettier": "2.1.2",
42        "source-map-explorer": "^2.5.0",
43        "ts-essentials": "^7.0.1",
44        "typescript": "4.0.3"
45    },
46    "scripts": {
47        "analyze": "source-map-explorer 'build/static/js/*.js'",
48        "start": "react-scripts start",
49        "build": "react-scripts build",
50        "test": "react-scripts test",
51        "eject": "react-scripts eject"
52    },
53    "eslintConfig": {
54        "extends": "react-app"
55    },
56    "browserslist": {
57        "production": [
58            "defaults",
59            "not op_mini all"
60        ],
61        "development": [
62            "last 1 chrome version",
63            "last 1 firefox version",
64            "last 1 safari version"
65        ]
66    },
67    "proxy": "http://localhost:5000"
68}