File size: 707 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
  ]
}