48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "@example/expo",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"doctor": "npx expo-doctor",
|
|
"prebuild": "expo prebuild --clean"
|
|
},
|
|
"dependencies": {
|
|
"@example/shared": "*",
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@gorhom/bottom-sheet": "^5.2.8",
|
|
"@lodev09/react-native-true-sheet": "workspace:*",
|
|
"@react-navigation/native": "^7.1.26",
|
|
"expo": "~54.0.30",
|
|
"expo-constants": "~18.0.12",
|
|
"expo-font": "~14.0.10",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-router": "~6.0.21",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-web-browser": "~15.0.10",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-maps": "^1.26.20",
|
|
"react-native-reanimated": "^4.2.0",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "patch:react-native-screens@npm%3A4.18.0#~/.yarn/patches/react-native-screens-npm-4.18.0-fa7de65975.patch",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "^0.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.10",
|
|
"@types/react-native-maps": "^0.24.2",
|
|
"react-native-monorepo-config": "^0.1.9",
|
|
"react-test-renderer": "19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|