{ "name": "mooviefinderts", "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" }, "jest": { "preset": "jest-expo", "setupFiles": ["./jestSetupFile.js"] }, "dependencies": { "@expo/vector-icons": "^13.0.0", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-regular-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-native-fontawesome": "^0.3.0", "@react-native-async-storage/async-storage": "^1.17.11", "@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/native": "^6.0.2", "@react-navigation/native-stack": "^6.1.0", "@reacticons/ionicons": "^6.0.4", "@reduxjs/toolkit": "^1.9.3", "@testing-library/jest-native": "^5.4.2", "@testing-library/react-native": "^12.0.1", "deprecated-react-native-prop-types": "^4.0.0", "expo": "~47.0.12", "expo-asset": "~8.7.0", "expo-constants": "~14.0.2", "expo-font": "~11.0.1", "expo-linear-gradient": "~12.0.1", "expo-linking": "~3.3.0", "expo-splash-screen": "~0.17.5", "expo-status-bar": "~1.4.2", "expo-system-ui": "~2.0.1", "expo-web-browser": "~12.0.0", "lottie-react-native": "^5.1.5", "moment": "^2.29.4", "react": "18.1.0", "react-dom": "18.1.0", "react-native": "0.70.5", "react-native-cards-swipe": "^1.2.1", "react-native-gesture-handler": "^2.9.0", "react-native-ionicons": "^4.6.5", "react-native-linear-gradient": "^2.6.2", "react-native-reanimated": "~2.12.0", "react-native-safe-area-context": "4.4.1", "react-native-screens": "~3.18.0", "react-native-svg": "13.4.0", "react-native-vector-icons": "^9.2.0", "react-native-video": "^2.3.1", "react-native-video-player": "^0.14.0", "react-native-web": "~0.18.9", "react-native-webview": "11.23.1", "react-native-youtube-iframe": "^2.2.2", "react-redux": "^8.0.5", "redux": "^4.2.1", "rive-react-native": "^3.0.41" }, "devDependencies": { "@babel/core": "^7.12.9", "@jest/globals": "^29.5.0", "@types/jest": "^29.5.0", "@types/react": "~18.0.24", "@types/react-native": "~0.70.6", "jest": "^29.5.0", "jest-expo": "~47.0.1", "react-test-renderer": "18.1.0", "ts-jest": "^29.0.5", "typescript": "^4.9.5" }, "private": true }