{ "name": "jokesapp", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --coverage" }, "jest": { "preset": "jest-expo", "verbose": true, "transformIgnorePatterns": [ "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)" ], "testMatch": [ "**.test.js", "**.test.ts", "**.test.tsx" ], "testEnvironment": "node", "testEnvironmentOptions": { "browsers": [ "chrome", "firefox", "safari" ] } }, "dependencies": { "@expo/ngrok": "^2.5.0", "@react-native-async-storage/async-storage": "^1.23.1", "@react-navigation/bottom-tabs": "^6.5.11", "@react-navigation/native": "^6.1.10", "@react-navigation/stack": "^6.3.21", "@reduxjs/toolkit": "^2.2.1", "@types/react": "~18.2.45", "expo": "^50.0.14", "expo-status-bar": "~1.11.1", "react": "18.2.0", "react-native": "^0.73.2", "react-native-gesture-handler": "^2.15.0", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-redux": "^9.1.0", "redux": "^5.0.1", "typescript": "^5.3.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@expo/ngrok": "^4.1.0", "jest-expo": "^50.0.4" }, "private": true }