{ "name": "@react-navigation/example", "description": "Demo app to showcase various functionality of React Navigation", "version": "5.0.0-alpha.7", "private": true, "workspaces": { "nohoist": [ "*", "*/**" ] }, "scripts": { "start": "expo start", "native": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios" }, "dependencies": { "@expo/vector-icons": "^10.0.0", "@react-native-community/masked-view": "^0.1.1", "expo": "^34.0.1", "expo-asset": "~6.0.0", "query-string": "^6.8.3", "react": "16.8.3", "react-dom": "^16.8.3", "react-native": "0.59.10", "react-native-gesture-handler": "~1.3.0", "react-native-paper": "^3.0.0-alpha.3", "react-native-reanimated": "~1.1.0", "react-native-screens": "1.0.0-alpha.22", "react-native-tab-view": "2.7.1", "react-native-unimodules": "~0.5.2", "scheduler": "^0.14.0", "shortid": "^2.2.14", "use-subscription": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.5.5", "@types/react": "^16.8.23", "@types/react-native": "^0.57.65", "babel-preset-expo": "^6.0.0", "expo-cli": "^3.0.10", "typescript": "^3.5.3" }, "resolutions": { "react-native-safe-area-view": "0.14.7" } }