43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "avante-movil",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@react-native-community/netinfo": "11.3.1",
|
|
"@react-navigation/native": "^6.1.17",
|
|
"@react-navigation/native-stack": "^6.9.26",
|
|
"expo": "~51.0.28",
|
|
"expo-build-properties": "~0.12.5",
|
|
"expo-camera": "~15.0.16",
|
|
"expo-crypto": "~13.0.2",
|
|
"expo-file-system": "~17.0.1",
|
|
"expo-image-picker": "~15.1.0",
|
|
"expo-location": "~17.0.1",
|
|
"expo-navigation-bar": "~3.0.7",
|
|
"expo-screen-orientation": "~7.0.1",
|
|
"expo-secure-store": "~13.0.2",
|
|
"expo-sqlite": "~14.0.6",
|
|
"expo-status-bar": "~1.12.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.5",
|
|
"react-native-maps": "1.14.0",
|
|
"react-native-safe-area-context": "4.10.5",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-view-shot": "3.8.0",
|
|
"react-native-webview": "13.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~18.2.79",
|
|
"eas-cli": "^12.6.2",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"private": true
|
|
}
|