Files
examples/with-storybook/package.json
2020-05-12 17:01:36 -07:00

34 lines
965 B
JSON

{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"expo": "^37.0.7",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-linear-gradient": "~8.0.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-web": "^0.11.7"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@expo/webpack-config": "^0.11.11",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/react": "^5.2.1",
"@storybook/react-native": "^5.2.3",
"@types/react": "^16.9.0",
"@types/react-native": "^0.60.15",
"babel-loader": "^8.0.6",
"babel-preset-expo": "^8.0.0",
"typescript": "^3.7.2"
}
}