{ "name": "my-app", "version": "1.0.0", "main": "expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/shims": "^5.7.0", "@react-native-async-storage/async-storage": "^1.23.1", "@react-navigation/bottom-tabs": "^6.5.20", "@react-navigation/native": "^6.1.17", "@react-navigation/stack": "^6.3.29", "axios": "^1.7.2", "ethers": "^6.13.1", "expo": "~51.0.20", "expo-file-system": "~17.0.1", "expo-image-picker": "^15.0.7", "expo-status-bar": "~1.12.1", "react": "^18.2.0", "react-native": "^0.74.3", "react-native-chart-kit": "^6.12.0", "react-native-dotenv": "^3.4.11", "react-native-paper": "^5.12.3", "react-native-svg": "^15.2.0", "react-native-vector-icons": "^10.1.0", "react-navigation": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.2.45", "@types/react-native-vector-icons": "^6.4.18", "typescript": "~5.3.3" }, "private": true }