{ "name": "snapwire", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@expo/metro-runtime": "~3.1.3", "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "1.21.0", "@react-navigation/native": "^6.1.10", "@react-navigation/native-stack": "^6.9.18", "axios": "^1.4.0", "base-64": "^1.0.0", "cloudinary": "^2.2.0", "expo": "~50.0.6", "expo-image-picker": "~14.7.1", "expo-status-bar": "~1.11.1", "expo-updates": "~0.24.13", "jwt-decode": "^4.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.73.4", "react-native-emoji-selector": "^0.2.0", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.20.0" }, "private": true }