xref: /expo/apps/test-suite/package.json (revision 43fd9ed3)
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    "lint": "eslint ."
9  },
10  "author": "",
11  "license": "MIT",
12  "dependencies": {
13    "@expo/html-elements": "^0.0.4",
14    "async-retry": "^1.1.4",
15    "expo": "~44.0.0-alpha.0",
16    "expo-ads-admob": "~12.0.0",
17    "expo-ads-facebook": "~11.1.0",
18    "expo-analytics-segment": "~11.1.0",
19    "expo-application": "~4.0.0",
20    "expo-asset": "~8.4.1",
21    "expo-av": "~11.1.0",
22    "expo-background-fetch": "~10.1.0",
23    "expo-barcode-scanner": "~11.2.0",
24    "expo-brightness": "~10.1.0",
25    "expo-calendar": "~10.1.0",
26    "expo-camera": "~12.1.0",
27    "expo-cellular": "~4.1.0",
28    "expo-constants": "~13.0.0",
29    "expo-contacts": "~10.1.0",
30    "expo-crypto": "~10.1.0",
31    "expo-device": "~4.1.0",
32    "expo-eas-client-id": "~0.1.0",
33    "expo-file-system": "~13.2.0",
34    "expo-gl": "~11.1.0",
35    "expo-google-sign-in": "~10.1.0",
36    "expo-haptics": "~11.1.0",
37    "expo-image-manipulator": "~10.2.0",
38    "expo-keep-awake": "~10.0.0",
39    "expo-localization": "~12.0.0",
40    "expo-location": "~14.1.0",
41    "expo-media-library": "~14.0.0",
42    "expo-network": "~4.1.0",
43    "expo-notifications": "~0.14.0",
44    "expo-permissions": "~13.1.0",
45    "expo-random": "~12.1.0",
46    "expo-secure-store": "~11.1.0",
47    "expo-speech": "~10.1.0",
48    "expo-sqlite": "~10.1.0",
49    "expo-task-manager": "~10.1.0",
50    "expo-web-browser": "~10.1.0",
51    "firebase": "^9.3.0",
52    "i18n-js": "^3.1.0",
53    "immutable": "^4.0.0",
54    "jasmine-core": "^2.4.1",
55    "lodash": "^4.17.19",
56    "react": "17.0.2",
57    "react-native": "0.67.2",
58    "react-native-gesture-handler": "~2.1.0",
59    "react-native-safe-area-view": "^0.14.8",
60    "sinon": "^7.1.1"
61  },
62  "devDependencies": {
63    "expo-yarn-workspaces": "^1.6.0"
64  },
65  "browserslist": [
66    ">0.2%",
67    "not dead",
68    "not ie <= 11",
69    "not op_mini all"
70  ]
71}
72