{ "name": "smoothschedule-field-app", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "lint": "eslint .", "type-check": "tsc --noEmit" }, "dependencies": { "@expo/vector-icons": "^15.0.3", "@react-navigation/native": "^7.0.14", "@tanstack/react-query": "^5.17.0", "axios": "^1.6.5", "babel-preset-expo": "^54.0.8", "expo": "^54.0.0", "expo-asset": "~12.0.11", "expo-constants": "~18.0.11", "expo-font": "~14.0.10", "expo-linking": "~8.0.10", "expo-location": "~19.0.8", "expo-router": "~6.0.17", "expo-secure-store": "~15.0.8", "expo-status-bar": "~3.0.9", "expo-task-manager": "~14.0.9", "react": "^19.1.0", "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", "react-native-maps": "1.20.1", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0" }, "devDependencies": { "@babel/core": "^7.26.0", "@types/react": "~19.1.10", "eslint": "^9.0.0", "eslint-config-expo": "~10.0.0", "typescript": "~5.8.3" }, "private": true }