2020-10-20 10:28:42 +02:00
|
|
|
{
|
2021-02-27 16:33:54 +01:00
|
|
|
"name": "tooot",
|
2023-11-12 17:44:52 +01:00
|
|
|
"version": "4.10.4",
|
2022-10-12 14:53:24 +02:00
|
|
|
"description": "tooot for Mastodon",
|
2021-02-27 16:33:54 +01:00
|
|
|
"author": "xmflsct <me@xmflsct.com>",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/tooot-app/app.git"
|
|
|
|
},
|
2020-10-20 10:28:42 +02:00
|
|
|
"scripts": {
|
2021-01-28 00:41:53 +01:00
|
|
|
"start": "react-native start",
|
|
|
|
"android": "react-native run-android",
|
2023-02-16 20:42:16 +01:00
|
|
|
"phone": "react-native run-ios --device",
|
2022-09-24 16:50:53 +02:00
|
|
|
"iphone": "react-native run-ios --simulator 'iPhone 14 Pro'",
|
2022-12-09 00:35:02 +01:00
|
|
|
"ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (4th generation)'",
|
2022-06-10 23:39:57 +02:00
|
|
|
"app:build": "bundle exec fastlane",
|
2022-12-23 17:47:01 +01:00
|
|
|
"clean": "react-native-clean-project"
|
2020-10-20 10:28:42 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-05 22:33:16 +01:00
|
|
|
"@expo/react-native-action-sheet": "^4.0.1",
|
2023-06-21 23:05:40 +02:00
|
|
|
"@formatjs/intl-datetimeformat": "^6.10.0",
|
2023-06-09 23:56:15 +02:00
|
|
|
"@formatjs/intl-getcanonicallocales": "^2.2.1",
|
2023-06-21 23:05:40 +02:00
|
|
|
"@formatjs/intl-locale": "^3.3.2",
|
|
|
|
"@formatjs/intl-numberformat": "^8.7.0",
|
2023-11-12 17:44:52 +01:00
|
|
|
"@formatjs/intl-pluralrules": "^5.2.9",
|
|
|
|
"@formatjs/intl-relativetimeformat": "^11.2.9",
|
2023-07-30 21:45:08 +02:00
|
|
|
"@mattermost/react-native-paste-input": "^0.6.4",
|
2022-08-06 22:05:26 +02:00
|
|
|
"@neverdull-agency/expo-unlimited-secure-store": "^1.0.10",
|
2022-11-11 13:50:20 +01:00
|
|
|
"@react-native-async-storage/async-storage": "~1.17.11",
|
2023-07-11 23:21:41 +02:00
|
|
|
"@react-native-camera-roll/camera-roll": "^5.7.2",
|
2023-03-04 17:37:05 +01:00
|
|
|
"@react-native-clipboard/clipboard": "^1.11.2",
|
2023-05-15 21:26:32 +02:00
|
|
|
"@react-native-community/blur": "^4.3.2",
|
2023-07-11 23:21:41 +02:00
|
|
|
"@react-native-community/netinfo": "^9.4.1",
|
2023-07-30 21:45:08 +02:00
|
|
|
"@react-native-firebase/app": "^18.3.0",
|
2023-06-21 23:05:40 +02:00
|
|
|
"@react-native-menu/menu": "^0.8.0",
|
2023-07-11 23:21:41 +02:00
|
|
|
"@react-native-segmented-control/segmented-control": "^2.4.2",
|
2023-11-12 17:44:52 +01:00
|
|
|
"@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",
|
2023-07-30 21:45:08 +02:00
|
|
|
"@sentry/react-native": "^5.8.0",
|
2023-11-12 17:44:52 +01:00
|
|
|
"@sharcoux/slider": "^7.0.5",
|
2023-07-30 21:45:08 +02:00
|
|
|
"@tanstack/react-query": "^4.32.0",
|
2023-05-15 21:26:32 +02:00
|
|
|
"axios": "^1.4.0",
|
2022-12-11 16:52:34 +01:00
|
|
|
"diff": "^5.1.0",
|
2023-11-12 17:44:52 +01:00
|
|
|
"expo": "^49.0.18",
|
2023-07-30 21:45:08 +02:00
|
|
|
"expo-auth-session": "^5.1.0",
|
|
|
|
"expo-av": "^13.5.0",
|
2023-11-12 17:44:52 +01:00
|
|
|
"expo-constants": "^14.5.1",
|
2023-07-30 21:45:08 +02:00
|
|
|
"expo-crypto": "^12.5.0",
|
|
|
|
"expo-file-system": "^15.5.0",
|
2023-07-11 23:21:41 +02:00
|
|
|
"expo-haptics": "^12.4.0",
|
2023-07-30 21:45:08 +02:00
|
|
|
"expo-image": "^1.4.0",
|
2023-07-11 23:21:41 +02:00
|
|
|
"expo-linking": "^5.0.2",
|
|
|
|
"expo-localization": "^14.3.0",
|
|
|
|
"expo-notifications": "^0.20.1",
|
|
|
|
"expo-screen-capture": "^5.3.0",
|
2023-07-30 21:45:08 +02:00
|
|
|
"expo-screen-orientation": "^6.1.0",
|
2023-07-11 23:21:41 +02:00
|
|
|
"expo-secure-store": "^12.3.1",
|
2023-07-30 21:45:08 +02:00
|
|
|
"expo-splash-screen": "^0.20.5",
|
2023-07-11 23:21:41 +02:00
|
|
|
"expo-store-review": "^6.4.0",
|
|
|
|
"expo-video-thumbnails": "^7.4.0",
|
2023-07-30 21:45:08 +02:00
|
|
|
"expo-web-browser": "^12.4.0",
|
2023-05-15 21:26:32 +02:00
|
|
|
"htmlparser2": "^9.0.0",
|
2023-07-30 21:45:08 +02:00
|
|
|
"i18next": "^23.4.1",
|
2022-09-20 22:23:01 +02:00
|
|
|
"linkify-it": "^4.0.1",
|
2022-08-06 22:05:26 +02:00
|
|
|
"lodash": "^4.17.21",
|
2022-11-17 19:34:43 +01:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-07-11 23:21:41 +02:00
|
|
|
"react-i18next": "^13.0.2",
|
2023-06-21 23:05:40 +02:00
|
|
|
"react-intl": "^6.4.4",
|
2023-11-12 17:44:52 +01:00
|
|
|
"react-native": "^0.72.6",
|
|
|
|
"react-native-flash-message": "^0.4.2",
|
|
|
|
"react-native-gesture-handler": "~2.12.1",
|
2023-06-21 23:05:40 +02:00
|
|
|
"react-native-image-picker": "^5.6.0",
|
2023-01-25 00:15:46 +01:00
|
|
|
"react-native-ios-context-menu": "^1.15.3",
|
2022-12-07 23:56:00 +01:00
|
|
|
"react-native-language-detection": "^0.2.2",
|
2023-07-11 23:21:41 +02:00
|
|
|
"react-native-mmkv": "^2.10.1",
|
2023-11-12 17:44:52 +01:00
|
|
|
"react-native-pager-view": "^6.2.2",
|
2023-07-30 21:45:08 +02:00
|
|
|
"react-native-quick-base64": "^2.0.7",
|
|
|
|
"react-native-reanimated": "^3.4.1",
|
2022-11-11 13:58:09 +01:00
|
|
|
"react-native-reanimated-zoom": "^0.3.3",
|
2023-11-12 17:44:52 +01:00
|
|
|
"react-native-safe-area-context": "^4.7.4",
|
2023-07-30 21:45:08 +02:00
|
|
|
"react-native-screens": "^3.23.0",
|
2022-08-12 16:44:28 +02:00
|
|
|
"react-native-share-menu": "^6.0.0",
|
2023-07-11 23:21:41 +02:00
|
|
|
"react-native-svg": "^13.10.0",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-swipe-list-view": "^3.2.9",
|
2023-07-11 23:21:41 +02:00
|
|
|
"react-native-tab-view": "^3.5.2",
|
2022-08-06 22:05:26 +02:00
|
|
|
"rn-placeholder": "^3.0.3",
|
2023-06-21 23:05:40 +02:00
|
|
|
"zeego": "^1.6.2"
|
2020-10-20 10:28:42 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-30 21:45:08 +02:00
|
|
|
"@babel/core": "^7.22.9",
|
2023-02-24 13:06:20 +01:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
2023-06-09 23:56:15 +02:00
|
|
|
"@babel/preset-typescript": "^7.22.5",
|
2023-07-30 21:45:08 +02:00
|
|
|
"@expo/config": "^8.2.0",
|
2023-11-12 17:44:52 +01:00
|
|
|
"@react-native/metro-config": "^0.72.11",
|
|
|
|
"@types/diff": "^5.0.8",
|
|
|
|
"@types/linkify-it": "^3.0.5",
|
|
|
|
"@types/lodash": "^4.14.201",
|
|
|
|
"@types/react": "^18.2.37",
|
|
|
|
"@types/react-dom": "^18.2.15",
|
|
|
|
"@types/react-native-share-menu": "^5.0.5",
|
2023-01-25 00:15:46 +01:00
|
|
|
"babel-plugin-module-resolver": "^5.0.0",
|
2022-08-06 22:05:26 +02:00
|
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
|
|
"chalk": "^4.1.2",
|
2023-06-21 23:05:40 +02:00
|
|
|
"dotenv": "^16.3.1",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-clean-project": "^4.0.1",
|
2023-07-11 23:21:41 +02:00
|
|
|
"typescript": "^5.1.6"
|
2022-12-23 17:47:01 +01:00
|
|
|
},
|
2023-11-12 17:44:52 +01:00
|
|
|
"packageManager": "yarn@4.0.1",
|
2022-12-23 17:47:01 +01:00
|
|
|
"resolutions": {
|
|
|
|
"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",
|
2023-01-16 18:50:18 +01:00
|
|
|
"@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",
|
2023-03-19 23:18:43 +01:00
|
|
|
"react-native-ios-context-menu@^1.15.1": "patch:react-native-ios-context-menu@npm%3A1.15.1#./.yarn/patches/react-native-ios-context-menu-npm-1.15.1-0034bfa5ba.patch",
|
2023-06-22 00:07:17 +02:00
|
|
|
"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",
|
2023-07-11 23:21:41 +02:00
|
|
|
"react-native@^0.72.0": "patch:react-native@npm%3A0.72.0#./.yarn/patches/react-native-npm-0.72.0-66f5fd62b3.patch",
|
|
|
|
"@mattermost/react-native-paste-input@^0.6.2": "patch:@mattermost/react-native-paste-input@npm%3A0.6.2#./.yarn/patches/@mattermost-react-native-paste-input-npm-0.6.2-e109419dfb.patch"
|
2021-02-02 22:50:38 +01:00
|
|
|
}
|
2022-09-21 09:55:27 +02:00
|
|
|
}
|