-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 923 Bytes
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
{
"name": "my-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/material-top-tabs": "^7.6.3",
"@react-navigation/native": "^7.3.4",
"@react-navigation/native-stack": "^7.17.6",
"babel-preset-expo": "~56.0.15",
"expo": "^56.0.12",
"expo-navigation-bar": "~56.0.3",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-updates": "~56.0.19",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-pager-view": "8.0.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-tab-view": "^4.3.1",
"react-native-webview": "13.16.1"
},
"devDependencies": {
"@babel/core": "^7.29.0"
},
"private": true
}