xref: /expo/apps/test-suite/package.json (revision bb8f4f99)
1{
2  "name": "test-suite",
3  "version": "1.0.0",
4  "description": "Test suite for the Expo SDK",
5  "main": "__generated__/AppEntry.js",
6  "scripts": {
7    "postinstall": "expo-yarn-workspaces postinstall"
8  },
9  "author": "",
10  "license": "MIT",
11  "dependencies": {
12    "@expo/html-elements": "^0.0.2",
13    "async-retry": "^1.1.4",
14    "expo": "~41.0.0-beta.1",
15    "expo-ads-admob": "~10.0.3",
16    "expo-ads-facebook": "~10.0.3",
17    "expo-analytics-segment": "~10.1.1",
18    "expo-application": "~3.1.0",
19    "expo-asset": "~8.3.1",
20    "expo-av": "~9.1.1",
21    "expo-background-fetch": "~9.1.0",
22    "expo-barcode-scanner": "~10.1.1",
23    "expo-brightness": "~9.1.1",
24    "expo-calendar": "~9.1.1",
25    "expo-camera": "~11.0.0",
26    "expo-cellular": "~3.1.0",
27    "expo-constants": "~10.1.1",
28    "expo-contacts": "~9.1.1",
29    "expo-crypto": "~9.1.0",
30    "expo-device": "~3.2.0",
31    "expo-file-system": "~11.0.0",
32    "expo-gl": "~10.2.0",
33    "expo-google-sign-in": "~9.1.0",
34    "expo-haptics": "~10.0.0",
35    "expo-image-manipulator": "~9.1.0",
36    "expo-keep-awake": "~9.1.0",
37    "expo-localization": "~10.1.0",
38    "expo-location": "~12.0.2",
39    "expo-media-library": "~12.0.1",
40    "expo-network": "~3.1.1",
41    "expo-notifications": "~0.11.3",
42    "expo-permissions": "~12.0.0",
43    "expo-random": "~11.1.0",
44    "expo-secure-store": "~10.1.0",
45    "expo-speech": "~9.1.0",
46    "expo-sqlite": "~9.1.0",
47    "expo-task-manager": "~9.1.0",
48    "expo-web-browser": "~9.1.0",
49    "firebase": "8.2.3",
50    "i18n-js": "^3.0.11",
51    "immutable": "^3.8.1",
52    "jasmine-core": "^2.4.1",
53    "lodash": "^4.17.4",
54    "react": "16.13.1",
55    "react-native": "0.63.2",
56    "react-native-gesture-handler": "~1.10.2",
57    "react-native-safe-area-view": "^0.14.8",
58    "sinon": "^7.1.1"
59  },
60  "devDependencies": {
61    "expo-yarn-workspaces": "^1.4.1"
62  },
63  "browserslist": [
64    ">0.2%",
65    "not dead",
66    "not ie <= 11",
67    "not op_mini all"
68  ]
69}
70