react-bootstrap-table-next
Version:
Next generation of react-bootstrap-table
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "react-bootstrap-table-next",
"version": "4.0.3",
"description": "Next generation of react-bootstrap-table",
"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-component"
],
"files": [
"lib/",
"dist/"
],
"tags": [
"react"
],
"author": "AllenFang",
"contributors": [
{
"name": "Allen Fang",
"email": "ayu780129@hotmail.com",
"url": "https://github.com/AllenFang"
},
{
"name": "Chun-MingChen",
"email": "nick830314@gmail.com",
"url": "https://github.com/Chun-MingChen"
}
],
"dependencies": {
"classnames": "^2.2.5",
"react-transition-group": "^4.2.0",
"underscore": "1.9.1"
},
"peerDependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
}
}