package.json

 1{
 2    "name": "frontend",
 3    "version": "0.0.0",
 4    "private": true,
 5    "dependencies": {
 6        "@material-ui/core": "^4.9.13",
 7        "@material-ui/icons": "^4.9.1",
 8        "@rehooks/local-storage": "^2.4.0",
 9        "@testing-library/jest-dom": "^5.7.0",
10        "@testing-library/react": "^10.0.4",
11        "@testing-library/user-event": "^10.1.1",
12        "@types/jest": "^25.2.1",
13        "@types/lodash": "^4.14.152",
14        "@types/node": "^14.0.1",
15        "@types/react": "^16.9.0",
16        "@types/react-dom": "^16.9.7",
17        "@types/uuid": "^8.0.0",
18        "clipboard-copy": "^3.1.0",
19        "fireworks": "^2.2.5",
20        "lodash": "^4.17.15",
21        "material-ui-dropzone": "^3.0.0",
22        "myzod": "^1.0.0-alpha.9",
23        "react": "^16.13.1",
24        "react-dom": "^16.13.1",
25        "react-hook-form": "^5.6.3",
26        "react-scripts": "^3.4.1",
27        "react-use-websocket": "^2.0.1",
28        "ts-essentials": "^6.0.5",
29        "typeface-roboto": "^0.0.75",
30        "typescript": "^3.9.2",
31        "uuid": "^8.0.0"
32    },
33    "devDependencies": {
34        "@typescript-eslint/eslint-plugin": "^2.31.0",
35        "@typescript-eslint/parser": "^2.31.0",
36        "eslint": "^6.8.0",
37        "eslint-config-prettier": "^6.11.0",
38        "eslint-plugin-react": "^7.19.0",
39        "eslint-plugin-react-hooks": "^4.0.0",
40        "eslint-plugin-simple-import-sort": "^5.0.3",
41        "mutationobserver-shim": "^0.3.5",
42        "prettier": "2.0.5",
43        "source-map-explorer": "^2.4.2"
44    },
45    "scripts": {
46        "analyze": "source-map-explorer 'build/static/js/*.js'",
47        "start": "react-scripts start",
48        "build": "react-scripts build",
49        "test": "react-scripts test",
50        "eject": "react-scripts eject"
51    },
52    "eslintConfig": {
53        "extends": "react-app"
54    },
55    "browserslist": {
56        "production": [
57            "defaults",
58            "not op_mini all"
59        ],
60        "development": [
61            "last 1 chrome version",
62            "last 1 firefox version",
63            "last 1 safari version"
64        ]
65    },
66    "proxy": "http://localhost:5000"
67}