45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"name": "simple-chatbot-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.76.0",
|
|
"@daily-co/react-native-webrtc": "^118.0.3-daily.2",
|
|
"@react-native-async-storage/async-storage": "1.24.0",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"@react-navigation/stack": "^7.1.1",
|
|
"expo": "^53.0.7",
|
|
"expo-build-properties": "~0.14.6",
|
|
"expo-dev-client": "~5.1.8",
|
|
"expo-splash-screen": "~0.30.8",
|
|
"expo-status-bar": "~2.2.3",
|
|
"react": "19.1.0",
|
|
"react-native": "0.79.2",
|
|
"react-native-background-timer": "^2.4.1",
|
|
"react-native-gesture-handler": "^2.25.0",
|
|
"react-native-get-random-values": "^1.11.0",
|
|
"@pipecat-ai/react-native-daily-transport": "^0.3.2",
|
|
"react-native-safe-area-context": "^5.4.0",
|
|
"react-native-screens": "^4.10.0",
|
|
"react-native-toast-message": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.1",
|
|
"@types/react-native": "^0.73.0",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"private": true,
|
|
"resolutions": {
|
|
"@daily-co/react-native-webrtc/debug": "^4.0.0",
|
|
"@daily-co/react-native-webrtc/@types/react-native": "^0.73.0"
|
|
}
|
|
}
|