| { | |
| "name": "example-react-router", | |
| "version": "6.38.1", | |
| "private": true, | |
| "license": "MIT", | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "react-scripts build", | |
| "test": "CI=true react-scripts test" | |
| }, | |
| "devDependencies": { | |
| "history": "4.10.1", | |
| "react-scripts": "3.1.2", | |
| "react-test-renderer": "17.0.2" | |
| }, | |
| "dependencies": { | |
| "algoliasearch": "4.11.0", | |
| "instantsearch.css": "7.4.5", | |
| "prop-types": "15.6.0", | |
| "qs": "6.8.0", | |
| "react": "17.0.2", | |
| "react-dom": "17.0.2", | |
| "react-instantsearch-dom": "6.38.1", | |
| "react-router-dom": "5.2.0" | |
| }, | |
| "browserslist": [ | |
| ">0.2%", | |
| "not dead", | |
| "not ie <= 11", | |
| "not op_mini all" | |
| ] | |
| } | |