This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "test-suite",
"version": "1.0.0",
"description": "Test suite for the Expo SDK",
"main": "__generated__/AppEntry.js",
"scripts": {
"postinstall": "expo-yarn-workspaces postinstall",
"lint": "eslint ."
},
"author": "",
"license": "MIT",
"dependencies": {
"@expo/html-elements": "^0.5.0",
"@react-navigation/native": "~6.0.13",
"@react-navigation/stack": "~6.3.2",
"async-retry": "^1.1.4",
"expo": "~49.0.0-alpha.1",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.0",
"expo-av": "~13.4.0",
"expo-background-fetch": "~11.3.0",
"expo-barcode-scanner": "~12.5.0",
"expo-brightness": "~11.4.0",
"expo-calendar": "~11.3.0",
"expo-camera": "~13.4.0",
"expo-cellular": "~5.3.0",
"expo-constants": "~14.4.0",
"expo-contacts": "~12.2.0",
"expo-crypto": "~12.4.0",
"expo-device": "~5.4.0",
"expo-eas-client": "~0.6.0",
"expo-file-system": "~15.4.0",
"expo-gl": "~13.0.0",
"expo-haptics": "~12.4.0",
"expo-image-manipulator": "~11.3.0",
"expo-keep-awake": "~12.3.0",
"expo-localization": "~14.3.0",
"expo-location": "~16.0.0",
"expo-media-library": "~15.4.0",
"expo-network": "~5.4.0",
"expo-notifications": "~0.20.0",
"expo-permissions": "~14.2.0",
"expo-random": "~13.2.0",
"expo-secure-store": "~12.3.0",
"expo-speech": "~11.3.0",
"expo-sqlite": "~11.3.0",
"expo-task-manager": "~11.3.0",
"expo-web-browser": "~12.3.0",
"firebase": "^9.3.0",
"i18n-js": "^3.1.0",
"immutable": "^4.0.0",
"jasmine-core": "^2.4.1",
"lodash": "^4.17.19",
"react": "18.2.0",
"react-native": "0.72.0",
"react-native-gesture-handler": "~2.12.0",
"sinon": "^7.1.1"
},
"devDependencies": {
"expo-yarn-workspaces": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}