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 Go",
5  "author": "Expo",
6  "private": true,
7  "main": "__generated__/AppEntry.js",
8  "scripts": {
9    "postinstall": "expo-yarn-workspaces postinstall",
10    "build:web": "expo build:web --no-pwa",
11    "web": "expo start:web --https",
12    "eject": "SDK_VERSION=40.0.0 expo eject",
13    "lint": "eslint .",
14    "tsc": "tsc --noEmit -p ./tsconfig.json",
15    "start": "react-native start",
16    "ios": "react-native run-ios",
17    "android": "react-native run-android"
18  },
19  "expo-yarn-workspaces": {
20    "symlinks": [
21      "expo-constants",
22      "expo-camera",
23      "expo-updates"
24    ]
25  },
26  "react-native-unimodules": {
27    "android": {
28      "exclude": [
29        "expo-module-template"
30      ],
31      "modulesPaths": [
32        "../../../../packages"
33      ],
34      "configuration": "api",
35      "target": "react-native"
36    },
37    "ios": {
38      "exclude": [
39        "expo-module-template"
40      ],
41      "modules_paths": [
42        "../../../packages"
43      ],
44      "flags": {
45        "inhibit_warnings": false
46      }
47    }
48  },
49  "dependencies": {
50    "@expo/react-native-action-sheet": "^3.8.0",
51    "@react-native-async-storage/async-storage": "~1.15.0",
52    "@react-native-community/datetimepicker": "3.5.2",
53    "@react-native-community/netinfo": "6.0.0",
54    "@react-native-community/slider": "3.0.3",
55    "@react-native-community/viewpager": "5.0.11",
56    "@react-native-masked-view/masked-view": "0.2.4",
57    "@react-native-picker/picker": "1.16.1",
58    "@react-native-segmented-control/segmented-control": "2.3.0",
59    "@react-navigation/bottom-tabs": "~5.11.1",
60    "@react-navigation/drawer": "~5.11.3",
61    "@react-navigation/material-bottom-tabs": "~5.3.9",
62    "@react-navigation/native": "~5.8.9",
63    "@react-navigation/stack": "~5.12.6",
64    "@use-expo/permissions": "^2.0.0",
65    "date-format": "^2.0.0",
66    "deep-object-diff": "^1.1.0",
67    "expo": "~42.0.0-alpha.0",
68    "expo-2d-context": "^0.0.2",
69    "expo-ads-admob": "~10.1.0",
70    "expo-ads-facebook": "~10.1.0",
71    "expo-analytics-amplitude": "~10.2.0",
72    "expo-app-auth": "~10.2.0",
73    "expo-apple-authentication": "~3.2.0",
74    "expo-asset": "~8.3.2",
75    "expo-av": "~9.2.0",
76    "expo-background-fetch": "~9.2.0",
77    "expo-barcode-scanner": "~10.2.0",
78    "expo-battery": "~5.0.0",
79    "expo-blur": "~9.0.3",
80    "expo-brightness": "~9.2.0",
81    "expo-calendar": "~9.2.0",
82    "expo-camera": "~11.1.1",
83    "expo-checkbox": "~1.0.3",
84    "expo-clipboard": "~1.1.0",
85    "expo-constants": "~11.0.0",
86    "expo-contacts": "~9.2.0",
87    "expo-device": "~3.3.0",
88    "expo-document-picker": "~9.2.0",
89    "expo-face-detector": "~10.1.0",
90    "expo-facebook": "~11.2.0",
91    "expo-file-system": "~11.1.0",
92    "expo-firebase-analytics": "~4.1.0",
93    "expo-firebase-core": "~3.1.0",
94    "expo-font": "~9.2.0",
95    "expo-gl": "~10.4.0",
96    "expo-google-app-auth": "~8.2.0",
97    "expo-google-sign-in": "~9.2.0",
98    "expo-haptics": "~10.2.0-alpha.0",
99    "expo-image": "~1.0.0-alpha.1",
100    "expo-image-manipulator": "~9.2.0",
101    "expo-image-picker": "~10.2.0",
102    "expo-in-app-purchases": "~11.0.0",
103    "expo-intent-launcher": "~9.1.0",
104    "expo-keep-awake": "~9.2.0",
105    "expo-linear-gradient": "~9.3.0-alpha.0",
106    "expo-linking": "~2.3.0",
107    "expo-local-authentication": "~11.1.0",
108    "expo-localization": "~10.2.0",
109    "expo-location": "~12.1.0",
110    "expo-mail-composer": "~10.2.0",
111    "expo-media-library": "~12.1.0",
112    "expo-payments-stripe": "~10.0.0",
113    "expo-permissions": "~12.1.0",
114    "expo-print": "~10.2.0",
115    "expo-processing": "2.0.2",
116    "expo-progress": "^0.0.2",
117    "expo-random": "^11.2.0",
118    "expo-screen-capture": "~3.2.0",
119    "expo-screen-orientation": "~3.2.0",
120    "expo-secure-store": "~10.2.0",
121    "expo-sensors": "~10.2.0",
122    "expo-sharing": "~9.2.0",
123    "expo-sms": "~9.2.0",
124    "expo-speech": "~9.2.0",
125    "expo-splash-screen": "^0.11.0",
126    "expo-status-bar": "^1.0.4",
127    "expo-store-review": "~4.1.0",
128    "expo-task-manager": "~9.2.0",
129    "expo-three": "5.2.0",
130    "expo-tracking-transparency": "~1.1.0",
131    "expo-updates": "0.8.4",
132    "expo-video-thumbnails": "~5.2.0",
133    "expo-web-browser": "~9.2.0",
134    "fbemitter": "^2.1.1",
135    "fuse.js": "^6.4.1",
136    "gl-mat4": "^1.1.4",
137    "hsv2rgb": "^1.1.0",
138    "i18n-js": "^3.1.0",
139    "lottie-react-native": "4.0.2",
140    "moment": "^2.10.6",
141    "path": "^0.12.7",
142    "pixi.js": "^4.6.1",
143    "processing-js": "^1.6.6",
144    "react": "17.0.1",
145    "react-dom": "17.0.1",
146    "react-native": "0.64.2",
147    "react-native-appearance": "~0.3.4",
148    "react-native-gesture-handler": "~1.10.2",
149    "react-native-iphone-x-helper": "^1.3.0",
150    "react-native-maps": "0.28.0",
151    "react-native-paper": "^4.0.1",
152    "react-native-reanimated": "~2.2.0",
153    "react-native-redash": "^14.1.1",
154    "react-native-safe-area-context": "3.2.0",
155    "react-native-safe-area-view": "^0.14.8",
156    "react-native-screens": "~3.4.0",
157    "react-native-shared-element": "0.8.2",
158    "react-native-svg": "12.1.1",
159    "react-native-unimodules": "~0.15.0-alpha.0",
160    "react-native-view-shot": "3.1.2",
161    "react-native-web": "~0.17.1",
162    "react-native-webview": "11.6.2",
163    "react-navigation": "^4.4.0",
164    "react-navigation-shared-element": "^3.1.2",
165    "react-navigation-stack": "^2.8.2",
166    "regl": "^1.3.0",
167    "three": "^0.115.0",
168    "unimodules-test-core": "^0.4.0",
169    "url": "^0.11.0",
170    "uuid": "^8.3.0",
171    "victory-native": "^30.4.0"
172  },
173  "devDependencies": {
174    "@babel/core": "^7.12.9",
175    "@types/i18n-js": "^3.0.1",
176    "@types/pixi.js": "^4.8.6",
177    "@types/react": "~16.9.41",
178    "@types/three": "^0.93.28",
179    "@types/victory": "^31.0.14",
180    "babel-jest": "~26.6.3",
181    "babel-preset-expo": "~8.4.0",
182    "expo-module-scripts": "^2.0.0",
183    "expo-yarn-workspaces": "^1.5.2",
184    "jest": "~26.6.3",
185    "react-test-renderer": "~17.0.1"
186  }
187}
188