mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
- react-bootstrap-table2-example@1.0.20 - react-bootstrap-table2-filter@1.1.6 - react-bootstrap-table2-paginator@2.0.4 - react-bootstrap-table2-toolkit@1.3.2 - react-bootstrap-table-next@3.0.1
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "react-bootstrap-table2-toolkit",
|
|
"version": "1.3.2",
|
|
"description": "The toolkit for react-bootstrap-table2",
|
|
"main": "./lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"dist/"
|
|
],
|
|
"tags": [
|
|
"react"
|
|
],
|
|
"author": "AllenFang",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react",
|
|
"bootstrap",
|
|
"table",
|
|
"grid",
|
|
"react-bootstrap-table-addons",
|
|
"react-component"
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"peerDependencies": {
|
|
"prop-types": "^15.0.0",
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0"
|
|
},
|
|
"dependencies": {
|
|
"file-saver": "1.3.8"
|
|
}
|
|
}
|