casadoc/mobile/package.json

37 lines
1002 B
JSON

{
"name": "casadoc-mobile",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"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": "1.23.1",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.12.0",
"expo": "~52.0.0",
"expo-apple-authentication": "~7.1.3",
"expo-auth-session": "~6.0.3",
"expo-crypto": "~14.0.2",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.9",
"expo-web-browser": "~14.0.2",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}