45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "guardia-messenger",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"build:android": "eas build --platform android",
|
|
"build:ios": "eas build --platform ios"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~3.2.3",
|
|
"@react-native-community/netinfo": "11.3.1",
|
|
"axios": "^1.7.7",
|
|
"expo": "^56.0.9",
|
|
"expo-av": "~14.0.7",
|
|
"expo-constants": "^56.0.17",
|
|
"expo-haptics": "~13.0.1",
|
|
"expo-image-picker": "~15.0.7",
|
|
"expo-linking": "^56.0.13",
|
|
"expo-local-authentication": "~14.0.1",
|
|
"expo-notifications": "^56.0.16",
|
|
"expo-print": "~13.0.1",
|
|
"expo-router": "^56.2.9",
|
|
"expo-screen-orientation": "~7.0.5",
|
|
"expo-secure-store": "~13.0.2",
|
|
"expo-sharing": "~12.0.1",
|
|
"expo-splash-screen": "^56.0.10",
|
|
"expo-status-bar": "~1.12.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "^0.85.3",
|
|
"react-native-gesture-handler": "~2.16.1",
|
|
"react-native-safe-area-context": "4.10.5",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-web": "~0.19.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@types/react": "~18.2.79",
|
|
"typescript": "~5.5.4"
|
|
}
|
|
}
|