{ "name": "barnoinpay-mobile", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "npx expo start", "fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear", "android": "expo run:android", "ios": "expo run:ios", "web": "npx expo start --web", "format": "biome format --no-errors-on-unmatched --write .", "lint": "biome lint --no-errors-on-unmatched --apply .", "biome-check": "biome check --no-errors-on-unmatched --apply .", "prepare": "husky", "version": "conventional-changelog && git add CHANGELOG.md" }, "dependencies": { "@gorhom/bottom-sheet": "^5", "@react-native-async-storage/async-storage": "2.1.2", "@react-navigation/bottom-tabs": "^7.4.6", "@react-navigation/native": "^7.1.17", "@react-navigation/native-stack": "^7.3.25", "@reduxjs/toolkit": "^2.8.2", "@shopify/flash-list": "1.7.6", "@shopify/restyle": "^2.4.4", "@tanstack/react-query": "^5.35.1", "axios": "^1.6.8", "expo": "53.0.22", "expo-build-properties": "~0.14.8", "expo-checkbox": "~4.1.4", "expo-contacts": "~14.2.5", "expo-dev-client": "~5.2.4", "expo-image": "~2.4.0", "expo-local-authentication": "~16.0.5", "expo-splash-screen": "~0.30.10", "expo-status-bar": "~2.2.3", "expo-updates": "~0.28.17", "expo-web-browser": "~14.2.0", "moment": "^2.30.1", "moti": "^0.29.0", "react": "19.0.0", "react-native": "0.79.5", "react-native-base64": "^0.2.1", "react-native-date-picker": "5.0.12", "react-native-gesture-handler": "~2.24.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-keyboard-controller": "^1.18.5", "react-native-logs": "^5.3.0", "react-native-mask-input": "^1.2.3", "react-native-mmkv": "^3.3.0", "react-native-qrcode-svg": "^6.3.15", "react-native-reanimated": "~3.17.4", "react-native-safe-area-context": "5.4.0", "react-native-screens": "~4.11.1", "react-native-svg": "15.11.2", "react-native-vector-icons": "^10.1.0", "react-redux": "^9.2.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@biomejs/biome": "^2.2.0", "@react-native-community/cli": "^15.1.2", "@types/react": "~19.0.10", "@types/react-native-base64": "^0.2.2", "@types/react-native-vector-icons": "^6.4.18", "conventional-changelog": "^7.1.1", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prop-types": "^15.8.1", "react-native-svg-transformer": "^1.5.0", "typescript": "~5.8.3" }, "private": true }