xref: /expo/apps/test-suite/package.json (revision aa6fa0ae)
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": "~42.0.0-alpha.0",
15    "expo-ads-admob": "~10.1.0",
16    "expo-ads-facebook": "~10.1.0",
17    "expo-analytics-segment": "~10.2.0",
18    "expo-application": "~3.2.0",
19    "expo-asset": "~8.3.2",
20    "expo-av": "~9.2.0",
21    "expo-background-fetch": "~9.2.0",
22    "expo-barcode-scanner": "~10.2.0",
23    "expo-brightness": "~9.2.0",
24    "expo-calendar": "~9.2.0",
25    "expo-camera": "~11.1.1",
26    "expo-cellular": "~3.2.0",
27    "expo-constants": "~11.0.0",
28    "expo-contacts": "~9.2.0",
29    "expo-crypto": "~9.2.0",
30    "expo-device": "~3.3.0",
31    "expo-file-system": "~11.1.0",
32    "expo-gl": "~10.4.0",
33    "expo-google-sign-in": "~9.2.0",
34    "expo-haptics": "~10.1.0",
35    "expo-image-manipulator": "~9.2.0",
36    "expo-keep-awake": "~9.2.0",
37    "expo-localization": "~10.2.0",
38    "expo-location": "~12.1.0",
39    "expo-media-library": "~12.1.0",
40    "expo-network": "~3.2.0",
41    "expo-notifications": "~0.12.0",
42    "expo-permissions": "~12.1.0",
43    "expo-random": "~11.2.0",
44    "expo-secure-store": "~10.2.0",
45    "expo-speech": "~9.2.0",
46    "expo-sqlite": "~9.2.0",
47    "expo-task-manager": "~9.2.0",
48    "expo-web-browser": "~9.2.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": "17.0.1",
55    "react-native": "0.64.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.5.2"
62  },
63  "browserslist": [
64    ">0.2%",
65    "not dead",
66    "not ie <= 11",
67    "not op_mini all"
68  ]
69}
70