{ "name": "frontend", "version": "0.0.0", "private": true, "dependencies": { "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", "@rehooks/local-storage": "^2.4.0", "@testing-library/jest-dom": "^5.7.0", "@testing-library/react": "^10.0.4", "@testing-library/user-event": "^10.1.1", "@types/jest": "^25.2.1", "@types/lodash-es": "^4.17.3", "@types/node": "^14.0.1", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.7", "@types/uuid": "^8.0.0", "clipboard-copy": "^3.1.0", "fireworks": "^2.2.5", "lodash": "^4.17.15", "material-ui-dropzone": "^3.0.0", "myzod": "^1.0.0-alpha.9", "react": "^16.13.1", "react-dom": "^16.13.1", "react-hook-form": "^5.6.3", "react-scripts": "^3.4.1", "react-use-websocket": "^2.0.1", "typeface-roboto": "^0.0.75", "typescript": "^3.9.2", "uuid": "^8.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.0.0", "eslint-plugin-simple-import-sort": "^5.0.3", "mutationobserver-shim": "^0.3.5", "prettier": "2.0.5", "source-map-explorer": "^2.4.2" }, "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ "defaults", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "proxy": "http://localhost:5000" }