-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "ryde",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@clerk/clerk-expo": "^2.3.10",
"@expo/metro-runtime": "^4.0.0",
"@gorhom/bottom-sheet": "^5.0.6",
"@neondatabase/serverless": "^0.10.3",
"@stripe/stripe-react-native": "^0.40.0",
"expo": "~52.0.9",
"expo-auth-session": "^6.0.0",
"expo-constants": "^17.0.3",
"expo-font": "^13.0.1",
"expo-linking": "^7.0.3",
"expo-location": "^18.0.2",
"expo-router": "^3.5.23",
"expo-secure-store": "^14.0.0",
"expo-status-bar": "^2.0.0",
"expo-web-browser": "^14.0.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "^2.21.2",
"react-native-get-random-values": "^1.11.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-maps": "^1.14.0",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.2.0",
"react-native-swiper": "^1.6.0",
"react-native-web": "^0.19.13",
"stripe": "^17.4.0",
"tailwindcss": "^3.4.15",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}