Files
react-navigation/packages/material-bottom-tabs/example/package.json
2019-10-21 13:57:02 +02:00

38 lines
1.0 KiB
JSON

{
"name": "tabviewexample",
"version": "0.0.1",
"private": true,
"main": "App.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"@expo/vector-icons": "^10.0.5",
"expo": "~34.0.4",
"expo-asset": "~6.0.0",
"hoist-non-react-statics": "^3.3.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-paper": "^3.0.0-alpha.7",
"react-native-reanimated": "~1.1.0",
"react-navigation": "^4.0.7",
"react-navigation-stack": "^1.5.4"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-expo": "^5.2.0",
"expo-cli": "^3.4.1",
"glob-to-regexp": "^0.4.1"
},
"resolutions": {
"**/@babel/runtime": "7.6.3",
"**/prop-types": "15.6.0",
"**/react-lifecycles-compat": "3.0.4",
"**/hoist-non-react-statics": "2.5.0"
}
}