123456789101112131415161718192021222324252627282930313233343536 |
- {
- "main": "node_modules/expo/AppEntry.js",
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "web": "expo start --web",
- "eject": "expo eject"
- },
- "dependencies": {
- "@react-native-community/masked-view": "0.1.10",
- "@react-native-community/picker": "1.6.6",
- "@react-navigation/drawer": "^5.11.2",
- "@react-navigation/native": "^5.8.9",
- "@react-navigation/stack": "^5.12.6",
- "axios": "^0.21.0",
- "expo": "~39.0.2",
- "expo-google-app-auth": "^8.1.3",
- "expo-secure-store": "~9.2.0",
- "expo-status-bar": "~1.0.2",
- "react": "16.13.1",
- "react-dom": "16.13.1",
- "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
- "react-native-elements": "^3.0.0-alpha.1",
- "react-native-gesture-handler": "~1.7.0",
- "react-native-modal": "^11.5.6",
- "react-native-reanimated": "~1.13.0",
- "react-native-safe-area-context": "3.1.4",
- "react-native-screens": "~2.10.1",
- "react-native-web": "~0.13.12"
- },
- "devDependencies": {
- "@babel/core": "~7.9.0"
- },
- "private": true
- }
|