38 lines
999 B
JSON
38 lines
999 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@react-navigation/bottom-tabs": "^7.14.0",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-navigation/native-stack": "^7.13.0",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"axios": "^1.13.5",
|
|
"expo": "~54.0.33",
|
|
"expo-notifications": "~0.32.16",
|
|
"expo-secure-store": "^15.0.8",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-hook-form": "^7.71.2",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.16.0",
|
|
"react-native-web": "~0.21.0",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|