forked from downshift-js/downshift-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "downshift-examples",
"version": "1.0.0",
"description": "Examples of using downshift.",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"apollo-boost": "0.1.10",
"axios": "0.18.0",
"debounce-fn": "^3.0.1",
"downshift": "^3.1.8",
"emotion": "^9.1.3",
"feather-icons-react": "0.2.0",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
"hoist-non-react-statics": "2.5.4",
"match-sorter": "^2.2.3",
"react": "^16.3.2",
"react-apollo": "2.1.9",
"react-dom": "^16.3.2",
"react-emotion": "^9.1.3",
"react-fast-compare": "2.0.1",
"react-scripts": "^1.1.4",
"react-tiny-virtual-list": "2.1.6",
"react-virtualized": "^9.19.1",
"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"
}
}