Permission denied on git mv, used robocopy instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
920 B
JSON
35 lines
920 B
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": "~51.0.28",
|
|
"expo-router": "~3.5.23",
|
|
"expo-status-bar": "~1.12.1",
|
|
"expo-secure-store": "~13.0.2",
|
|
"expo-constants": "~16.0.2",
|
|
"expo-splash-screen": "~0.27.6",
|
|
"expo-linking": "~6.3.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.5",
|
|
"react-native-safe-area-context": "4.10.5",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-web": "~0.19.10",
|
|
"react-dom": "18.2.0",
|
|
"@expo/metro-runtime": "~3.2.3",
|
|
"axios": "^1.7.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@types/react": "~18.2.79",
|
|
"typescript": "~5.3.3"
|
|
}
|
|
}
|