{ "name": "tooot", "version": "4.8.3", "description": "tooot for Mastodon", "author": "xmflsct ", "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/tooot-app/app.git" }, "scripts": { "start": "react-native start", "android": "react-native run-android", "iphone": "react-native run-ios --simulator 'iPhone 14 Pro'", "ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (4th generation)'", "app:build": "bundle exec fastlane", "clean": "react-native-clean-project" }, "dependencies": { "@expo/react-native-action-sheet": "^4.0.1", "@formatjs/intl-datetimeformat": "^6.4.3", "@formatjs/intl-getcanonicallocales": "^2.0.5", "@formatjs/intl-locale": "^3.0.11", "@formatjs/intl-numberformat": "^8.3.3", "@formatjs/intl-pluralrules": "^5.1.8", "@formatjs/intl-relativetimeformat": "^11.1.8", "@mattermost/react-native-paste-input": "^0.5.2", "@neverdull-agency/expo-unlimited-secure-store": "^1.0.10", "@react-native-async-storage/async-storage": "~1.17.11", "@react-native-camera-roll/camera-roll": "^5.2.1", "@react-native-clipboard/clipboard": "^1.11.1", "@react-native-community/blur": "^4.3.0", "@react-native-community/netinfo": "9.3.7", "@react-native-community/segmented-control": "^2.2.2", "@react-native-firebase/app": "^16.5.0", "@react-native-menu/menu": "^0.7.3", "@react-navigation/bottom-tabs": "^6.5.2", "@react-navigation/native": "^6.1.1", "@react-navigation/native-stack": "^6.9.7", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "4.12.0", "@sharcoux/slider": "^6.1.1", "@tanstack/react-query": "^4.20.9", "axios": "^1.2.2", "diff": "^5.1.0", "expo": "^47.0.12", "expo-auth-session": "^3.8.0", "expo-av": "^13.1.0", "expo-constants": "^14.1.0", "expo-crypto": "^12.1.0", "expo-file-system": "^15.1.1", "expo-haptics": "^12.1.0", "expo-linking": "^3.3.0", "expo-localization": "^14.0.0", "expo-notifications": "^0.17.0", "expo-random": "^13.0.0", "expo-screen-capture": "^5.0.0", "expo-screen-orientation": "^5.0.1", "expo-secure-store": "^12.0.0", "expo-splash-screen": "^0.17.5", "expo-store-review": "^6.1.0", "expo-video-thumbnails": "^7.1.0", "expo-web-browser": "~12.0.0", "htmlparser2": "^8.0.1", "i18next": "^22.4.8", "linkify-it": "^4.0.1", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^12.1.4", "react-intl": "^6.2.5", "react-native": "^0.70.6", "react-native-blurhash": "^1.1.10", "react-native-fast-image": "^8.6.3", "react-native-feather": "^1.1.2", "react-native-flash-message": "^0.4.0", "react-native-gesture-handler": "~2.8.0", "react-native-image-picker": "^4.10.3", "react-native-ios-context-menu": "^1.15.1", "react-native-language-detection": "^0.2.2", "react-native-mmkv": "^2.5.1", "react-native-pager-view": "^6.1.2", "react-native-quick-base64": "^2.0.5", "react-native-reanimated": "^2.13.0", "react-native-reanimated-zoom": "^0.3.3", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.18.2", "react-native-share-menu": "^6.0.0", "react-native-svg": "^13.6.0", "react-native-swipe-list-view": "^3.2.9", "react-native-tab-view": "^3.3.4", "react-redux": "^8.0.5", "rn-placeholder": "^3.0.3", "url-parse": "^1.5.10", "zeego": "^1.0.2" }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/plugin-proposal-optional-chaining": "^7.20.7", "@babel/preset-typescript": "^7.18.6", "@expo/config": "^7.0.3", "@types/diff": "^5.0.2", "@types/linkify-it": "^3.0.2", "@types/lodash": "^4.14.191", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@types/react-native": "^0.70.8", "@types/react-native-share-menu": "^5.0.2", "@types/url-parse": "^1.4.8", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-remove-console": "^6.9.4", "chalk": "^4.1.2", "dotenv": "^16.0.3", "react-native-clean-project": "^4.0.1", "typescript": "^4.9.4" }, "packageManager": "yarn@3.3.1", "resolutions": { "react-native-fast-image@^8.6.3": "patch:react-native-fast-image@npm%3A8.6.3#./.yarn/patches/react-native-fast-image-npm-8.6.3-03ee2d23c0.patch", "expo-av@^13.0.2": "patch:expo-av@npm%3A13.0.2#./.yarn/patches/expo-av-npm-13.0.2-7a651776f1.patch", "react-native-share-menu@^6.0.0": "patch:react-native-share-menu@npm%3A6.0.0#./.yarn/patches/react-native-share-menu-npm-6.0.0-f1094c3204.patch", "@types/react-native-share-menu@^5.0.2": "patch:@types/react-native-share-menu@npm%3A5.0.2#./.yarn/patches/@types-react-native-share-menu-npm-5.0.2-373df17ecc.patch" } }