123456789101112131415161718192021222324252627282930 |
- {
- "name": "emocoesapp",
- "version": "1.0.0",
- "main": "expo-router/entry",
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "web": "expo start --web"
- },
- "dependencies": {
- "@react-native-async-storage/async-storage": "^2.1.2",
- "expo": "~53.0.9",
- "expo-camera": "^16.1.6",
- "expo-image": "^2.1.7",
- "expo-media-library": "^17.1.6",
- "expo-router": "^5.0.7",
- "expo-status-bar": "~2.2.3",
- "react": "19.0.0",
- "react-native": "0.79.2",
- "react-native-gesture-handler": "^2.25.0",
- "react-native-reanimated": "^3.17.5",
- "react-native-safe-area-context": "^5.4.1",
- "react-native-screens": "^4.11.0"
- },
- "devDependencies": {
- "@babel/core": "^7.20.0"
- },
- "private": true
- }
|