vqa-backend / ui /package.json
Deva8's picture
Deploy VQA Space with model downloader
bb8f662
raw
history blame contribute delete
998 Bytes
{
"name": "ui",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.12.0",
"axios": "^1.13.4",
"expo": "~54.0.33",
"expo-blur": "^15.0.8",
"expo-image": "~3.0.11",
"expo-image-picker": "~17.0.10",
"expo-linear-gradient": "^15.0.8",
"expo-speech": "~13.0.1",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-paper": "^5.15.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.15.3",
"react-native-web": "^0.21.0"
},
"private": true
}