{ "name": "@react-navigation/example", "description": "Demo app to showcase various functionality of React Navigation", "version": "5.0.0-alpha.23", "private": true, "workspaces": { "nohoist": [ "*", "*/**" ] }, "scripts": { "start": "expo start", "web": "expo start --web", "native": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios", "postinstall": "jetify" }, "dependencies": { "@expo/vector-icons": "^10.0.5", "@react-native-community/masked-view": "^0.1.5", "expo": "^35.0.1", "expo-asset": "~7.0.0", "query-string": "^6.9.0", "react": "~16.8.3", "react-dom": "~16.8.3", "react-native": "~0.59.10", "react-native-gesture-handler": "~1.5.0", "react-native-paper": "^3.2.1", "react-native-reanimated": "~1.2.0", "react-native-reanimated-web": "npm:react-native-reanimated@^1.3.2", "react-native-safe-area-context": "~0.6.0", "react-native-screens": "^2.0.0-alpha.11", "react-native-tab-view": "2.11.0", "react-native-unimodules": "^0.7.0-rc.1", "react-native-web": "^0.11.7", "scheduler": "^0.18.0", "shortid": "^2.2.15", "use-subscription": "^1.3.0" }, "devDependencies": { "@babel/core": "^7.7.2", "@expo/webpack-config": "^0.10.1", "@types/react": "^16.9.11", "@types/react-native": "^0.60.22", "babel-preset-expo": "^7.1.0", "expo-cli": "^3.8.0", "jetifier": "^1.6.4", "typescript": "^3.7.2" } }