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-es": "^4.17.3",
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        "typeface-roboto": "^0.0.75",
29        "typescript": "^3.9.2",
30        "uuid": "^8.0.0"
31    },
32    "devDependencies": {
33        "@typescript-eslint/eslint-plugin": "^2.31.0",
34        "@typescript-eslint/parser": "^2.31.0",
35        "eslint": "^6.8.0",
36        "eslint-config-prettier": "^6.11.0",
37        "eslint-plugin-react": "^7.19.0",
38        "eslint-plugin-react-hooks": "^4.0.0",
39        "eslint-plugin-simple-import-sort": "^5.0.3",
40        "mutationobserver-shim": "^0.3.5",
41        "prettier": "2.0.5",
42        "source-map-explorer": "^2.4.2"
43    },
44    "scripts": {
45        "analyze": "source-map-explorer 'build/static/js/*.js'",
46        "start": "react-scripts start",
47        "build": "react-scripts build",
48        "test": "react-scripts test",
49        "eject": "react-scripts eject"
50    },
51    "eslintConfig": {
52        "extends": "react-app"
53    },
54    "browserslist": {
55        "production": [
56            "defaults",
57            "not op_mini all"
58        ],
59        "development": [
60            "last 1 chrome version",
61            "last 1 firefox version",
62            "last 1 safari version"
63        ]
64    },
65    "proxy": "http://localhost:5000"
66}