-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.33 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
51
52
53
54
55
56
{
"name": "muishift",
"version": "1.1.4",
"description": "Muishift React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {},
"peerDependencies": {
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"downshift": "3.x",
"match-sorter": "4.x",
"react": "16.x",
"react-dom": "16.x",
"react-virtualized": "9.x"
},
"devDependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"downshift": "^4.0.2",
"match-sorter": "^4.0.1",
"nwb": "^0.23.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.0",
"react-virtualized": "^9.21.2",
"redux": "^4.0.4",
"redux-form": "^8.2.6"
},
"author": "Tarik Huber",
"homepage": "https://tarikhuber.github.io/muishift",
"license": "MIT",
"repository": "https://github.com/TarikHuber/muishift",
"keywords": [
"react-component",
"downshift",
"material-ui",
"selectfield",
"autocomplete",
"virtualized"
]
}