{ "name": "react_redux_demo", "version": "0.1.0", "private": true, "dependencies": { "bootstrap": "5.1.3", "history": "5.2.0", "jquery": "^3.6.0", "merge": "^2.1.1", "popper.js": "^1.16.0", "react": "17.0.2", "react-dom": "17.0.2", "react-redux": "7.2.6", "react-router": "6.2.1", "react-router-dom": "6.2.1", "reactstrap": "9.0.1", "redux": "4.1.2", "redux-first-history": "^5.0.8", "redux-thunk": "2.4.1", "svgo": "2.8.0" }, "devDependencies": { "@types/history": "4.7.11", "@types/jest": "27.4.0", "@types/node": "17.0.18", "@types/react": "17.0.39", "@types/react-dom": "17.0.11", "@types/react-redux": "7.1.22", "@types/react-router": "5.1.18", "@types/react-router-dom": "5.3.3", "@types/reactstrap": "8.7.1", "cross-env": "7.0.3", "eslint-plugin-jsx-a11y": "^6.5.1", "nan": "^2.15.0", "react-scripts": "^5.0.0", "sass": "^1.49.7", "typescript": "4.5.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "cross-env CI=true react-scripts test --env=jsdom", "eject": "react-scripts eject", "lint": "eslint ./src/**/*.ts ./src/**/*.tsx" }, "eslintConfig": { "extends": "react-app" }, "resolutions": { "url-parse": ">=1.5.0", "lodash": ">=4.17.21" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }