mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
- react-bootstrap-table2-editor@1.4.0 - react-bootstrap-table2-example@1.0.31 - react-bootstrap-table2-filter@1.2.0 - react-bootstrap-table2-paginator@2.1.0 - react-bootstrap-table2-toolkit@2.1.0 - react-bootstrap-table-next@3.2.0
31 lines
816 B
JSON
31 lines
816 B
JSON
{
|
|
"name": "react-bootstrap-table2-example",
|
|
"version": "1.0.31",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"storybook": "start-storybook -p 6006 -s ./public",
|
|
"gh-pages:clean": "rimraf ./storybook-static",
|
|
"gh-pages:build": "build-storybook -s ./public"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"prop-types": "^15.0.0",
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-console": "^1.0.0",
|
|
"@storybook/react": "^3.2.8",
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
"babel-preset-env": "^1.6.1",
|
|
"react-redux": "^5.0.6",
|
|
"redux": "^3.7.2",
|
|
"redux-thunk": "^2.2.0",
|
|
"typed.js": "^2.0.5"
|
|
}
|
|
}
|