{ "name": "tooot", "version": "4.11.0", "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", "phone": "react-native run-ios --device", "iphone": "react-native run-ios --simulator 'iPhone 15 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.12.2", "@formatjs/intl-getcanonicallocales": "^2.3.0", "@formatjs/intl-locale": "^3.4.5", "@formatjs/intl-numberformat": "^8.10.0", "@formatjs/intl-pluralrules": "^5.2.12", "@formatjs/intl-relativetimeformat": "^11.2.12", "@mattermost/react-native-paste-input": "^0.7.0", "@neverdull-agency/expo-unlimited-secure-store": "^1.0.10", "@react-native-async-storage/async-storage": "~1.21.0", "@react-native-camera-roll/camera-roll": "^7.4.0", "@react-native-clipboard/clipboard": "^1.13.2", "@react-native-community/blur": "^4.4.0", "@react-native-community/netinfo": "^11.2.1", "@react-native-firebase/app": "^18.8.0", "@react-native-menu/menu": "^0.9.1", "@react-native-segmented-control/segmented-control": "^2.5.0", "@react-navigation/bottom-tabs": "^6.5.11", "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.17", "@react-navigation/stack": "^6.3.20", "@sentry/react-native": "^5.18.0", "@sharcoux/slider": "^7.1.1", "@tanstack/react-query": "^4.36.1", "axios": "^1.6.7", "diff": "^5.1.0", "expo": "^50.0.6", "expo-auth-session": "^5.4.0", "expo-av": "^13.10.5", "expo-constants": "^15.4.5", "expo-crypto": "^12.8.0", "expo-file-system": "^16.0.6", "expo-haptics": "^12.8.1", "expo-image": "^1.11.0", "expo-linking": "^6.2.2", "expo-localization": "^14.8.3", "expo-notifications": "^0.27.6", "expo-screen-capture": "^5.8.1", "expo-screen-orientation": "^6.4.1", "expo-secure-store": "^12.8.1", "expo-splash-screen": "^0.26.4", "expo-store-review": "^6.8.3", "expo-video-thumbnails": "^7.9.0", "expo-web-browser": "^12.8.2", "htmlparser2": "^9.1.0", "i18next": "^23.8.2", "linkify-it": "^5.0.0", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.0.5", "react-intl": "^6.6.2", "react-native": "^0.73.4", "react-native-flash-message": "^0.4.2", "react-native-gesture-handler": "^2.15.0", "react-native-image-picker": "^7.1.0", "react-native-ios-context-menu": "^2.3.2", "react-native-ios-utilities": "^4.3.0", "react-native-language-detection": "^0.2.2", "react-native-mmkv": "^2.11.0", "react-native-pager-view": "^6.2.3", "react-native-quick-base64": "^2.0.8", "react-native-reanimated": "^3.6.2", "react-native-reanimated-zoom": "^0.3.3", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0", "react-native-share-menu": "^6.0.0", "react-native-svg": "^14.1.0", "react-native-swipe-list-view": "^3.2.9", "react-native-tab-view": "^3.5.2", "rn-placeholder": "^3.0.3", "zeego": "^1.7.2" }, "devDependencies": { "@babel/core": "^7.23.9", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-typescript": "^7.23.3", "@expo/config": "^8.5.4", "@react-native/metro-config": "^0.73.5", "@react-native/typescript-config": "^0.74.0", "@types/diff": "^5.0.9", "@types/linkify-it": "^3.0.5", "@types/lodash": "^4.14.202", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.18", "@types/react-native-share-menu": "^5.0.5", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-transform-remove-console": "^6.9.4", "chalk": "^4.1.2", "dotenv": "^16.4.1", "react-native-clean-project": "^4.0.3", "typescript": "^5.3.3" }, "packageManager": "yarn@4.1.0", "resolutions": { "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", "react-native-ios-context-menu@^2.3.2": "patch:react-native-ios-context-menu@npm%3A2.3.2#~/.yarn/patches/react-native-ios-context-menu-npm-2.3.2-9099ed7858.patch", "react-native-reanimated-zoom@^0.3.3": "patch:react-native-reanimated-zoom@npm%3A0.3.3#./.yarn/patches/react-native-reanimated-zoom-npm-0.3.3-bbb8d84109.patch" } }