package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. },
  13. "dependencies": {
  14. "@react-native-async-storage/async-storage": "1.18.2",
  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-gesture-handler": "~2.12.0",
  45. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  46. "react-native-maps": "1.7.1",
  47. "react-native-pager-view": "6.2.0",
  48. "react-native-reanimated": "~3.3.0",
  49. "react-native-render-html": "^6.3.4",
  50. "react-native-safe-area-context": "4.6.3",
  51. "react-native-screens": "~3.22.0",
  52. "react-native-svg": "13.9.0",
  53. "react-native-tab-view": "^3.5.2",
  54. "yup": "^1.3.3",
  55. "zustand": "^4.4.7"
  56. },
  57. "devDependencies": {
  58. "@babel/core": "^7.20.0",
  59. "@types/react": "~18.2.14",
  60. "@types/react-native-calendar-picker": "^7.0.6",
  61. "prettier": "^3.1.0",
  62. "react-native-svg-transformer": "^1.1.0",
  63. "typescript": "^5.1.3"
  64. },
  65. "private": true
  66. }