Files
Cibello-app/apps/mobile/package.json
T
2026-08-05 19:21:11 +07:00

55 lines
1.5 KiB
JSON

{
"name": "@app/mobile",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@app/shared-types": "workspace:*",
"@react-native-async-storage/async-storage": "^3.1.1",
"@tanstack/query-async-storage-persister": "^5.90.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-persist-client": "^5.90.0",
"expo": "~57.0.9",
"expo-camera": "~57.0.3",
"expo-constants": "~57.0.8",
"expo-haptics": "~57.0.1",
"expo-image": "~57.0.1",
"expo-image-picker": "~57.0.7",
"expo-keep-awake": "~57.0.1",
"expo-linking": "~57.0.4",
"expo-localization": "^57.0.1",
"expo-router": "~57.0.9",
"expo-secure-store": "~57.0.1",
"expo-splash-screen": "~57.0.5",
"expo-status-bar": "~57.0.1",
"expo-system-ui": "~57.0.2",
"i18next": "^26.3.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~5.9.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}