-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
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
{
"name": "expo-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"expo-install": "npx expo install"
},
"dependencies": {
"@expo/config-plugins": "~7.8.0",
"@expo/metro-runtime": "^3.1.1",
"expo": "~50.0.5",
"expo-application": "~5.8.3",
"expo-asset": "~9.0.2",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.8",
"expo-device": "~5.9.3",
"expo-file-system": "~16.0.4",
"expo-font": "~11.10.2",
"expo-image": "~1.10.5",
"expo-image-picker": "~14.7.1",
"expo-media-library": "~15.9.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"jest": "^29.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-image-marker": "^1.2.5",
"react-native-root-toast": "^3.4.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-url-polyfill": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-config": "~0.17.1",
"@types/react": "~18.2.14",
"jest": "^29.2.1",
"jest-expo": "^50.0.1",
"react-test-renderer": "18.0.0",
"typescript": "^5.1.3"
}
}