{ "name": "react-frontend", "version": "0.1.0", "private": true, "dependencies": { "classnames": "^2.2.6", "luxon": "^1.25.0", "node-sass": "^4.14.1", "ol": "^6.5.0", "proj4": "^2.7.0", "react": "^17.0.1", "react-dom": "^17.0.1", "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-simple": "^2.4.0", "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", "prettier" ], "plugins": [ "prettier" ], "rules": { "prettier/prettier": "error", "standard/array-bracket-even-spacing": 0, "standard/computed-property-even-spacing": 0, "standard/object-curly-even-spacing": 0 } }, "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": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/classnames": "^2.2.11", "@types/jest": "^26.0.20", "@types/lodash": "^4.14.168", "@types/luxon": "^1.26.4", "@types/node": "^14.14.25", "@types/ol": "^6.4.2", "@types/react": "^17.0.1", "@types/react-dom": "^17.0.0", "@types/redux-localstorage": "^1.0.8", "@types/react-redux": "^7.1.16", "@types/react-router-dom": "^5.1.7", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1" }, "prettier": { "useTabs": false, "trailingComma": "all", "tabWidth": 2, "semi": true, "singleQuote": true, "printWidth": 120 } }