{ "name": "greenlens", "version": "2.1.4", "main": "expo-router/entry", "private": true, "scripts": { "start": "expo start --offline", "android": "expo start --android --offline", "ios": "expo start --ios --offline", "web": "expo start --web --offline", "build:dev": "eas build --profile development --platform android", "build:preview": "eas build --profile preview --platform android", "build:prod": "eas build --profile production --platform android", "test": "jest", "audit:semantic": "node scripts/generate_semantic_audit.js" }, "jest": { "preset": "jest-expo", "transformIgnorePatterns": [ "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)" ], "setupFiles": [ "./jest.setup.js" ] }, "dependencies": { "@expo/vector-icons": "^15.0.3", "@google/genai": "^1.38.0", "@react-native-async-storage/async-storage": "2.2.0", "expo": "^54.0.33", "expo-application": "~7.0.8", "expo-asset": "~12.0.12", "expo-av": "^16.0.8", "expo-blur": "~15.0.8", "expo-build-properties": "^55.0.9", "expo-camera": "~17.0.10", "expo-constants": "~18.0.13", "expo-dev-client": "~6.0.20", "expo-device": "~8.0.10", "expo-file-system": "~19.0.21", "expo-font": "~14.0.11", "expo-haptics": "~15.0.8", "expo-image-manipulator": "~14.0.8", "expo-image-picker": "~17.0.10", "expo-linking": "~8.0.11", "expo-localization": "~17.0.8", "expo-notifications": "~0.32.16", "expo-router": "~6.0.23", "expo-secure-store": "~15.0.8", "expo-splash-screen": "~31.0.13", "expo-sqlite": "~16.0.10", "expo-status-bar": "~3.0.9", "expo-updates": "~29.0.16", "expo-video": "~3.0.16", "posthog-react-native": "^4.37.1", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", "react-native-purchases": "^9.10.5", "react-native-purchases-ui": "^9.10.5", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-svg": "^15.12.1", "react-native-web": "^0.21.2", "react-native-worklets": "0.5.1" }, "devDependencies": { "@babel/core": "^7.25.0", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^13.3.3", "@types/jest": "^29.5.14", "@types/react": "~19.1.0", "jest": "^29.7.0", "jest-expo": "^54.0.17", "typescript": "^5.3.0" } }