1{ 2 "name": "native-component-list", 3 "version": "0.0.0", 4 "description": "A list of the various APIs you can use with the Expo client", 5 "author": "Expo", 6 "private": true, 7 "main": "__generated__/AppEntry.js", 8 "scripts": { 9 "postinstall": "expo-yarn-workspaces postinstall", 10 "web:publish": "netlify deploy --dir web-build", 11 "web:serve": "serve ./web-build", 12 "tsc": "tsc --noEmit --watch -p ./tsconfig.json" 13 }, 14 "powertools": { 15 "group": "client" 16 }, 17 "dependencies": { 18 "@expo/react-native-action-sheet": "^2.0.1", 19 "@react-native-community/netinfo": "~3.2.1", 20 "@react-navigation/web": "^1.0.0-alpha.7", 21 "date-format": "^2.0.0", 22 "expo": "~34.0.3", 23 "expo-ads-admob": "~6.0.0", 24 "expo-ads-facebook": "~6.0.0", 25 "expo-app-auth": "~6.0.0", 26 "expo-asset": "~6.0.0", 27 "expo-av": "~6.0.0", 28 "expo-background-fetch": "~6.0.0", 29 "expo-barcode-scanner": "~6.0.0", 30 "expo-blur": "~6.0.0", 31 "expo-brightness": "~6.0.0", 32 "expo-calendar": "~6.0.0", 33 "expo-camera": "~6.0.0", 34 "expo-constants": "~6.0.0", 35 "expo-contacts": "~6.0.0", 36 "expo-document-picker": "~6.0.0", 37 "expo-face-detector": "~6.0.0", 38 "expo-facebook": "~6.0.0", 39 "expo-file-system": "~6.0.1", 40 "expo-font": "~6.0.1", 41 "expo-gl": "~6.0.0", 42 "expo-google-sign-in": "~6.0.0", 43 "expo-haptics": "~6.0.0", 44 "expo-image-manipulator": "~6.0.0", 45 "expo-image-picker": "~6.0.0", 46 "expo-intent-launcher": "~6.0.0", 47 "expo-keep-awake": "~6.0.0", 48 "expo-linear-gradient": "~6.0.0", 49 "expo-local-authentication": "~6.0.0", 50 "expo-localization": "~6.0.0", 51 "expo-location": "~6.0.0", 52 "expo-mail-composer": "~6.0.0", 53 "expo-media-library": "~6.1.0-rc.0", 54 "expo-permissions": "~6.0.0", 55 "expo-print": "~6.0.0", 56 "expo-processing": "*", 57 "expo-secure-store": "~6.0.0", 58 "expo-sensors": "~6.0.0", 59 "expo-sharing": "~6.0.0", 60 "expo-sms": "~6.0.0", 61 "expo-speech": "~6.0.0", 62 "expo-task-manager": "~6.0.0", 63 "expo-three": "3.0.2-alpha.1", 64 "expo-web-browser": "~6.0.0", 65 "fbemitter": "^2.1.1", 66 "gl-mat4": "^1.1.4", 67 "hsv2rgb": "^1.1.0", 68 "i18n-js": "^3.1.0", 69 "lottie-react-native": "2.6.1", 70 "path": "^0.12.7", 71 "pixi.js": "^4.6.1", 72 "processing-js": "^1.6.6", 73 "prop-types": "^15.6.0", 74 "react": "16.8.3", 75 "react-dom": "^16.8.6", 76 "react-native": "0.59.8", 77 "react-native-branch": "~3.0.1", 78 "react-native-gesture-handler": "~1.3.0", 79 "react-native-is-iphonex": "^1.0.1", 80 "react-native-maps": "0.24.2", 81 "react-native-paper": "github:brentvatne/react-native-paper#@brent/fix-bottom-navigation-rn-57", 82 "react-native-platform-touchable": "^1.1.1", 83 "react-native-reanimated": "~1.1.0", 84 "react-native-screens": "1.0.0-alpha.22", 85 "react-native-svg": "~9.5.1", 86 "react-native-web": "^0.11.0", 87 "react-native-webview": "5.12.0", 88 "react-navigation": "^3.4.0-rc.0", 89 "react-navigation-header-buttons": "^1.2.1", 90 "react-navigation-material-bottom-tabs": "1.0.0", 91 "regl": "^1.3.0", 92 "three": "^0.88.0", 93 "url": "^0.11.0", 94 "uuid": "^3.1.0", 95 "victory-native": "^30.4.0" 96 }, 97 "devDependencies": { 98 "@types/i18n-js": "^3.0.1", 99 "@types/pixi.js": "^4.8.6", 100 "@types/react": "^16.8.13", 101 "@types/react-native-platform-touchable": "^1.1.0", 102 "@types/react-native-vector-icons": "^6.4.0", 103 "@types/react-navigation": "^3.0.5", 104 "@types/react-navigation-material-bottom-tabs": "^0.3.1", 105 "@types/three": "^0.93.28", 106 "@types/victory": "^31.0.14", 107 "babel-preset-expo": "^6.0.0", 108 "expo-cli": "^2.18.3", 109 "expo-module-scripts": "^1.0.0", 110 "expo-yarn-workspaces": "^1.2.0", 111 "serve": "^10.1.2", 112 "typescript": "^3.4.2" 113 }, 114 "browserslist": [ 115 ">0.2%", 116 "not dead", 117 "not ie <= 11", 118 "not op_mini all" 119 ] 120}