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 "lodash": "^4.17.20",
12 "material-ui-dropzone": "^3.4.0",
13 "myzod": "^1.1.0",
14 "prop-types": "^15.7.2",
15 "react": "^16.13.1",
16 "react-dom": "^16.13.1",
17 "react-fast-compare": "^3.2.0",
18 "react-hook-form": "^6.8.2",
19 "react-scripts": "^3.4.3",
20 "react-use-websocket": "^2.1.1",
21 "typeface-roboto": "^0.0.75"
22 },
23 "devDependencies": {
24 "@testing-library/dom": "^7.24.2",
25 "@testing-library/jest-dom": "^5.11.4",
26 "@testing-library/react": "^10.4.9",
27 "@testing-library/user-event": "^12.1.5",
28 "@types/jest": "~24.9.1",
29 "@types/lodash": "^4.14.161",
30 "@types/node": "^14.10.1",
31 "@types/react": "^16.9.49",
32 "@types/react-dom": "^16.9.8",
33 "@typescript-eslint/eslint-plugin": "^2.34.0",
34 "@typescript-eslint/parser": "^2.34.0",
35 "eslint": "^6.8.0",
36 "eslint-config-prettier": "^6.11.0",
37 "eslint-plugin-react": "^7.20.6",
38 "eslint-plugin-react-hooks": "^4.1.2",
39 "eslint-plugin-simple-import-sort": "^5.0.3",
40 "mutationobserver-shim": "^0.3.7",
41 "prettier": "2.1.1",
42 "source-map-explorer": "^2.5.0",
43 "ts-essentials": "^7.0.0",
44 "typescript": "4.0.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}