mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"name": "react-bootstrap-table2-filter",
|
|
"version": "0.0.1",
|
|
"description": "it's the column filter addon for react-bootstrap-table2",
|
|
"main": "./lib",
|
|
"scripts": {
|
|
"prepublish": "yarn build",
|
|
"build": "rimraf ./lib && babel ./src -d lib"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-cli": "6.26.0",
|
|
"rimraf": "2.6.2"
|
|
}
|
|
}
|