-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "helloworld",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "expo start --dev-client",
"web": "expo start --web",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-navigation/bottom-tabs": "^7.1.1",
"@react-navigation/elements": "^2.2.3",
"@react-navigation/native": "^7.0.12",
"@react-navigation/native-stack": "^7.1.13",
"expo": "~52.0.11",
"expo-asset": "~11.0.1",
"expo-dev-client": "~5.0.4",
"expo-splash-screen": "~0.29.13",
"expo-system-ui": "~4.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-edge-to-edge": "^1.1.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13",
"react-native-gesture-handler": "~2.20.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"typescript": "^5.7.2"
},
"private": true
}