{ "name": "react-frontend", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.20", "@types/node": "^14.14.25", "@types/react": "^17.0.1", "@types/react-dom": "^17.0.0", "classnames": "^2.2.6", "luxon": "^1.25.0", "node-sass": "^4.14.1", "ol": "^6.5.0", "pkce": "^1.0.0-beta2", "proj4": "^2.7.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-hook-form": "^6.15.4", "react-markdown": "^5.0.3", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "redux": "^4.0.5", "redux-localstorage": "^0.4.1", "rxjs": "^6.6.3", "rxjs-hooks": "^0.6.2", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^2.0.2", "typescript": "^4.1.4", "web-vitals": "^0.2.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "proxy": "http://api:3000", "devDependencies": { "@types/lodash": "^4.14.168", "@types/react-redux": "^7.1.16", "@types/react-router-dom": "^5.1.7" } }