{ "name": "docuelevate-mobile", "version": "1.0.0", "description": "DocuElevate native mobile app (iOS and Android)", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "build:ios": "eas build --platform ios", "build:android": "eas build --platform android", "build:all": "eas build --platform all", "submit:ios": "eas submit --platform ios", "submit:android": "eas submit --platform android" }, "dependencies": { "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/bottom-tabs": "^6.6.1", "@react-navigation/native": "^6.1.18", "@react-navigation/native-stack": "^6.11.0", "expo": "~51.0.0", "expo-auth-session": "~5.5.2", "expo-camera": "~15.0.16", "expo-constants": "~16.0.2", "expo-crypto": "~13.0.2", "expo-document-picker": "~12.0.2", "expo-file-system": "~17.0.1", "expo-image-manipulator": "~12.0.5", "expo-image-picker": "~15.0.7", "expo-linking": "~6.3.1", "expo-notifications": "~0.28.15", "expo-router": "~3.5.23", "expo-secure-store": "~13.0.2", "expo-sharing": "~12.0.1", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-web-browser": "~13.0.3", "react": "18.2.0", "react-native": "0.74.5", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1" }, "devDependencies": { "@babel/core": "^7.24.0", "@types/react": "~18.2.79", "@types/react-native": "^0.73.0", "eslint": "^8.57.0", "eslint-config-expo": "~7.0.0", "typescript": "^5.3.0" }, "private": true, "expo": { "doctor": { "reactNativeDirectoryCheck": { "exclude": ["@react-navigation/bottom-tabs"] } } } }