-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
{
"name": "aeroday-2023",
"version": "2.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --port 19000",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@tanstack/react-query": "^4.28.0",
"@types/react-native-vector-icons": "^6.4.13",
"axios": "^1.3.4",
"expo": "~50.0.5",
"expo-application": "~5.8.3",
"expo-auth-session": "~5.4.0",
"expo-av": "~13.10.4",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.0",
"expo-font": "~11.10.2",
"expo-linking": "~6.2.2",
"expo-network": "~5.8.0",
"expo-random": "~13.6.0",
"expo-secure-store": "~12.8.1",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "~12.8.2",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-responsive-checker": "^0.1.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "^14.1.0",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.2.45",
"@types/react-native": "~0.70.6",
"typescript": "^5.3.0"
},
"expo-yarn-workspaces": {
"symlinks": [
"expo-constants"
]
},
"private": true
}