-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 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
{
"name": "react-native-navigation",
"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": "~5.0.4",
"@expo/vector-icons": "^14.1.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",
"@tanstack/react-query": "^5.76.2",
"axios": "^1.9.0",
"expo": "^53.0.4",
"expo-asset": "~11.1.4",
"expo-dev-client": "~5.1.7",
"expo-font": "^13.3.1",
"expo-splash-screen": "~0.30.7",
"expo-system-ui": "~5.0.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.1",
"react-native-edge-to-edge": "^1.1.3",
"react-native-gesture-handler": "~2.24.0",
"react-native-safe-area-context": "5.3.0",
"react-native-screens": "~4.10.0",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.0.10",
"prettier": "^3.5.3",
"typescript": "^5.1.6"
},
"private": true
}