-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.27 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
38
39
40
41
{
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "^52.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"expo-font": "~13.0.2",
"prop-types": "^15.6.0",
"@expo/vector-icons": "^14.0.2",
"expo-splash-screen": "~0.29.18",
"expo-linear-gradient": "~14.0.1",
"react-native-screens": "~4.4.0",
"@tanstack/react-query": "^5.61.0",
"@expo-google-fonts/lato": "^0.2.3",
"react-native-fast-image": "^8.6.3",
"@react-navigation/native": "6.0.10",
"react-native-picker-select": "^9.3.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-linear-gradient": "^2.8.3",
"@react-navigation/bottom-tabs": "6.3.1",
"@react-navigation/native-stack": "6.6.1",
"react-native-safe-area-context": "4.12.0",
"@expo-google-fonts/luckiest-guy": "^0.2.3",
"react-native-shimmer-placeholder": "^2.0.9",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.9.0",
"react-dom": "18.3.1",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"prettier": "^3.3.3"
},
"private": true
}