package.json 795 B

123456789101112131415161718192021222324252627282930
  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.9",
  14. "expo-camera": "^16.1.6",
  15. "expo-image": "^2.1.7",
  16. "expo-media-library": "^17.1.6",
  17. "expo-router": "^5.0.7",
  18. "expo-status-bar": "~2.2.3",
  19. "react": "19.0.0",
  20. "react-native": "0.79.2",
  21. "react-native-gesture-handler": "^2.25.0",
  22. "react-native-reanimated": "^3.17.5",
  23. "react-native-safe-area-context": "^5.4.1",
  24. "react-native-screens": "^4.11.0"
  25. },
  26. "devDependencies": {
  27. "@babel/core": "^7.20.0"
  28. },
  29. "private": true
  30. }