UNPKG

react-native-web-headroom

Version:
13 lines (12 loc) 487 B
{ "scripts": { "build": "yarn && build-storybook -o ./dist -c ./.storybook", "start": "start-storybook -p 9001 -c ./.storybook", "release": "yarn build && git checkout gh-pages && rm -rf ../storybook && mv dist ../storybook && git add -A && git commit -m \"Storybook deploy\" && git push origin gh-pages && git checkout -" }, "dependencies": { "@storybook/react": "^3.1.9", "@storybook/addon-actions": "^3.2.10", "@storybook/addon-options": "^3.2.10" } }