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/dom": "^7.10.1",
10 "@testing-library/jest-dom": "^5.7.0",
11 "@testing-library/react": "^10.0.4",
12 "@testing-library/user-event": "^11.0.1",
13 "@types/jest": "^25.2.1",
14 "@types/lodash": "^4.14.152",
15 "@types/node": "^14.0.1",
16 "@types/react": "^16.9.0",
17 "@types/react-dom": "^16.9.7",
18 "@types/uuid": "^8.0.0",
19 "clipboard-copy": "^3.1.0",
20 "fireworks": "^2.2.5",
21 "lodash": "^4.17.15",
22 "material-ui-dropzone": "^3.2.1",
23 "myzod": "^1.0.2",
24 "prop-types": "^15.7.2",
25 "react": "^16.13.1",
26 "react-dom": "^16.13.1",
27 "react-fast-compare": "^3.2.0",
28 "react-hook-form": "^5.6.3",
29 "react-scripts": "^3.4.1",
30 "react-use-websocket": "^2.0.1",
31 "ts-essentials": "^6.0.5",
32 "typeface-roboto": "^0.0.75",
33 "typescript": "^3.9.5",
34 "uuid": "^8.0.0"
35 },
36 "devDependencies": {
37 "@typescript-eslint/eslint-plugin": "^2.31.0",
38 "@typescript-eslint/parser": "^2.31.0",
39 "eslint": "^6.8.0",
40 "eslint-config-prettier": "^6.11.0",
41 "eslint-plugin-react": "^7.19.0",
42 "eslint-plugin-react-hooks": "^4.0.0",
43 "eslint-plugin-simple-import-sort": "^5.0.3",
44 "mutationobserver-shim": "^0.3.5",
45 "prettier": "2.0.5",
46 "source-map-explorer": "^2.4.2"
47 },
48 "scripts": {
49 "analyze": "source-map-explorer 'build/static/js/*.js'",
50 "start": "react-scripts start",
51 "build": "react-scripts build",
52 "test": "react-scripts test",
53 "eject": "react-scripts eject"
54 },
55 "eslintConfig": {
56 "extends": "react-app"
57 },
58 "browserslist": {
59 "production": [
60 "defaults",
61 "not op_mini all"
62 ],
63 "development": [
64 "last 1 chrome version",
65 "last 1 firefox version",
66 "last 1 safari version"
67 ]
68 },
69 "proxy": "http://localhost:5000"
70}