{
"name": "app",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"postinstall": "patch-package",
"start": "expo start --dev-client",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint:expo": "expo lint",
"ios:run": "cross-env EXPO_NO_START=1 expo run:ios",
"android:run": "cross-env EXPO_NO_START=1 expo run:android",
"dev:both": "concurrently -k -n ios,android -c cyan,green "yarn ios:run" "yarn android:run""
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@hookform/resolvers": "^5.1.1",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@sentry/react-native": "~6.14.0",
"@tanstack/react-query": "^5.80.7",
"@tap-payments/apple-pay-rn": "^1.0.31",
"ajv": "^7",
"axios": "^1.10.0",
"card-react-native": "0.0.12",
"dayjs": "^1.11.13",
"expo": "53.0.22",
"expo-application": "~6.1.5",
"expo-blur": "~14.1.5",
"expo-build-properties": "~0.14.8",
"expo-clipboard": "~7.1.4",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.2.1",
"expo-device": "~7.1.4",
"expo-font": "~13.3.1",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.0",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.5",
"expo-local-authentication": "~16.0.5",
"expo-localization": "~16.1.6",
"expo-media-library": "~17.1.7",
"expo-router": "~5.1.5",
"expo-screen-capture": "~7.2.0",
"expo-secure-store": "~14.2.4",
"expo-splash-screen": "~0.30.9",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.11",
"expo-updates": "~0.28.17",
"expo-web-browser": "~14.2.0",
"i18next": "^25.3.2",
"lottie-react-native": "7.2.2",
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.6.1",
"react-native": "0.79.5",
"react-native-element-dropdown": "^2.12.4",
"react-native-gesture-handler": "~2.24.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^3.5.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-screenshot-prevent": "^1.2.1",
"react-native-size-matters": "^0.4.2",
"react-native-ssl-public-key-pinning": "^1.2.6",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.1",
"react-native-toast-message": "^2.3.3",
"react-native-ui-datepicker": "latest",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"tslib": "^2.6.2",
"zod": "^3.25.67",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7",
"@expo/ngrok": "^4.1.0",
"@react-native-community/cli": "^20.0.0",
"@types/jest": "^30.0.0",
"@types/react": "~19.0.10",
"@types/react-i18next": "^7.8.3",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"concurrently": "^9.2.0",
"cross-env": "^10.0.0",
"eslint": "^9.34.0",
"eslint-config-expo": "~9.2.0",
"jest": "~29.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3",
"wait-on": "^8.0.4"
},
"private": true
}
{
"name": "app",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"postinstall": "patch-package",
"start": "expo start --dev-client",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint:expo": "expo lint",
"ios:run": "cross-env EXPO_NO_START=1 expo run:ios",
"android:run": "cross-env EXPO_NO_START=1 expo run:android",
"dev:both": "concurrently -k -n ios,android -c cyan,green "yarn ios:run" "yarn android:run""
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@hookform/resolvers": "^5.1.1",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@sentry/react-native": "~6.14.0",
"@tanstack/react-query": "^5.80.7",
"@tap-payments/apple-pay-rn": "^1.0.31",
"ajv": "^7",
"axios": "^1.10.0",
"card-react-native": "0.0.12",
"dayjs": "^1.11.13",
"expo": "53.0.22",
"expo-application": "~6.1.5",
"expo-blur": "~14.1.5",
"expo-build-properties": "~0.14.8",
"expo-clipboard": "~7.1.4",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.2.1",
"expo-device": "~7.1.4",
"expo-font": "~13.3.1",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.0",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.5",
"expo-local-authentication": "~16.0.5",
"expo-localization": "~16.1.6",
"expo-media-library": "~17.1.7",
"expo-router": "~5.1.5",
"expo-screen-capture": "~7.2.0",
"expo-secure-store": "~14.2.4",
"expo-splash-screen": "~0.30.9",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.11",
"expo-updates": "~0.28.17",
"expo-web-browser": "~14.2.0",
"i18next": "^25.3.2",
"lottie-react-native": "7.2.2",
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.6.1",
"react-native": "0.79.5",
"react-native-element-dropdown": "^2.12.4",
"react-native-gesture-handler": "~2.24.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^3.5.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-screenshot-prevent": "^1.2.1",
"react-native-size-matters": "^0.4.2",
"react-native-ssl-public-key-pinning": "^1.2.6",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.1",
"react-native-toast-message": "^2.3.3",
"react-native-ui-datepicker": "latest",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"tslib": "^2.6.2",
"zod": "^3.25.67",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7",
"@expo/ngrok": "^4.1.0",
"@react-native-community/cli": "^20.0.0",
"@types/jest": "^30.0.0",
"@types/react": "~19.0.10",
"@types/react-i18next": "^7.8.3",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"concurrently": "^9.2.0",
"cross-env": "^10.0.0",
"eslint": "^9.34.0",
"eslint-config-expo": "~9.2.0",
"jest": "~29.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3",
"wait-on": "^8.0.4"
},
"private": true
}