package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. },
  11. "dependencies": {
  12. "@react-native-async-storage/async-storage": "1.18.2",
  13. "@react-navigation/bottom-tabs": "^6.5.11",
  14. "@react-navigation/native": "^6.1.9",
  15. "@react-navigation/native-stack": "^6.9.17",
  16. "@react-navigation/stack": "^6.3.20",
  17. "@tanstack/react-query": "^5.8.3",
  18. "axios": "^1.6.1",
  19. "dotenv": "^16.3.1",
  20. "expo": "~49.0.15",
  21. "expo-splash-screen": "~0.20.5",
  22. "expo-status-bar": "~1.6.0",
  23. "react": "18.2.0",
  24. "react-native": "0.72.6",
  25. "react-native-safe-area-context": "4.6.3",
  26. "react-native-screens": "~3.22.0",
  27. "react-native-svg": "13.9.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.20.0",
  31. "@types/react": "~18.2.14",
  32. "prettier": "^3.1.0",
  33. "typescript": "^5.1.3",
  34. "react-native-svg-transformer": "^1.1.0"
  35. },
  36. "private": true
  37. }