{ "name": "beasy-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" }, "dependencies": { "@react-navigation/bottom-tabs": "^7.0.0-alpha.22", "@react-navigation/native": "^7.0.0-alpha.18", "@react-navigation/native-stack": "^7.0.0-alpha.20", "@shopify/restyle": "^2.4.4", "@tanstack/react-query": "^5.35.1", "axios": "^1.6.8", "expo": "~51.0.8", "expo-dev-client": "~4.0.14", "expo-local-authentication": "~14.0.1", "expo-status-bar": "~1.12.1", "expo-web-browser": "~13.0.3", "moment": "^2.30.1", "react": "18.2.0", "react-modal-promise": "^1.0.2", "react-native": "0.74.1", "react-native-base64": "^0.2.1", "react-native-logs": "^5.1.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1" }, "devDependencies": { "@babel/core": "^7.20.0", "@biomejs/biome": "1.7.1", "@types/react": "~18.2.45", "@types/react-native-base64": "^0.2.2", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prop-types": "^15.8.1", "typescript": "~5.3.3" }, "private": true }