mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
* support async cell editing * refine cellEdit.onUpdate and cellEdit.editing * refine cell edit * add redux * add stories for async cell edit * fix test case and patch tests for async cell editing * patch docs for cellEdit prop * fix bug produced by rebasing lol
30 lines
679 B
JSON
30 lines
679 B
JSON
{
|
|
"name": "react-bootstrap-table2-example",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"prop-types": "^15.0.0",
|
|
"react": "^15.0.0",
|
|
"react-dom": "^15.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"react-bootstrap-table2": "0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/react": "^3.2.8",
|
|
"react-redux": "^5.0.6",
|
|
"redux": "^3.7.2",
|
|
"redux-thunk": "^2.2.0",
|
|
"typed.js": "^2.0.5"
|
|
}
|
|
}
|