Files
react-native-web-lottie/docs/package.json
2019-02-05 15:33:11 +01:00

12 lines
445 B
JSON

{
"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/addon-options": "^4.1.11",
"@storybook/react": "^4.1.11"
}
}