learning_ai_invt_trdg/mobile/package.json
root b2f037c77d chore(deploy): Node 20, port 4025, registry deps, platform network
- Upgrade Dockerfile base from node:18 to node:20 (fixes crypto global)
- Map host port 4025 → container 4018 (4018 taken by actiontrail)
- Join learning_ai_common_plat_default Docker network for platform service
- Switch all @bytelyst/* link: deps to registry versions
- Bump @bytelyst/llm to ^0.1.1 (adds createFallbackChain, GeminiProvider etc)
- Regenerate pnpm-lock.yaml against Gitea registry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 17:23:49 +00:00

61 lines
1.9 KiB
JSON

{
"name": "@bytelyst/trading-mobile",
"main": "expo-router/entry",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "EXPO_NO_TELEMETRY=1 expo start",
"build:web": "expo export --platform web",
"lint": "eslint . --quiet",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bytelyst/kill-switch-client": "^0.1.0",
"@bytelyst/react-native-platform-sdk": "^1.0.0",
"@bytelyst/telemetry-client": "^0.1.0",
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/jetbrains-mono": "^0.4.1",
"@expo/vector-icons": "^15.0.2",
"@lucide/lab": "^0.1.2",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-native-async-storage/async-storage": "^2.2.0",
"expo": "^54.0.10",
"expo-blur": "~15.0.7",
"expo-camera": "~17.0.8",
"expo-constants": "~18.0.9",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.8",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.7",
"lucide-react-native": "^0.544.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "^0.21.0",
"react-native-webview": "13.15.0",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^24.10.1",
"@types/react": "~19.1.10",
"eslint": "^9.39.1",
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
}
}