react-bootstrap-table2/packages/react-bootstrap-table2-example/package.json
AllenFang 4db4f4fb2d Publish
- react-bootstrap-table2-example@0.1.6
 - react-bootstrap-table2-filter@0.1.6
 - react-bootstrap-table-next@0.1.8
2018-04-15 21:25:09 +08:00

34 lines
842 B
JSON

{
"name": "react-bootstrap-table2-example",
"version": "0.1.6",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"gh-pages:clean": "rimraf ./storybook-static",
"gh-pages:build": "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"
},
"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"
}
}