package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "nomadmania-app",
  3. "version": "2.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "scripts": {
  6. "start": "expo start --dev-client",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "build:dev": "eas build --profile development",
  10. "build:prod": "ENV=production eas build --platform all --profile production",
  11. "publish:prod": "ENV=production eas update --branch production",
  12. "postinstall": "patch-package"
  13. },
  14. "dependencies": {
  15. "@expo/config-plugins": "^8.0.8",
  16. "@maplibre/maplibre-react-native": "^10.0.0",
  17. "@react-native-clipboard/clipboard": "^1.14.2",
  18. "@react-native-community/datetimepicker": "8.0.1",
  19. "@react-native-community/netinfo": "11.3.1",
  20. "@react-native-picker/picker": "2.7.5",
  21. "@react-navigation/bottom-tabs": "^6.5.11",
  22. "@react-navigation/drawer": "^6.6.15",
  23. "@react-navigation/material-top-tabs": "^6.6.5",
  24. "@react-navigation/native": "^6.1.9",
  25. "@react-navigation/native-stack": "^6.9.17",
  26. "@react-navigation/stack": "^6.3.20",
  27. "@sentry/react-native": "~5.33.2",
  28. "@shopify/flash-list": "1.6.4",
  29. "@tanstack/react-query": "latest",
  30. "@turf/turf": "^6.5.0",
  31. "axios": "^1.6.1",
  32. "better-react-native-image-viewing": "^0.2.7",
  33. "dotenv": "^16.3.1",
  34. "expo": "^51.0.9",
  35. "expo-asset": "~10.0.10",
  36. "expo-av": "^14.0.7",
  37. "expo-blur": "~13.0.3",
  38. "expo-build-properties": "~0.12.5",
  39. "expo-checkbox": "~3.0.0",
  40. "expo-constants": "~16.0.2",
  41. "expo-dev-client": "~4.0.26",
  42. "expo-file-system": "~17.0.1",
  43. "expo-font": "~12.0.10",
  44. "expo-image": "~1.13.0",
  45. "expo-image-picker": "~15.1.0",
  46. "expo-location": "~17.0.1",
  47. "expo-media-library": "~16.0.5",
  48. "expo-notifications": "~0.28.19",
  49. "expo-splash-screen": "~0.27.5",
  50. "expo-sqlite": "^14.0.6",
  51. "expo-status-bar": "~1.12.1",
  52. "expo-task-manager": "~11.8.2",
  53. "expo-updates": "~0.25.24",
  54. "formik": "^2.4.5",
  55. "moment": "^2.29.4",
  56. "patch-package": "^8.0.0",
  57. "promise": "^8.3.0",
  58. "react": "18.2.0",
  59. "react-native": "0.74.5",
  60. "react-native-actions-sheet": "^0.9.7",
  61. "react-native-animated-pagination-dot": "^0.4.0",
  62. "react-native-calendars": "1.1304.1",
  63. "react-native-color-matrix-image-filters": "^7.0.1",
  64. "react-native-device-detection": "^0.2.1",
  65. "react-native-document-picker": "^9.3.1",
  66. "react-native-emoji-selector": "^0.2.0",
  67. "react-native-file-viewer": "^2.1.5",
  68. "react-native-gesture-handler": "~2.16.1",
  69. "react-native-get-random-values": "^1.11.0",
  70. "react-native-gifted-chat": "^2.6.5",
  71. "react-native-google-places-autocomplete": "^2.5.7",
  72. "react-native-haptic-feedback": "^2.3.2",
  73. "react-native-image-viewing": "^0.2.2",
  74. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  75. "react-native-linear-gradient": "^2.8.3",
  76. "react-native-map-clustering": "^3.4.2",
  77. "react-native-maps": "1.14.0",
  78. "react-native-mmkv": "^2.11.0",
  79. "react-native-modal": "^13.0.1",
  80. "react-native-pager-view": "6.3.0",
  81. "react-native-paper": "^5.12.3",
  82. "react-native-progress": "^5.0.1",
  83. "react-native-reanimated": "~3.10.1",
  84. "react-native-reanimated-carousel": "^3.5.1",
  85. "react-native-render-html": "^6.3.4",
  86. "react-native-safe-area-context": "4.10.5",
  87. "react-native-screens": "3.31.1",
  88. "react-native-searchable-dropdown-kj": "^1.9.1",
  89. "react-native-share": "^10.2.1",
  90. "react-native-svg": "15.2.0",
  91. "react-native-tab-view": "^3.5.2",
  92. "react-native-url-polyfill": "^2.0.0",
  93. "react-native-video": "^6.5.0",
  94. "react-native-view-shot": "^3.7.0",
  95. "react-native-walkthrough-tooltip": "^1.6.0",
  96. "react-native-wheel-pick": "^1.2.2",
  97. "uuid": "^10.0.0",
  98. "yup": "^1.3.3",
  99. "zustand": "^4.4.7"
  100. },
  101. "devDependencies": {
  102. "@babel/core": "^7.25.2",
  103. "@types/react": "~18.2.14",
  104. "prettier": "^3.1.0",
  105. "react-native-svg-transformer": "^1.5.0",
  106. "typescript": "~5.3.3"
  107. },
  108. "private": true
  109. }