{ "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-native-async-storage/async-storage": "1.23.1", "@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": "^52.0.0", "expo-build-properties": "~0.13.2", "expo-dev-client": "~5.0.12", "expo-local-authentication": "~15.0.2", "expo-splash-screen": "~0.29.22", "expo-status-bar": "~2.0.1", "expo-updates": "~0.27.1", "expo-web-browser": "~14.0.2", "moment": "^2.30.1", "moti": "^0.29.0", "react": "18.3.1", "react-modal-promise": "^1.0.2", "react-native": "0.76.7", "react-native-base64": "^0.2.1", "react-native-gesture-handler": "~2.20.2", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-logs": "^5.1.0", "react-native-qrcode-svg": "^6.3.1", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "15.8.0", "react-native-vector-icons": "^10.1.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@biomejs/biome": "1.7.1", "@types/react": "~18.3.12", "@types/react-native-base64": "^0.2.2", "@types/react-native-vector-icons": "^6.4.18", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prop-types": "^15.8.1", "typescript": "~5.3.3" }, "private": true }