{ "name": "demesne", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint", "format": "prettier --write ." }, "jest": { "preset": "jest-expo" }, "dependencies": { "@atproto/api": "^0.16.9", "@atproto/crypto": "^0.4.4", "@react-native-async-storage/async-storage": "2.2.0", "@react-navigation/bottom-tabs": "^7.3.14", "@react-navigation/elements": "^2.4.3", "@react-navigation/native": "^7.1.17", "@tanstack/react-query": "^5.87.4", "base64-js": "^1.5.1", "dequal": "^2.0.3", "expo": "~54.0.7", "expo-blur": "~15.0.7", "expo-clipboard": "^8.0.7", "expo-constants": "~18.0.8", "expo-file-system": "^19.0.14", "expo-font": "~14.0.8", "expo-haptics": "~15.0.7", "expo-image": "^3.0.8", "expo-insights": "~0.10.7", "expo-linking": "~8.0.8", "expo-localization": "~17.0.7", "expo-router": "~6.0.4", "expo-secure-store": "^15.0.7", "expo-splash-screen": "~31.0.10", "expo-status-bar": "~3.0.8", "expo-symbols": "~1.0.7", "expo-system-ui": "~6.0.7", "expo-web-browser": "~15.0.7", "lodash.difference": "^4.5.0", "lucide-react-native": "^0.544.0", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.4", "react-native-edge-to-edge": "^1.7.0", "react-native-gesture-handler": "~2.28.0", "react-native-get-random-values": "~1.11.0", "react-native-reanimated": "~4.1.0", "react-native-safe-area-context": "5.6.1", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-web": "~0.21.1", "react-native-webview": "13.15.0", "tlds": "^1.260.0", "zod": "^4.1.8" }, "devDependencies": { "@babel/core": "^7.28.4", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", "@types/jest": "^30.0.0", "@types/lodash.difference": "^4.5.9", "@types/react": "~19.1.13", "@types/react-test-renderer": "^19.1.0", "eslint": "^9.35.0", "eslint-config-expo": "~10.0.0", "jest": "^29.7.0", "jest-expo": "~54.0.11", "prettier": "3.6.2", "react-test-renderer": "19.1.0", "typescript": "^5.9.2" }, "private": true, "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }