package.json 935 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "emocoesapp",
  3. "version": "1.0.0",
  4. "main": "expo-router/entry",
  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": "^2.1.2",
  13. "expo": "~53.0.8",
  14. "expo-camera": "~16.1.6",
  15. "expo-constants": "~17.1.6",
  16. "expo-image": "^2.1.7",
  17. "expo-linking": "~7.1.4",
  18. "expo-media-library": "~17.1.6",
  19. "expo-notifications": "^0.31.2",
  20. "expo-router": "~5.0.6",
  21. "expo-status-bar": "~2.2.3",
  22. "react": "19.0.0",
  23. "react-native": "0.79.2",
  24. "react-native-gesture-handler": "^2.25.0",
  25. "react-native-reanimated": "^3.17.5",
  26. "react-native-safe-area": "^0.5.1",
  27. "react-native-safe-area-context": "^5.4.0",
  28. "react-native-screens": "~4.10.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.20.0"
  32. },
  33. "private": true
  34. }