-
Notifications
You must be signed in to change notification settings - Fork 430
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 936 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 936 Bytes
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
{
"name": "react-bootstrap-table2-filter",
"version": "1.4.0",
"description": "it's a column filter addon for react-bootstrap-table2",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
},
"license": "MIT",
"keywords": [
"react",
"bootstrap",
"table",
"grid",
"react-bootstrap-table-addons",
"react-component"
],
"files": [
"lib/",
"dist/"
],
"tags": [
"react"
],
"author": "AllenFang",
"contributors": [
{
"name": "Allen Fang",
"email": "[email protected]",
"url": "https://github.com/AllenFang"
},
{
"name": "Chun-MingChen",
"email": "[email protected]",
"url": "https://github.com/Chun-MingChen"
}
],
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}