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    "tsc": "tsc --noEmit --watch -p ./tsconfig.json"
12  },
13  "dependencies": {
14    "@expo/react-native-action-sheet": "^2.0.1",
15    "@react-native-community/datetimepicker": "2.1.0",
16    "@react-native-community/masked-view": "0.1.5",
17    "@react-native-community/netinfo": "4.6.0",
18    "@react-native-community/viewpager": "2.0.2",
19    "@react-navigation/web": "^1.0.0-alpha.7",
20    "date-format": "^2.0.0",
21    "expo": "~36.0.0",
22    "expo-ads-admob": "~8.0.0",
23    "expo-ads-facebook": "~8.0.0",
24    "expo-app-auth": "~8.0.0",
25    "expo-apple-authentication": "~2.0.0",
26    "expo-asset": "~8.0.0",
27    "expo-av": "~8.0.0",
28    "expo-background-fetch": "~8.0.0",
29    "expo-barcode-scanner": "~8.0.0",
30    "expo-battery": "~2.0.0",
31    "expo-blur": "~8.0.0",
32    "expo-brightness": "~8.0.0",
33    "expo-calendar": "~8.0.0",
34    "expo-camera": "~8.0.0",
35    "expo-constants": "~8.0.0",
36    "expo-contacts": "~8.0.0",
37    "expo-device": "~2.0.0",
38    "expo-document-picker": "~8.0.0",
39    "expo-face-detector": "~8.0.0",
40    "expo-facebook": "~8.0.0",
41    "expo-file-system": "~8.0.0",
42    "expo-font": "~8.0.0",
43    "expo-gl": "~8.0.0",
44    "expo-google-app-auth": "~8.0.0",
45    "expo-google-sign-in": "~8.0.0",
46    "expo-haptics": "~8.0.0",
47    "expo-image-manipulator": "~8.0.0",
48    "expo-image-picker": "~8.0.0",
49    "expo-intent-launcher": "~8.0.0",
50    "expo-keep-awake": "~8.0.0",
51    "expo-linear-gradient": "~8.0.0",
52    "expo-local-authentication": "~8.0.0",
53    "expo-localization": "~8.0.0",
54    "expo-location": "~8.0.0",
55    "expo-mail-composer": "~8.0.0",
56    "expo-media-library": "~8.0.0",
57    "expo-permissions": "~8.0.0",
58    "expo-print": "~8.0.0",
59    "expo-processing": "*",
60    "expo-secure-store": "~8.0.0",
61    "expo-sensors": "~8.0.0",
62    "expo-sharing": "~8.0.0",
63    "expo-sms": "~8.0.0",
64    "expo-speech": "~8.0.0",
65    "expo-store-review": "~2.0.0",
66    "expo-task-manager": "~8.0.0",
67    "expo-three": "5.2.0",
68    "expo-web-browser": "~8.0.0",
69    "fbemitter": "^2.1.1",
70    "gl-mat4": "^1.1.4",
71    "hsv2rgb": "^1.1.0",
72    "i18n-js": "^3.1.0",
73    "lottie-react-native": "2.6.1",
74    "path": "^0.12.7",
75    "pixi.js": "^4.6.1",
76    "processing-js": "^1.6.6",
77    "prop-types": "^15.6.0",
78    "react": "16.9.0",
79    "react-dom": "16.9.0",
80    "react-native": "0.61.4",
81    "react-native-appearance": "0.2.1",
82    "react-native-branch": "4.2.1",
83    "react-native-gesture-handler": "~1.5.1",
84    "react-native-is-iphonex": "^1.0.1",
85    "react-native-maps": "0.26.1",
86    "react-native-paper": "github:brentvatne/react-native-paper#@brent/fix-bottom-navigation-rn-57",
87    "react-native-platform-touchable": "^1.1.1",
88    "react-native-reanimated": "~1.4.0",
89    "react-native-safe-area-context": "0.6.0",
90    "react-native-safe-area-view": "^0.14.8",
91    "react-native-screens": "2.0.0-alpha.12",
92    "react-native-shared-element": "~0.5.1",
93    "react-native-svg": "9.13.3",
94    "react-native-web": "^0.11.0",
95    "react-native-webview": "7.4.3",
96    "react-navigation": "4.1.0-alpha.1",
97    "react-navigation-header-buttons": "^1.2.1",
98    "react-navigation-material-bottom-tabs": "^1.1.0",
99    "react-navigation-shared-element": "^0.5.0",
100    "react-navigation-stack": "1.6.0-alpha.1",
101    "react-navigation-tabs": "^2.4.1",
102    "regl": "^1.3.0",
103    "three": "^0.109.0",
104    "url": "^0.11.0",
105    "uuid": "^3.1.0",
106    "victory-native": "^30.4.0"
107  },
108  "devDependencies": {
109    "@types/i18n-js": "^3.0.1",
110    "@types/pixi.js": "^4.8.6",
111    "@types/react": "^16.9.0",
112    "@types/react-native-platform-touchable": "^1.1.0",
113    "@types/react-native-vector-icons": "^6.4.0",
114    "@types/react-navigation": "^3.0.5",
115    "@types/react-navigation-material-bottom-tabs": "^0.3.1",
116    "@types/three": "^0.93.28",
117    "@types/victory": "^31.0.14",
118    "babel-preset-expo": "~8.0.0",
119    "expo-module-scripts": "^1.1.1",
120    "expo-yarn-workspaces": "^1.2.1"
121  }
122}