You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.5 KiB

  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. "@expo/metro-config": "^0.1.44",
  12. "@react-native-community/datetimepicker": "3.0.0",
  13. "@react-native-community/masked-view": "0.1.10",
  14. "@react-navigation/bottom-tabs": "^5.11.2",
  15. "@react-navigation/native": "^5.8.10",
  16. "@react-navigation/stack": "^5.12.8",
  17. "expo": "^39.0.5",
  18. "expo-asset": "^8.2.1",
  19. "expo-file-system": "~9.2.0",
  20. "expo-image-picker": "~9.1.1",
  21. "expo-location": "~9.0.0",
  22. "expo-sqlite": "~8.4.0",
  23. "expo-status-bar": "^1.0.3",
  24. "formik": "^2.2.6",
  25. "moment": "^2.29.1",
  26. "react": "16.13.1",
  27. "react-dom": "16.13.1",
  28. "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
  29. "react-native-flash-message": "^0.1.18",
  30. "react-native-gesture-handler": "~1.7.0",
  31. "react-native-keyboard-aware-scroll-view": "^0.9.3",
  32. "react-native-maps": "0.27.1",
  33. "react-native-reanimated": "~1.13.0",
  34. "react-native-safe-area-context": "3.1.4",
  35. "react-native-screens": "~2.10.1",
  36. "react-native-simple-dialogs": "^1.4.0",
  37. "react-native-svg": "12.1.0",
  38. "react-native-web": "~0.13.12",
  39. "react-navigation": "^4.4.3",
  40. "react-navigation-tabs": "^2.10.1",
  41. "yup": "^0.28.5"
  42. },
  43. "devDependencies": {
  44. "@babel/core": "^7.12.10",
  45. "babel-core": "^6.26.3",
  46. "babel-loader": "^8.2.2"
  47. },
  48. "private": true
  49. }