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": "^4.0.0", 20 "@react-navigation/web": "^1.0.0-alpha.7", 21 "date-format": "^2.0.0", 22 "expo": "^34.0.0-experiment.8", 23 "expo-ads-admob": "^5.0.0", 24 "expo-ads-facebook": "^5.0.0", 25 "expo-app-auth": "^5.0.0", 26 "expo-asset": "^5.0.0", 27 "expo-av": "^5.0.0", 28 "expo-background-fetch": "^5.0.0", 29 "expo-barcode-scanner": "^5.0.0", 30 "expo-blur": "^5.0.0", 31 "expo-calendar": "^5.0.0", 32 "expo-camera": "^5.0.0", 33 "expo-constants": "^5.0.0", 34 "expo-contacts": "^5.0.0", 35 "expo-document-picker": "^5.0.0", 36 "expo-face-detector": "^6.0.0-rc.0", 37 "expo-facebook": "^5.0.0", 38 "expo-file-system": "^5.0.0", 39 "expo-font": "^6.0.0-alpha.0", 40 "expo-gl": "^5.0.0", 41 "expo-google-sign-in": "^5.0.0", 42 "expo-haptics": "^5.0.0", 43 "expo-image-manipulator": "^5.0.0", 44 "expo-image-picker": "^5.0.0", 45 "expo-intent-launcher": "^5.0.0", 46 "expo-keep-awake": "^5.0.0", 47 "expo-linear-gradient": "^5.0.0", 48 "expo-local-authentication": "^6.0.0-rc.0", 49 "expo-localization": "^5.0.0", 50 "expo-location": "^5.0.0", 51 "expo-mail-composer": "^5.0.0", 52 "expo-media-library": "^5.0.0", 53 "expo-permissions": "^5.0.0", 54 "expo-print": "^5.0.0", 55 "expo-processing": "*", 56 "expo-secure-store": "^5.0.0", 57 "expo-sharing": "^5.0.0", 58 "expo-sms": "^5.0.0", 59 "expo-speech": "^5.0.0", 60 "expo-task-manager": "^5.0.0", 61 "expo-three": "^3.0.0-alpha.6", 62 "expo-web-browser": "^5.0.0", 63 "fbemitter": "^2.1.1", 64 "gl-mat4": "^1.1.4", 65 "hsv2rgb": "^1.1.0", 66 "i18n-js": "^3.1.0", 67 "lottie-react-native": "2.6.1", 68 "path": "^0.12.7", 69 "pixi.js": "^4.6.1", 70 "processing-js": "^1.6.6", 71 "prop-types": "^15.6.0", 72 "react": "16.8.3", 73 "react-dom": "^16.8.6", 74 "react-native": "0.59.8", 75 "react-native-branch": "~3.0.1", 76 "react-native-is-iphonex": "^1.0.1", 77 "react-native-maps": "0.24.2", 78 "react-native-paper": "github:brentvatne/react-native-paper#@brent/fix-bottom-navigation-rn-57", 79 "react-native-platform-touchable": "^1.1.1", 80 "react-native-reanimated": "~1.1.0", 81 "react-native-screens": "1.0.0-alpha.22", 82 "react-native-svg": "~9.5.1", 83 "react-native-web": "^0.11.0", 84 "react-native-webview": "5.12.0", 85 "react-navigation": "^3.4.0-rc.0", 86 "react-navigation-header-buttons": "^1.2.1", 87 "react-navigation-material-bottom-tabs": "1.0.0", 88 "regl": "^1.3.0", 89 "three": "^0.88.0", 90 "url": "^0.11.0", 91 "uuid": "^3.1.0", 92 "victory-native": "^30.4.0" 93 }, 94 "devDependencies": { 95 "@types/i18n-js": "^3.0.1", 96 "@types/pixi.js": "^4.8.6", 97 "@types/react": "^16.8.13", 98 "@types/react-native-platform-touchable": "^1.1.0", 99 "@types/react-native-vector-icons": "^6.4.0", 100 "@types/react-navigation": "^3.0.5", 101 "@types/react-navigation-material-bottom-tabs": "^0.3.1", 102 "@types/three": "^0.93.28", 103 "@types/victory": "^31.0.14", 104 "babel-preset-expo": "^5.1.0", 105 "expo-cli": "^2.18.3", 106 "expo-module-scripts": "^1.0.0", 107 "expo-yarn-workspaces": "^1.0.0", 108 "serve": "^10.1.2", 109 "typescript": "^3.4.2" 110 }, 111 "browserslist": [ 112 ">0.2%", 113 "not dead", 114 "not ie <= 11", 115 "not op_mini all" 116 ] 117} 118