Spaces:
Sleeping
Sleeping
File size: 1,240 Bytes
e327f0d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"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"
}
}
|