-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.58 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
{
"name": "daily-bots-react-native-demo",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android --device",
"ios": "expo run:ios --device",
"web": "expo start --web",
"update": "(cd ../rtvi-client-react-native-daily; yarn build); cp -R ../rtvi-client-react-native-daily/lib/* ./node_modules/react-native-realtime-ai-daily/lib/;"
},
"dependencies": {
"@config-plugins/react-native-webrtc": "^10.0.0",
"@daily-co/config-plugin-rn-daily-js": "0.0.7",
"@daily-co/react-native-daily-js": "^0.70.0",
"@daily-co/react-native-webrtc": "^118.0.3-daily.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"expo": "^52.0.20",
"expo-build-properties": "~0.13.1",
"expo-dev-client": "~5.0.6",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-background-timer": "^2.4.1",
"react-native-gesture-handler": "^2.21.2",
"react-native-get-random-values": "^1.11.0",
"@pipecat-ai/react-native-daily-transport": "^0.3.1",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "^4.4.0",
"react-native-toast-message": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react-native": "^0.73.0",
"typescript": "~5.7.2"
},
"private": true,
"resolutions": {
"@daily-co/react-native-webrtc/debug": "^4.0.0",
"@daily-co/react-native-webrtc/@types/react-native": "^0.73.0"
}
}