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.

62 lines
2.1 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. "test": "jest"
  10. },
  11. "jest": {
  12. "preset": "jest-expo",
  13. "transformIgnorePatterns": [
  14. "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
  15. ]
  16. },
  17. "dependencies": {
  18. "@expo/metro-config": "^0.1.44",
  19. "@react-native-community/datetimepicker": "3.0.0",
  20. "@react-native-community/masked-view": "0.1.10",
  21. "@react-navigation/bottom-tabs": "^5.11.2",
  22. "@react-navigation/native": "^5.8.10",
  23. "@react-navigation/stack": "^5.12.8",
  24. "expo": "^39.0.5",
  25. "expo-asset": "^8.2.1",
  26. "expo-file-system": "~9.2.0",
  27. "expo-image-picker": "~9.1.1",
  28. "expo-location": "~9.0.0",
  29. "expo-sqlite": "~8.4.0",
  30. "expo-status-bar": "^1.0.3",
  31. "formik": "^2.2.6",
  32. "moment": "^2.29.1",
  33. "react": "16.13.1",
  34. "react-dom": "16.13.1",
  35. "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
  36. "react-native-flash-message": "^0.1.18",
  37. "react-native-gesture-handler": "~1.7.0",
  38. "react-native-keyboard-aware-scroll-view": "^0.9.3",
  39. "react-native-maps": "0.27.1",
  40. "react-native-reanimated": "~1.13.0",
  41. "react-native-safe-area-context": "3.1.4",
  42. "react-native-screens": "~2.10.1",
  43. "react-native-simple-dialogs": "^1.4.0",
  44. "react-native-svg": "^12.1.0",
  45. "react-native-walkthrough-tooltip": "^1.1.11",
  46. "react-native-web": "~0.13.12",
  47. "react-navigation": "^4.4.3",
  48. "react-navigation-tabs": "^2.10.1",
  49. "yup": "^0.28.5"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "^7.12.10",
  53. "babel-core": "^6.26.3",
  54. "babel-loader": "^8.2.2",
  55. "eslint": "^7.17.0",
  56. "eslint-plugin-react": "^7.22.0",
  57. "jest-expo": "^40.0.1",
  58. "jest-expo-enzyme": "^1.0.4",
  59. "react-test-renderer": "^17.0.1"
  60. },
  61. "private": true
  62. }