Files
examples/with-storybook/package.json
Yassine El Bouchaibi 18601f54da * Removed yarn.lock
* Tweaked version numbers in package.json
* Tweaked Font story to be able to use hooks
2020-06-26 20:46:30 -04:00

32 lines
899 B
JSON

{
"scripts": {
"start": "expo start",
"web": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"expo": "~38.0.0",
"expo-constants": "~9.1.1",
"expo-font": "~8.2.1",
"expo-linear-gradient": "~8.2.1",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.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.3.19",
"@types/react": "~16.9.41",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.62.13",
"babel-loader": "^8.0.6",
"typescript": "^3.7.2"
}
}