-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "explore-place",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@clerk/clerk-expo": "^0.18.15",
"@expo/vector-icons": "^14.0.0",
"@expo/webpack-config": "~19.0.1",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"axios": "^1.5.0",
"expo": "^50.0.7",
"expo-font": "~11.10.3",
"expo-linear-gradient": "~12.7.2",
"expo-location": "~16.5.3",
"expo-sharing": "~11.10.0",
"expo-shimmer-placeholder": "^3.0.0",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-dotenv": "^3.4.9",
"react-native-maps": "1.10.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-shimmer-loading": "^1.0.1",
"react-native-web": "~0.19.6",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"twrnc": "^3.6.4",
"vector-icons": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}