-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "vision",
"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": {
"@react-native-voice/voice": "^3.2.4",
"expo": "~51.0.28",
"expo-camera": "~15.0.16",
"expo-constants": "^16.0.2",
"expo-install": "^0.0.0",
"expo-location": "~17.0.1",
"expo-status-bar": "~1.12.1",
"openai": "^4.61.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-feedback": "^1.0.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-maps-directions": "^1.9.0",
"react-native-reanimated": "^3.15.2",
"react-native-usb-serialport-for-android": "^0.5.0",
"react-native-vision-camera": "^4.5.3",
"react-native-vision-camera-v3-image-labeling": "^1.5.0",
"react-native-worklets-core": "^1.3.3",
"expo-haptics": "~13.0.1",
"expo-speech": "~12.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}