No Description

package.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "web": "expo start --web",
  8. "eject": "expo eject"
  9. },
  10. "dependencies": {
  11. "@react-native-community/masked-view": "0.1.10",
  12. "@react-native-community/picker": "1.6.6",
  13. "@react-navigation/drawer": "^5.11.2",
  14. "@react-navigation/native": "^5.8.9",
  15. "@react-navigation/stack": "^5.12.6",
  16. "axios": "^0.21.0",
  17. "expo": "~39.0.2",
  18. "expo-google-app-auth": "^8.1.3",
  19. "expo-secure-store": "~9.2.0",
  20. "expo-status-bar": "~1.0.2",
  21. "react": "16.13.1",
  22. "react-dom": "16.13.1",
  23. "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
  24. "react-native-elements": "^3.0.0-alpha.1",
  25. "react-native-gesture-handler": "~1.7.0",
  26. "react-native-modal": "^11.5.6",
  27. "react-native-reanimated": "~1.13.0",
  28. "react-native-safe-area-context": "3.1.4",
  29. "react-native-screens": "~2.10.1",
  30. "react-native-table-component": "^1.2.1",
  31. "react-native-web": "~0.13.12",
  32. "react-native-weekly-calendar": "^0.2.0"
  33. },
  34. "devDependencies": {
  35. "@babel/core": "~7.9.0"
  36. },
  37. "private": true
  38. }