package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "name": "nomadmania-app",
  3. "version": "2.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "expo": {
  6. "doctor": {
  7. "reactNativeDirectoryCheck": {
  8. "exclude": [
  9. "react-native-file-viewer",
  10. "react-native-wheel-pick"
  11. ]
  12. }
  13. }
  14. },
  15. "scripts": {
  16. "start": "expo start --dev-client",
  17. "android": "expo run:android",
  18. "ios": "expo run:ios",
  19. "build:dev": "eas build --profile development",
  20. "build:prod": "ENV=production eas build --platform all --profile production",
  21. "publish:prod": "ENV=production eas update --branch production",
  22. "postinstall": "patch-package"
  23. },
  24. "dependencies": {
  25. "@expo/vector-icons": "^15.0.2",
  26. "@maplibre/maplibre-react-native": "^10.2.1",
  27. "@react-native-clipboard/clipboard": "^1.16.3",
  28. "@react-native-community/datetimepicker": "8.4.4",
  29. "@react-native-community/netinfo": "11.4.1",
  30. "@react-native-documents/picker": "^10.1.7",
  31. "@react-native-picker/picker": "2.11.1",
  32. "@react-navigation/bottom-tabs": "^7.4.7",
  33. "@react-navigation/drawer": "^7.5.8",
  34. "@react-navigation/material-top-tabs": "^7.3.7",
  35. "@react-navigation/native": "^7.1.17",
  36. "@react-navigation/native-stack": "^7.3.26",
  37. "@react-navigation/stack": "^7.4.8",
  38. "@sentry/react-native": "~7.2.0",
  39. "@shopify/flash-list": "2.0.2",
  40. "@tanstack/react-query": "^5.89.0",
  41. "@turf/turf": "^7.2.0",
  42. "axios": "^1.12.2",
  43. "better-react-native-image-viewing": "^0.2.7",
  44. "dotenv": "^16.6.1",
  45. "expo": "^54.0.12",
  46. "expo-asset": "~12.0.9",
  47. "expo-audio": "~1.0.13",
  48. "expo-blur": "~15.0.7",
  49. "expo-build-properties": "~1.0.9",
  50. "expo-checkbox": "~5.0.7",
  51. "expo-constants": "~18.0.9",
  52. "expo-dev-client": "~6.0.13",
  53. "expo-file-system": "~19.0.16",
  54. "expo-font": "~14.0.8",
  55. "expo-image": "~3.0.8",
  56. "expo-image-picker": "~17.0.8",
  57. "expo-location": "~19.0.7",
  58. "expo-media-library": "~18.2.0",
  59. "expo-notifications": "~0.32.12",
  60. "expo-splash-screen": "~31.0.10",
  61. "expo-sqlite": "~16.0.8",
  62. "expo-status-bar": "~3.0.8",
  63. "expo-task-manager": "~14.0.7",
  64. "expo-updates": "~29.0.12",
  65. "expo-video": "~3.0.11",
  66. "formik": "^2.4.6",
  67. "moment": "^2.30.1",
  68. "patch-package": "^8.0.0",
  69. "promise": "^8.3.0",
  70. "react": "19.1.0",
  71. "react-native": "0.81.4",
  72. "react-native-actions-sheet": "^0.9.7",
  73. "react-native-animated-pagination-dot": "^0.4.0",
  74. "react-native-calendars": "1.1304.1",
  75. "react-native-collapsible-tab-view": "^8.0.1",
  76. "react-native-device-detection": "^0.2.1",
  77. "react-native-emoji-selector": "^0.2.0",
  78. "react-native-file-viewer": "^2.1.5",
  79. "react-native-gesture-handler": "^2.28.0",
  80. "react-native-get-random-values": "^1.11.0",
  81. "react-native-gifted-chat": "^2.8.1",
  82. "react-native-google-places-autocomplete": "^2.5.7",
  83. "react-native-haptic-feedback": "^2.3.3",
  84. "react-native-image-viewing": "^0.2.2",
  85. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  86. "react-native-keyboard-controller": "1.18.5",
  87. "react-native-linear-gradient": "^2.8.3",
  88. "react-native-map-clustering": "^4.0.0",
  89. "react-native-maps": "1.20.1",
  90. "react-native-mmkv": "^3.3.1",
  91. "react-native-modal": "^14.0.0-rc.1",
  92. "react-native-pager-view": "^6.9.1",
  93. "react-native-paper": "^5.14.5",
  94. "react-native-pell-rich-editor": "^1.10.0",
  95. "react-native-progress": "^5.0.1",
  96. "react-native-reanimated": "~4.1.1",
  97. "react-native-reanimated-carousel": "^4.0.3",
  98. "react-native-render-html": "^6.3.4",
  99. "react-native-safe-area-context": "~5.6.0",
  100. "react-native-screens": "~4.16.0",
  101. "react-native-searchable-dropdown-kj": "^1.9.3",
  102. "react-native-share": "^12.2.0",
  103. "react-native-svg": "15.12.1",
  104. "react-native-url-polyfill": "^2.0.0",
  105. "react-native-view-shot": "4.0.3",
  106. "react-native-walkthrough-tooltip": "^1.6.0",
  107. "react-native-webview": "13.15.0",
  108. "react-native-wheel-pick": "^1.2.6",
  109. "react-native-worklets": "^0.5.1",
  110. "uuid": "^13.0.0",
  111. "yup": "^1.7.1",
  112. "zustand": "^5.0.8"
  113. },
  114. "devDependencies": {
  115. "@babel/core": "^7.25.2",
  116. "@react-native-community/cli": "latest",
  117. "@types/react": "~19.1.10",
  118. "babel-preset-expo": "^54.0.2",
  119. "metro-react-native-babel-transformer": "^0.77.0",
  120. "prettier": "^3.1.0",
  121. "react-native-svg-transformer": "^1.5.0",
  122. "typescript": "~5.9.2"
  123. },
  124. "private": true
  125. }