-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 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
52
53
54
55
56
{
"name": "alltaxi",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@mapbox/polyline": "^1.2.1",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.2",
"expo": "^51.0.24",
"expo-av": "~14.0.6",
"expo-camera": "~15.0.14",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.21",
"expo-file-system": "~17.0.1",
"expo-image-picker": "^15.0.7",
"expo-location": "~17.0.1",
"expo-permissions": "^14.4.0",
"expo-speech": "~12.0.2",
"expo-speech-recognition": "^0.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"google-auth-library": "^9.12.0",
"lottie-react-native": "^6.7.2",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.16.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.14.0",
"react-native-nmap": "^0.0.66",
"react-native-safe-area-context": "4.10.5",
"react-native-sound": "^0.11.2",
"react-native-tts": "^4.1.1",
"react-native-vision-camera": "^4.5.1",
"react-native-webview": "13.8.6",
"socket.io-client": "^4.7.5",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"@types/socket.io-client": "^3.0.0",
"typescript": "^5.1.3"
},
"private": true
}