storybook/package.json
2017-04-19 07:35:25 -07:00

33 lines
1.0 KiB
JSON

{
"name": "storybooks.js.org",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"react-scripts": "^0.9.5"
},
"dependencies": {
"@kadira/storybook-addons": "^1.3.1",
"airbnb-js-shims": "^1.0.1",
"bootstrap": "^3.3.7",
"common-tags": "^1.3.1",
"highlight.js": "^9.6.0",
"marked": "^0.3.6",
"prop-types": "^15.5.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-helmet": "^3.1.0",
"react-router": "^2.6.1",
"react-router-scroll": "^0.3.2",
"reflexbox": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009",
"build-storybook": "build-storybook",
"publish": "npm run build && cp ./404.html ./build && cp ./CNAME ./build && cd build && git init . && git remote add origin $( cd .. && git remote get-url origin ) && git add . && git commit -m 'Update build' && git push -f origin master"
}
}