package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "nomadmania-app",
  3. "version": "2.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "expo": {
  6. "doctor": {
  7. "metroConfig": {
  8. "skip": true
  9. },
  10. "reactNativeDirectoryCheck": {
  11. "exclude": [
  12. "@expo/config-plugins",
  13. "@turf/turf",
  14. "better-react-native-image-viewing",
  15. "dotenv",
  16. "moment",
  17. "patch-package",
  18. "promise",
  19. "react-native-color-matrix-image-filters",
  20. "react-native-document-picker",
  21. "react-native-searchable-dropdown-kj",
  22. "react-native-wheel-pick",
  23. "uuid"
  24. ]
  25. }
  26. }
  27. },
  28. "scripts": {
  29. "start": "expo start --dev-client",
  30. "android": "expo run:android",
  31. "ios": "expo run:ios",
  32. "build:dev": "eas build --profile development",
  33. "build:prod": "ENV=production eas build --platform all --profile production",
  34. "publish:prod": "ENV=production eas update --branch production",
  35. "postinstall": "patch-package"
  36. },
  37. "dependencies": {
  38. "@expo/config-plugins": "~10.1.1",
  39. "@expo/vector-icons": "^15.0.2",
  40. "@maplibre/maplibre-react-native": "^10.2.0",
  41. "@react-native-camera-roll/camera-roll": "^7.10.1",
  42. "@react-native-clipboard/clipboard": "^1.14.2",
  43. "@react-native-community/datetimepicker": "8.4.1",
  44. "@react-native-community/netinfo": "11.4.1",
  45. "@react-native-picker/picker": "2.11.1",
  46. "@react-navigation/bottom-tabs": "^7.4.7",
  47. "@react-navigation/drawer": "^7.5.8",
  48. "@react-navigation/material-top-tabs": "^7.3.7",
  49. "@react-navigation/native": "^7.1.17",
  50. "@react-navigation/native-stack": "^7.3.26",
  51. "@react-navigation/stack": "^7.4.8",
  52. "@sentry/react-native": "~6.14.0",
  53. "@shopify/flash-list": "1.7.6",
  54. "@tanstack/react-query": "latest",
  55. "@turf/turf": "^6.5.0",
  56. "axios": "^1.6.1",
  57. "better-react-native-image-viewing": "^0.2.7",
  58. "dotenv": "^16.3.1",
  59. "expo": "53.0.22",
  60. "expo-asset": "~11.1.7",
  61. "expo-av": "~15.1.7",
  62. "expo-blur": "~14.1.5",
  63. "expo-build-properties": "~0.14.8",
  64. "expo-checkbox": "~4.1.4",
  65. "expo-constants": "~17.1.7",
  66. "expo-dev-client": "~5.2.4",
  67. "expo-file-system": "~18.1.11",
  68. "expo-font": "14.0.8",
  69. "expo-image": "~2.4.0",
  70. "expo-image-picker": "~16.1.4",
  71. "expo-location": "~18.1.6",
  72. "expo-media-library": "~17.1.7",
  73. "expo-notifications": "~0.31.4",
  74. "expo-splash-screen": "~0.30.10",
  75. "expo-sqlite": "~15.2.14",
  76. "expo-status-bar": "~2.2.3",
  77. "expo-task-manager": "~13.1.6",
  78. "expo-updates": "~0.28.17",
  79. "formik": "^2.4.5",
  80. "moment": "^2.29.4",
  81. "patch-package": "^8.0.0",
  82. "promise": "^8.3.0",
  83. "react": "19.0.0",
  84. "react-native": "0.79.5",
  85. "react-native-actions-sheet": "^0.9.7",
  86. "react-native-animated-pagination-dot": "^0.4.0",
  87. "react-native-calendars": "1.1304.1",
  88. "react-native-color-matrix-image-filters": "^7.0.1",
  89. "react-native-device-detection": "^0.2.1",
  90. "react-native-document-picker": "^9.3.1",
  91. "react-native-element-dropdown": "^2.12.4",
  92. "react-native-emoji-selector": "^0.2.0",
  93. "react-native-file-viewer": "^2.1.5",
  94. "react-native-gesture-handler": "~2.24.0",
  95. "react-native-get-random-values": "~1.11.0",
  96. "react-native-gifted-chat": "~2.6.5",
  97. "react-native-google-places-autocomplete": "^2.5.7",
  98. "react-native-haptic-feedback": "^2.3.2",
  99. "react-native-image-viewing": "^0.2.2",
  100. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  101. "react-native-linear-gradient": "^2.8.3",
  102. "react-native-map-clustering": "^3.4.2",
  103. "react-native-maps": "1.20.1",
  104. "react-native-mmkv": "^3.3.0",
  105. "react-native-modal": "^14.0.0-rc.1",
  106. "react-native-pager-view": "6.7.1",
  107. "react-native-paper": "^5.12.3",
  108. "react-native-pell-rich-editor": "^1.10.0",
  109. "react-native-progress": "^5.0.1",
  110. "react-native-reanimated": "^3.19.1",
  111. "react-native-reanimated-carousel": "^3.5.1",
  112. "react-native-render-html": "^6.3.4",
  113. "react-native-safe-area-context": "5.4.0",
  114. "react-native-screens": "~4.11.1",
  115. "react-native-searchable-dropdown-kj": "^1.9.1",
  116. "react-native-share": "^12.2.0",
  117. "react-native-svg": "15.11.2",
  118. "react-native-tab-view": "^4.1.3",
  119. "react-native-url-polyfill": "^2.0.0",
  120. "react-native-view-shot": "4.0.3",
  121. "react-native-walkthrough-tooltip": "^1.6.0",
  122. "react-native-webview": "13.13.5",
  123. "react-native-wheel-pick": "^1.2.2",
  124. "uuid": "^10.0.0",
  125. "yup": "^1.3.3",
  126. "zustand": "^4.4.7"
  127. },
  128. "devDependencies": {
  129. "@babel/core": "^7.26.0",
  130. "@types/react": "~19.0.10",
  131. "prettier": "^3.1.0",
  132. "react-native-svg-transformer": "^1.5.0",
  133. "typescript": "~5.8.3"
  134. },
  135. "overrides": {
  136. "use-latest-callback": "0.2.4"
  137. },
  138. "private": true
  139. }