12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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-picker/picker": "^2.1.0",
- "@react-navigation/drawer": "^6.1.8",
- "@react-navigation/native": "^6.0.4",
- "@react-navigation/stack": "^6.0.9",
- "expo": "~42.0.1",
- "expo-constants": "~11.0.1",
- "expo-notifications": "~0.12.3",
- "expo-status-bar": "~1.0.4",
- "firebase": "8.2.3",
- "react": "16.13.1",
- "react-dom": "16.13.1",
- "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
- "react-native-calendar-picker": "^7.1.2",
- "react-native-calendars": "^1.1267.0",
- "react-native-gifted-chat": "^0.16.3",
- "react-native-maps": "^0.29.4",
- "react-native-multi-selectbox": "^1.5.0",
- "react-native-paper": "^4.9.2",
- "react-native-safe-area-context": "3.2.0",
- "react-native-sectioned-multi-select": "^0.8.1",
- "react-native-web": "~0.13.12",
- "react-redux": "^7.2.5",
- "redux": "^4.1.1",
- "redux-thunk": "^2.3.0"
- },
- "devDependencies": {
- "@babel/core": "^7.9.0"
- },
- "private": true
- }
|