{ "name": "mobile", "main": "expo-router/entry", "version": "1.0.0", "jest": { "preset": "jest-expo" }, "private": true, "dependencies": { "@babel/core": "*", "@expo/metro-config": "*", "@expo/vector-icons": "^13.0.0", "@nx/expo": "*", "@react-navigation/native": "^6.1.9", "@rnx-kit/metro-config": "*", "@rnx-kit/metro-resolver-symlinks": "*", "@testing-library/jest-native": "*", "@testing-library/react-native": "*", "@types/react": "*", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "eslint-plugin-react": "*", "eslint-plugin-react-hooks": "*", "expo": "*", "expo-font": "^11.4.0", "expo-linking": "^5.0.2", "expo-router": "^2.0.14", "expo-splash-screen": "~0.20.5", "expo-status-bar": "*", "expo-system-ui": "^2.6.0", "expo-web-browser": "^12.5.0", "jest": "*", "jest-expo": "*", "metro": "*", "metro-config": "*", "nativewind": "^4.0.23", "pod-install": "*", "react": "*", "react-dom": "18.2.0", "react-native": "*", "react-native-gesture-handler": "^2.14.1", "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "^4.8.2", "react-native-screens": "^3.29.0", "react-native-svg": "*", "react-native-svg-transformer": "*", "react-native-web": "^0.19.10", "react-test-renderer": "*", "tailwind-merge": "^2.2.1", "tailwindcss": "3.3.2", "typescript": "*" }, "scripts": { "eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile", "eas-build-post-install": "cd ../../ && node tools/scripts/eas-build-post-install.mjs . apps/mobile", "android": "expo run:android", "ios": "expo run:ios", "test": "jest --watchAll", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "format": "prettier --write ." }, "devDependencies": { "@babel/core": "^7.20.0", "@rnx-kit/metro-config": "^1.3.14", "@rnx-kit/metro-resolver-symlinks": "^0.1.34", "@types/react": "18.0.28", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "jest": "^29.4.1", "jest-expo": "~49.0.0", "pod-install": "^0.1.39", "react-test-renderer": "18.2.0", "typescript": "~5.2.2" } }