package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "nomadmania-app",
  3. "version": "1.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "scripts": {
  6. "start": "expo start --dev-client",
  7. "android": "expo start --android",
  8. "ios": "expo start --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. "@react-native-community/datetimepicker": "7.2.0",
  16. "@react-native-community/masked-view": "^0.1.11",
  17. "@react-native-community/netinfo": "9.3.10",
  18. "@react-navigation/bottom-tabs": "^6.5.11",
  19. "@react-navigation/material-top-tabs": "^6.6.5",
  20. "@react-navigation/native": "^6.1.9",
  21. "@react-navigation/native-stack": "^6.9.17",
  22. "@react-navigation/stack": "^6.3.20",
  23. "@shopify/flash-list": "1.4.3",
  24. "@tanstack/react-query": "^5.8.3",
  25. "@turf/turf": "^6.5.0",
  26. "axios": "^1.6.1",
  27. "dotenv": "^16.3.1",
  28. "expo": "~49.0.15",
  29. "expo-asset": "8.10.1",
  30. "expo-checkbox": "~2.4.0",
  31. "expo-constants": "14.4.2",
  32. "expo-dev-client": "~2.4.12",
  33. "expo-file-system": "15.4.5",
  34. "expo-font": "11.4.0",
  35. "expo-image": "~1.3.5",
  36. "expo-image-picker": "~14.3.2",
  37. "expo-location": "~16.1.0",
  38. "expo-notifications": "~0.20.1",
  39. "expo-splash-screen": "~0.20.5",
  40. "expo-sqlite": "~11.3.3",
  41. "expo-updates": "~0.18.19",
  42. "formik": "^2.4.5",
  43. "moment": "^2.29.4",
  44. "patch-package": "^8.0.0",
  45. "react": "18.2.0",
  46. "react-native": "0.72.10",
  47. "react-native-calendars": "^1.1304.1",
  48. "react-native-device-detection": "^0.2.1",
  49. "react-native-gesture-handler": "~2.12.0",
  50. "react-native-image-viewing": "^0.2.2",
  51. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  52. "react-native-map-clustering": "^3.4.2",
  53. "react-native-maps": "1.7.1",
  54. "react-native-mmkv": "^2.11.0",
  55. "react-native-modal": "^13.0.1",
  56. "react-native-pager-view": "6.2.0",
  57. "react-native-progress": "^5.0.1",
  58. "react-native-safe-area-context": "4.6.3",
  59. "react-native-screens": "~3.22.0",
  60. "react-native-searchable-dropdown-kj": "^1.9.1",
  61. "react-native-svg": "13.9.0",
  62. "react-native-tab-view": "^3.5.2",
  63. "yup": "^1.3.3",
  64. "zustand": "^4.4.7"
  65. },
  66. "devDependencies": {
  67. "@babel/core": "^7.20.0",
  68. "@types/react": "~18.2.14",
  69. "prettier": "^3.1.0",
  70. "react-native-svg-transformer": "^1.1.0",
  71. "typescript": "^5.1.3"
  72. },
  73. "private": true
  74. }