xref: /expo/apps/test-suite/package.json (revision 86fe77d4)
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.6.0",
14    "@react-navigation/native": "~6.0.13",
15    "@react-navigation/stack": "~6.3.2",
16    "async-retry": "^1.1.4",
17    "expo": "~50.0.0-alpha.0",
18    "expo-application": "~5.5.0",
19    "expo-asset": "~8.12.0",
20    "expo-av": "~13.7.0",
21    "expo-background-fetch": "~11.6.0",
22    "expo-barcode-scanner": "~12.7.0",
23    "expo-brightness": "~11.6.0",
24    "expo-calendar": "~12.0.0",
25    "expo-camera": "~13.7.0",
26    "expo-cellular": "~5.5.0",
27    "expo-constants": "~15.1.0",
28    "expo-contacts": "~12.5.0",
29    "expo-crypto": "~12.6.0",
30    "expo-device": "~5.7.0",
31    "expo-eas-client": "~0.9.0",
32    "expo-file-system": "~15.7.0",
33    "expo-gl": "~13.3.0",
34    "expo-haptics": "~12.6.0",
35    "expo-image-manipulator": "~11.5.0",
36    "expo-keep-awake": "~12.6.0",
37    "expo-localization": "~14.5.0",
38    "expo-location": "~16.3.0",
39    "expo-media-library": "~15.6.0",
40    "expo-network": "~5.6.0",
41    "expo-notifications": "~0.24.0",
42    "expo-random": "~13.4.0",
43    "expo-secure-store": "~12.5.0",
44    "expo-speech": "~11.5.0",
45    "expo-sqlite": "~11.7.0",
46    "expo-task-manager": "~11.5.0",
47    "expo-web-browser": "~12.6.0",
48    "firebase": "^9.3.0",
49    "i18n-js": "^3.1.0",
50    "immutable": "^4.0.0",
51    "jasmine-core": "^2.4.1",
52    "lodash": "^4.17.19",
53    "react": "18.2.0",
54    "react-native": "0.72.4",
55    "react-native-gesture-handler": "~2.12.0",
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