Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Created March 24, 2020 19:01
Show Gist options
  • Save majirosstefan/14c3331daef4f25ffd470a07c20efc0a to your computer and use it in GitHub Desktop.
Save majirosstefan/14c3331daef4f25ffd470a07c20efc0a to your computer and use it in GitHub Desktop.
for the Static Storybook Build With React Native
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"storybook": "start-storybook -p 6006",
"storybook-web": "start-storybook -p 6006 --config-dir ./storybook-website",
"storybook-web-build": "build-storybook --config-dir ./storybook-website --output-dir dist-storybook-website",
},
"dependencies": {
"react-navigation": "^4.3.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"@storybook/cli": "^5.3.17",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^12.0.3",
"react-native-svg-transformer": "^0.14.3",
"babel-plugin-react-native-web": "^0.12.2",
"react-native-web": "^0.12.2",
"yarn": "^1.22.4"
},
"devDependencies": {
"@storybook/react": "^5.3.17",
"@storybook/react-native": "^5.3.17",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/react-native-server": "^5.3.17",
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment