|
| 1 | +{ |
| 2 | + "name": "@readany/app-expo", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "expo start", |
| 8 | + "android": "expo run:android", |
| 9 | + "ios": "expo run:ios", |
| 10 | + "prebuild": "expo prebuild", |
| 11 | + "lint": "biome check ." |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@readany/core": "workspace:*", |
| 15 | + |
| 16 | + "expo": "~55.0.5", |
| 17 | + "expo-asset": "~55.0.8", |
| 18 | + "expo-clipboard": "~55.0.8", |
| 19 | + "expo-constants": "~55.0.7", |
| 20 | + "expo-file-system": "~55.0.10", |
| 21 | + "expo-font": "~55.0.4", |
| 22 | + "expo-linking": "~55.0.7", |
| 23 | + "expo-secure-store": "~55.0.8", |
| 24 | + "expo-sharing": "~55.0.11", |
| 25 | + "expo-speech": "~55.0.8", |
| 26 | + "expo-splash-screen": "~55.0.10", |
| 27 | + "expo-sqlite": "~55.0.10", |
| 28 | + "expo-status-bar": "~55.0.4", |
| 29 | + |
| 30 | + "react": "^19.0.0", |
| 31 | + "react-native": "~0.84.1", |
| 32 | + "react-native-gesture-handler": "~2.30.0", |
| 33 | + "react-native-reanimated": "~4.2.2", |
| 34 | + "react-native-safe-area-context": "~5.7.0", |
| 35 | + "react-native-screens": "~4.24.0", |
| 36 | + "react-native-svg": "~15.15.3", |
| 37 | + "react-native-webview": "~13.16.1", |
| 38 | + |
| 39 | + "@react-navigation/native": "^7.1.33", |
| 40 | + "@react-navigation/bottom-tabs": "^7.15.5", |
| 41 | + "@react-navigation/native-stack": "^7.14.4", |
| 42 | + |
| 43 | + "i18next": "^25.8.13", |
| 44 | + "react-i18next": "^16.5.4", |
| 45 | + "zustand": "^5.0.5" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@babel/core": "^7.25.0", |
| 49 | + "@types/react": "^19.0.0", |
| 50 | + "babel-plugin-module-resolver": "^5.0.2", |
| 51 | + "typescript": "^5.8.0" |
| 52 | + } |
| 53 | +} |
0 commit comments