package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "@tanstack/react-query": "^5.8.3",
  24. "@turf/turf": "^6.5.0",
  25. "axios": "^1.6.1",
  26. "dotenv": "^16.3.1",
  27. "expo": "~49.0.15",
  28. "expo-checkbox": "~2.4.0",
  29. "expo-dev-client": "~2.4.12",
  30. "expo-image": "~1.3.5",
  31. "expo-image-picker": "~14.3.2",
  32. "expo-location": "~16.1.0",
  33. "expo-splash-screen": "~0.20.5",
  34. "expo-sqlite": "~11.3.3",
  35. "expo-status-bar": "~1.6.0",
  36. "expo-updates": "~0.18.19",
  37. "formik": "^2.4.5",
  38. "moment": "^2.29.4",
  39. "patch-package": "^8.0.0",
  40. "postinstall-postinstall": "^2.1.0",
  41. "react": "18.2.0",
  42. "react-native": "0.72.6",
  43. "react-native-calendar-picker": "^7.1.4",
  44. "react-native-calendars": "^1.1304.1",
  45. "react-native-device-detection": "^0.2.1",
  46. "react-native-gesture-handler": "~2.12.0",
  47. "react-native-image-viewing": "^0.2.2",
  48. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  49. "react-native-maps": "1.7.1",
  50. "react-native-mmkv": "^2.11.0",
  51. "react-native-modal": "^13.0.1",
  52. "react-native-pager-view": "6.2.0",
  53. "react-native-progress": "^5.0.1",
  54. "react-native-reanimated": "~3.3.0",
  55. "react-native-render-html": "^6.3.4",
  56. "react-native-safe-area-context": "4.6.3",
  57. "react-native-screens": "~3.22.0",
  58. "react-native-searchable-dropdown-kj": "^1.9.1",
  59. "react-native-svg": "13.9.0",
  60. "react-native-tab-view": "^3.5.2",
  61. "yup": "^1.3.3",
  62. "zustand": "^4.4.7"
  63. },
  64. "devDependencies": {
  65. "@babel/core": "^7.20.0",
  66. "@types/react": "~18.2.14",
  67. "@types/react-native-calendar-picker": "^7.0.6",
  68. "prettier": "^3.1.0",
  69. "react-native-svg-transformer": "^1.1.0",
  70. "typescript": "^5.1.3"
  71. },
  72. "private": true
  73. }