learning_ai_invt_trdg/mobile/package.json

62 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.2.0",
"@types/react-dom": "^19.2.0",
"eslint": "^9.39.1",
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
}
}