{ "name": "openbikesensor-portal-frontend", "version": "0.0.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.24", "@types/node": "^14.17.34", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "classnames": "^2.3.1", "downloadjs": "^1.4.7", "luxon": "^1.28.0", "maplibre-gl": "^1.15.2", "pkce": "^1.0.0-beta2", "proj4": "^2.7.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^6.15.8", "react-map-gl": "^6.1.17", "react-markdown": "^5.0.3", "react-redux": "^7.2.6", "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", "redux": "^4.1.2", "redux-localstorage": "^0.4.1", "rxjs": "^6.6.7", "rxjs-hooks": "^0.6.2", "sass": "^1.43.5", "semantic-ui-react": "^2.0.4", "typescript": "^4.5.2", "web-vitals": "^0.2.4" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test", "eject": "craco 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": { "@craco/craco": "^6.4.2", "@semantic-ui-react/craco-less": "^1.2.3", "@types/lodash": "^4.14.177", "@types/react-redux": "^7.1.20", "@types/react-router-dom": "^5.3.2", "semantic-ui-less": "^2.4.1" } }