{ "name": "stude_frontend", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@react-native-async-storage/async-storage": "1.17.11", "@react-navigation/drawer": "^6.6.3", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@reduxjs/toolkit": "^1.9.5", "@tanstack/react-query": "^4.29.25", "axios": "^1.4.0", "expo": "~48.0.18", "expo-file-system": "~15.2.2", "expo-image-picker": "~14.1.1", "expo-intent-launcher": "~10.5.2", "expo-linking": "~4.0.1", "expo-location": "~15.1.1", "expo-status-bar": "~1.4.4", "moment": "^2.29.4", "moti": "^0.25.3", "react": "18.2.0", "react-native": "0.71.14", "react-native-bouncy-checkbox": "^3.0.7", "react-native-dropdown-picker": "^5.4.6", "react-native-gesture-handler": "~2.9.0", "react-native-image-picker": "^5.6.0", "react-native-maps": "1.3.2", "react-native-modal": "^13.0.1", "react-native-reanimated": "~2.14.4", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-select-dropdown": "^3.3.4", "react-native-svg": "13.4.0", "react-native-toast-notifications": "^3.3.1", "react-query": "^3.39.3", "react-redux": "^8.1.1", "redux": "^4.2.1", "expo-task-manager": "~11.1.1", "expo-background-fetch": "~11.1.1", "expo-notifications": "~0.18.1" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.0.14", "@types/react-native-fetch-blob": "^0.10.7", "typescript": "^4.9.4" }, "private": true }