BangSo/apps/mobile/package.json

65 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{
"name": "@rakazo/mobile",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "expo-router/entry",
"expo": {
"autolinking": {
"nativeModulesDir": "./modules"
}
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"check": "expo install --check && tsc --noEmit -p tsconfig.json",
"test": "vitest run --root ../.. apps/mobile/lib",
"test:e2e": "maestro test .maestro/smoke.yaml"
},
"dependencies": {
"@expo/metro-runtime": "~57.0.14",
"@rakazo/chat-ui": "workspace:*",
"@rakazo/contracts": "workspace:*",
"@rakazo/core": "workspace:*",
"@react-native-vector-icons/ionicons": "13.1.2",
"@react-native-vector-icons/material-design-icons": "13.1.2",
"expo": "~57.0.18",
"expo-audio": "~57.0.4",
"expo-constants": "~57.0.16",
"expo-document-picker": "~57.0.1",
"expo-file-system": "~57.0.6",
"expo-font": "~57.0.2",
"expo-image-picker": "~57.0.14",
"expo-linking": "~57.0.8",
"expo-localization": "~57.0.1",
"expo-modules-core": "~57.0.14",
"expo-notifications": "~57.0.15",
"expo-router": "~57.0.17",
"expo-secure-store": "~57.0.2",
"expo-sharing": "~57.0.16",
"expo-splash-screen": "~57.0.8",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.2",
"expo-updates": "~57.0.19",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.3",
"react-native-gesture-handler": "~2.32.0",
"react-native-keyboard-controller": "1.21.9",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-web": "~0.21.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.1"
},
"devDependencies": {
"@react-native/metro-config": "0.86.3",
"@types/node": "^24.3.0",
"@types/react": "^19.2.18",
"typescript": "~6.0.3",
"vitest": "^4.1.10"
}
}