-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 940 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
34
{
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@types/react": "~19.2.10",
"@types/react-dom": "~19.1.7",
"add": "^2.0.6",
"expo": "^55.0.0",
"oxfmt": "^0.42.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.30.0",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-web": "^0.21.0",
"typescript": "~5.9.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"babel-preset-expo": "~55.0.8"
}
}