{ "rnpm": { "assets": [ "./resources/fonts/" ] }, "name": "truth", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "pod": "cd ./ios && pod install && cd ../" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-firebase/app": "^17.0.0", "@react-native-firebase/firestore": "^17.0.0", "@react-navigation/native": "^6.0.11", "@react-navigation/native-stack": "^6.7.0", "@reduxjs/toolkit": "^1.9.2", "@shopify/flash-list": "^1.6.3", "babel-plugin-module-resolver": "^5.0.0", "i18next": "^21.8.14", "i18next-react-native-async-storage": "^1.0.4", "jet-tools": "^1.3.0", "link": "^1.5.1", "lodash": "^4.17.21", "react": "18.2.0", "react-i18next": "^11.18.1", "react-native": "0.72.7", "react-native-actions-sheet": "*", "react-native-animated-loader": "^1.0.0", "react-native-gesture-handler": "^2.5.0", "react-native-iap": "^12.12.1", "react-native-icomoon": "^0.1.1", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-modal": "^13.0.1", "react-native-safe-area-context": "^4.8.1", "react-native-screens": "^3.27.0", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^12.5.1", "react-native-svg-transformer": "^1.0.0", "react-native-tts": "^4.1.0", "react-native-vector-icons": "^9.2.0", "react-redux": "^9.0.4", "validate.js": "^0.13.1" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.11", "@tsconfig/react-native": "^3.0.0", "@types/lodash": "^4.14.201", "@types/react": "^18.0.24", "@types/react-native": "^0.66.15", "@types/react-native-vector-icons": "^6.4.12", "@types/react-redux": "^7.1.25", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.76.8", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "reactotron-react-native": "^5.0.3", "typescript": "4.8.4" }, "resolutions": { "@types/react": "^17" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }