-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
{
"name": "test-suite",
"version": "1.0.0",
"description": "Test suite for the Expo SDK",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"author": "",
"license": "MIT",
"dependencies": {
"@expo/html-elements": "^0.11.0",
"@expo/styleguide-base": "^1.0.1",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "^7.0.0",
"async-retry": "^1.1.4",
"expo": "~52.0.0",
"expo-application": "~6.0.0",
"expo-asset": "~11.0.0",
"expo-av": "~15.0.0",
"expo-background-fetch": "~13.0.0",
"expo-brightness": "~13.0.0",
"expo-calendar": "~14.0.0",
"expo-camera": "~16.0.0",
"expo-cellular": "~7.0.0",
"expo-checkbox": "~4.0.0",
"expo-constants": "~17.0.0",
"expo-contacts": "~14.0.0",
"expo-crypto": "~14.0.0",
"expo-device": "~7.0.0",
"expo-eas-client": "~0.13.0",
"expo-file-system": "~18.0.0",
"expo-gl": "~15.0.0",
"expo-haptics": "~14.0.0",
"expo-image-manipulator": "~13.0.0",
"expo-keep-awake": "~14.0.0",
"expo-localization": "~16.0.0",
"expo-location": "~18.0.0",
"expo-media-library": "~17.0.0",
"expo-network": "~7.0.0",
"expo-notifications": "~0.29.0",
"expo-secure-store": "~14.0.0",
"expo-speech": "~13.0.0",
"expo-sqlite": "~15.0.0",
"expo-task-manager": "~12.0.0",
"expo-web-browser": "~14.0.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.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "~2.20.2",
"sinon": "^7.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}