{ "name": "property-survey", "version": "1.0.0", "private": true, "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "set \"JAVA_HOME=C:\\Program Files\\Android\\Android Studio\\jbr\" && expo run:android", "ios": "expo run:ios", "lint": "eslint . --ext .ts,.tsx" }, "dependencies": { "@expo/vector-icons": "^14.0.2", "@gorhom/bottom-sheet": "^5.1.1", "@react-navigation/bottom-tabs": "^6.5.20", "@repo/types": "workspace:*", "expo": "~52.0.0", "expo-build-properties": "^55.0.11", "expo-dev-client": "~5.0.20", "expo-document-picker": "~13.0.2", "expo-file-system": "~18.0.0", "expo-image-manipulator": "^55.0.15", "expo-image-picker": "~16.0.0", "expo-linking": "^7.0.5", "expo-media-library": "~16.0.0", "expo-router": "~4.0.0", "expo-secure-store": "^55.0.13", "expo-sharing": "~12.0.0", "expo-sqlite": "~15.1.0", "expo-status-bar": "~2.0.0", "jszip": "^3.10.1", "react": "18.3.1", "react-native": "0.76.3", "react-native-gesture-handler": "~2.20.0", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.1.0", "react-native-svg": "^15.15.4" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/jszip": "^3.4.1", "@types/react": "~18.3.12", "react-native-svg-transformer": "^1.5.3", "typescript": "^5.4.5" } }