{ "name": "bytelyst-agentic-notes-mobile", "version": "0.1.0", "private": true, "main": "index.ts", "scripts": { "start": "expo start", "ios": "expo start --ios", "android": "expo start --android", "web": "expo start --web", "test": "vitest run --passWithNoTests", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint . --ext .ts,.tsx" }, "dependencies": { "@bytelyst/api-client": "file:../../learning_ai_common_plat/packages/api-client", "@bytelyst/auth-client": "file:../../learning_ai_common_plat/packages/auth-client", "@bytelyst/design-tokens": "file:../../learning_ai_common_plat/packages/design-tokens", "@bytelyst/offline-queue": "file:../../learning_ai_common_plat/packages/offline-queue", "@bytelyst/platform-client": "file:../../learning_ai_common_plat/packages/platform-client", "@bytelyst/react-native-platform-sdk": "file:../../learning_ai_common_plat/packages/react-native-platform-sdk", "expo": "~55.0.4", "expo-router": "~6.0.4", "expo-status-bar": "~3.0.8", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.4", "react-native-gesture-handler": "~2.28.0", "react-native-mmkv": "^3.2.0", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "zustand": "^5.0.8" }, "devDependencies": { "@types/react": "~19.1.10", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", "eslint": "^9.36.0", "eslint-config-expo": "~10.0.0", "typescript": "~5.9.2", "vitest": "^3.2.4" } }