{ "name": "react_client", "license": "AGPL-3.0", "version": "0.1.0", "dependencies": { "@testing-library/jest-dom": "4.2.4", "@testing-library/react": "9.5.0", "@testing-library/user-event": "11.1.0", "@types/jest": "24.9.1", "@types/node": "12.12.43", "@types/node-sass": "4.11.1", "@types/react": "16.9.35", "@types/react-bootstrap": "1.0.1", "@types/react-bootstrap-typeahead": "3.4.6", "@types/react-dom": "16.9.8", "@types/react-redux": "7.1.9", "@types/react-router": "5.1.7", "@types/react-router-bootstrap": "0.24.5", "@types/react-router-dom": "5.1.5", "@typescript-eslint/eslint-plugin": "3.0.0", "@typescript-eslint/parser": "3.0.0", "bootstrap": "4.5.0", "eslint-config-react-app": "5.2.1", "eslint-config-standard": "14.1.1", "eslint-plugin-flowtype": "5.1.3", "eslint-plugin-import": "2.20.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "fork-awesome": "1.1.7", "i18next": "19.4.5", "i18next-browser-languagedetector": "4.2.0", "i18next-http-backend": "1.0.8", "moment": "2.26.0", "node-sass": "4.14.1", "react": "16.13.1", "react-bootstrap": "1.0.1", "react-bootstrap-typeahead": "5.0.0-rc.3", "react-dom": "16.13.1", "react-i18next": "11.5.0", "react-redux": "7.2.0", "react-router": "5.2.0", "react-router-bootstrap": "0.25.0", "react-router-dom": "5.2.0", "react-scripts": "3.4.1", "redux": "4.0.5", "typescript": "3.7.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "parserOptions": { "tsconfigRootDir": "", "project": [ "./tsconfig.json" ] }, "plugins": [ "@typescript-eslint" ], "extends": [ "react-app", "standard", "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "plugin:import/recommended", "plugin:import/typescript" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/redux-devtools": "3.0.47", "@types/redux-devtools-extension": "2.13.2", "redux-devtools": "3.5.0", "redux-devtools-extension": "2.13.8" } }