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.2",
23 "react": "^16.13.1",
24 "react-dom": "^16.13.1",
25 "react-fast-compare": "^3.2.0",
26 "react-hook-form": "^5.6.3",
27 "react-scripts": "^3.4.1",
28 "react-use-websocket": "^2.0.1",
29 "ts-essentials": "^6.0.5",
30 "typeface-roboto": "^0.0.75",
31 "typescript": "^3.9.2",
32 "uuid": "^8.0.0"
33 },
34 "devDependencies": {
35 "@typescript-eslint/eslint-plugin": "^2.31.0",
36 "@typescript-eslint/parser": "^2.31.0",
37 "eslint": "^6.8.0",
38 "eslint-config-prettier": "^6.11.0",
39 "eslint-plugin-react": "^7.19.0",
40 "eslint-plugin-react-hooks": "^4.0.0",
41 "eslint-plugin-simple-import-sort": "^5.0.3",
42 "mutationobserver-shim": "^0.3.5",
43 "prettier": "2.0.5",
44 "source-map-explorer": "^2.4.2"
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}