{ "name": "@siop/mobile", "version": "0.1.0", "main": "expo-router/entry", "dependencies": { "@expo-google-fonts/manrope": "^0.4.2", "@react-native-async-storage/async-storage": "2.2.0", "@react-native-community/netinfo": "12.0.1", "@siop/shared": "workspace:*", "@tanstack/query-async-storage-persister": "^5.101.2", "@tanstack/react-query": "^5.101.2", "@tanstack/react-query-persist-client": "^5.101.2", "expo": "~57.0.6", "expo-camera": "~57.0.3", "expo-constants": "~57.0.5", "expo-font": "~57.0.1", "expo-image-manipulator": "~57.0.4", "expo-image-picker": "~57.0.4", "expo-linking": "~57.0.3", "expo-router": "~57.0.6", "expo-secure-store": "~57.0.1", "expo-status-bar": "~57.0.1", "openapi-fetch": "^0.13.8", "react": "19.2.3", "react-dom": "19.2.3", "react-native": "0.86.0", "react-native-safe-area-context": "~5.7.0", "react-native-screens": "4.25.2", "react-native-web": "^0.21.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/react": "~19.2.2", "jest": "^29.7.0", "jest-expo": "^57.0.2", "openapi-typescript": "^7.13.0", "react-test-renderer": "^19.2.7", "typescript": "~6.0.3" }, "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "jest", "generate:client": "openapi-typescript ../../docs/openapi.json -o src/api/schema.d.ts", "lint": "eslint app src" }, "private": true }