xref: /expo/apps/test-suite/package.json (revision fc13df4e)
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.2.0",
14    "async-retry": "^1.1.4",
15    "expo": "~47.0.0-alpha.1",
16    "expo-application": "~5.0.0",
17    "expo-asset": "~8.6.0",
18    "expo-av": "~13.0.0-beta.1",
19    "expo-background-fetch": "~10.3.0",
20    "expo-barcode-scanner": "~11.4.0",
21    "expo-brightness": "~10.3.0",
22    "expo-calendar": "~10.3.0",
23    "expo-camera": "~13.0.0-beta.1",
24    "expo-cellular": "~4.3.0",
25    "expo-constants": "~14.0.0",
26    "expo-contacts": "~10.3.0",
27    "expo-crypto": "~11.0.0",
28    "expo-device": "~4.3.0",
29    "expo-eas-client": "~0.3.0",
30    "expo-file-system": "~15.0.0",
31    "expo-gl": "~11.4.0",
32    "expo-haptics": "~11.3.0",
33    "expo-image-manipulator": "~10.4.0",
34    "expo-keep-awake": "~11.0.0",
35    "expo-localization": "~13.1.0",
36    "expo-location": "~14.3.0",
37    "expo-media-library": "~14.2.0",
38    "expo-network": "~4.3.0",
39    "expo-notifications": "~0.16.0",
40    "expo-permissions": "~13.2.0",
41    "expo-random": "~12.3.0",
42    "expo-secure-store": "~11.3.0",
43    "expo-speech": "~10.3.0",
44    "expo-sqlite": "~10.3.0",
45    "expo-task-manager": "~10.3.0",
46    "expo-web-browser": "~11.0.0",
47    "firebase": "^9.3.0",
48    "i18n-js": "^3.1.0",
49    "immutable": "^4.0.0",
50    "jasmine-core": "^2.4.1",
51    "lodash": "^4.17.19",
52    "react": "18.1.0",
53    "react-native": "0.70.2",
54    "react-native-gesture-handler": "~2.7.0",
55    "react-native-safe-area-view": "^0.14.8",
56    "sinon": "^7.1.1"
57  },
58  "devDependencies": {
59    "expo-yarn-workspaces": "^2.0.0"
60  },
61  "browserslist": [
62    ">0.2%",
63    "not dead",
64    "not ie <= 11",
65    "not op_mini all"
66  ]
67}
68