react-bootstrap-table2/packages/react-bootstrap-table2-example/package.json
ChunMing, Chen c09bf7c2f1 enhance storybook
* wrapper components with Decorators to set component margin

* add sticker github-corners at welcome page

* refactor welcome page for storybook

* refactor scss code structure
* add type.js to animate sub title
2017-08-27 19:52:49 -05:00

27 lines
598 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",
"typed.js": "^2.0.5"
}
}