39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "casadoc-mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prebuild": "expo prebuild --clean",
|
|
"start": "expo start --dev-client",
|
|
"start:go": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-navigation/native-stack": "^7.12.0",
|
|
"babel-preset-expo": "^54.0.10",
|
|
"expo": "^54.0.0",
|
|
"expo-apple-authentication": "~8.0.8",
|
|
"expo-auth-session": "~7.0.10",
|
|
"expo-crypto": "~15.0.8",
|
|
"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-native": "0.81.5",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~19.1.10",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|