hasari-api / apps /mobile /package.json
erdoganpeker's picture
v0.3.0 — multimodal vehicle damage MVP
e327f0d
{
"name": "@arac-hasar/mobile",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@arac-hasar/types": "workspace:*",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"axios": "^1.7.9",
"expo": "~52.0.0",
"expo-camera": "~16.0.0",
"expo-file-system": "~18.0.0",
"expo-image-manipulator": "~13.0.0",
"expo-image-picker": "~16.0.0",
"expo-localization": "~16.0.0",
"expo-secure-store": "~14.0.0",
"expo-status-bar": "~2.0.0",
"i18next": "^23.16.0",
"react": "18.3.1",
"react-i18next": "^15.1.0",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~18.3.12",
"typescript": "~5.7.2"
}
}