-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
76 lines (76 loc) · 1.9 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "material-ui-filter",
"version": "3.1.3",
"description": "Material UI Drawer for filtering local arrays",
"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",
"gpublish": "nwb build-demo && gh-pages -d demo/dist"
},
"dependencies": {},
"peerDependencies": {
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@material-ui/pickers": "3.x",
"@date-io/moment": "1.x",
"downshift": "3.x",
"match-sorter": "4.x",
"moment": "2.x",
"react": "16.x",
"react-dom": "16.x",
"react-list": "0.x",
"react-virtualized": "9.x",
"muishift": "1.x",
"redux": "4.x"
},
"devDependencies": {
"@date-io/moment": "^1.3.11",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"downshift": "^3.4.3",
"gh-pages": "^2.1.1",
"match-sorter": "^4.0.2",
"moment": "^2.22.2",
"muishift": "^1.1.3",
"nwb": "^0.23.0",
"prop-types": "^15.6.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-intl": "^3.7.0",
"react-list": "^0.8.13",
"react-redux": "^7.1.3",
"react-virtualized": "^9.21.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"author": "Tarik Huber",
"homepage": "https://tarikhuber.github.io/material-ui-filter/",
"license": "MIT",
"repository": "https://github.com/TarikHuber/material-ui-filter",
"keywords": [
"react-component",
"material-ui",
"filter",
"react",
"redux"
]
}