voice conversation buld
Showing
... | ... | @@ -10,7 +10,9 @@ |
"lint": "eslint ." | ||
}, | ||
"dependencies": { | ||
"@alan-ai/alan-sdk-react-native": "^1.15.0", | ||
"@react-native-async-storage/async-storage": "^1.17.3", | ||
"@react-native-voice/voice": "^3.2.4", | ||
"@react-navigation/core": "^6.2.1", | ||
"@react-navigation/native": "^6.0.10", | ||
"@react-navigation/native-stack": "^6.6.2", | ||
... | ... | @@ -23,7 +25,8 @@ |
"react-native-safe-area-context": "^4.2.4", | ||
"react-native-screens": "^3.13.1", | ||
"react-native-uuid": "^2.0.1", | ||
"react-native-vector-icons": "^9.2.0" | ||
"react-native-vector-icons": "^9.2.0", | ||
"unix-timestamp": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9", | ||
... | ... |
Please register or sign in to comment