-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "downshift-examples",
"version": "1.0.0",
"description": "Examples of using downshift.",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@apollo/client": "3.1.1",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@popperjs/core": "2.4.4",
"algoliasearch": "4.4.0",
"apollo-boost": "0.4.9",
"axios": "0.20.0",
"classcat": "4.1.0",
"debounce-fn": "4.0.0",
"downshift": "8.0.0",
"emotion": "^9.1.3",
"feather-icons-react": "0.2.0",
"graphql": "0.13.2",
"graphql-tag": "2.11.0",
"hoist-non-react-statics": "2.5.4",
"match-sorter": "4.2.0",
"react": "16.13.1",
"react-apollo": "2.1.9",
"react-dom": "16.13.1",
"react-emotion": "^9.1.3",
"react-fast-compare": "2.0.1",
"react-frame-component": "4.1.3",
"react-highlight-words": "0.16.0",
"react-instantsearch-dom": "6.7.0",
"react-popper": "2.2.3",
"react-scripts": "3.4.3",
"react-tiny-virtual-list": "2.1.6",
"react-use": "15.3.4",
"react-virtual": "2.10.4",
"react-virtualized": "9.22.2",
"react-window": "1.2.4",
"starwars-names": "1.6.0",
"styled-components": "3.4.2",
"what-input": "5.1.1"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}