package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "nomadmania-app",
  3. "version": "1.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "scripts": {
  6. "start": "expo start",
  7. "android": "expo start --android",
  8. "ios": "expo start --ios",
  9. "web": "expo start --web",
  10. "postinstall": "patch-package"
  11. },
  12. "dependencies": {
  13. "@react-native-async-storage/async-storage": "1.18.2",
  14. "@react-navigation/bottom-tabs": "^6.5.11",
  15. "@react-navigation/native": "^6.1.9",
  16. "@react-navigation/native-stack": "^6.9.17",
  17. "@react-navigation/stack": "^6.3.20",
  18. "@tanstack/react-query": "^5.8.3",
  19. "axios": "^1.6.1",
  20. "dotenv": "^16.3.1",
  21. "expo": "~49.0.15",
  22. "expo-image-picker": "^14.5.0",
  23. "expo-splash-screen": "~0.20.5",
  24. "expo-status-bar": "~1.6.0",
  25. "moment": "^2.29.4",
  26. "patch-package": "^8.0.0",
  27. "postinstall-postinstall": "^2.1.0",
  28. "react": "18.2.0",
  29. "react-native": "0.72.6",
  30. "react-native-calendar-picker": "^7.1.4",
  31. "react-native-safe-area-context": "4.6.3",
  32. "react-native-screens": "~3.22.0",
  33. "react-native-svg": "13.9.0"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.20.0",
  37. "@types/react": "~18.2.14",
  38. "@types/react-native-calendar-picker": "^7.0.6",
  39. "prettier": "^3.1.0",
  40. "react-native-svg-transformer": "^1.1.0",
  41. "typescript": "^5.1.3"
  42. },
  43. "private": true
  44. }