2020-10-20 10:28:42 +02:00
|
|
|
{
|
2021-02-27 16:33:54 +01:00
|
|
|
"name": "tooot",
|
2022-11-29 21:58:59 +01:00
|
|
|
"version": "4.6.5",
|
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",
|
2022-09-24 16:50:53 +02:00
|
|
|
"iphone": "react-native run-ios --simulator 'iPhone 14 Pro'",
|
|
|
|
"ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (3rd generation)'",
|
2022-06-10 23:39:57 +02:00
|
|
|
"app:build": "bundle exec fastlane",
|
2021-10-08 16:09:25 +02:00
|
|
|
"clean": "react-native-clean-project",
|
|
|
|
"postinstall": "patch-package"
|
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",
|
2022-12-04 01:12:59 +01:00
|
|
|
"@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",
|
2022-10-10 23:28:27 +02:00
|
|
|
"@mattermost/react-native-paste-input": "^0.5.1",
|
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",
|
|
|
|
"@react-native-camera-roll/camera-roll": "^5.1.0",
|
2022-09-24 00:34:18 +02:00
|
|
|
"@react-native-clipboard/clipboard": "^1.11.1",
|
2022-11-05 22:33:16 +01:00
|
|
|
"@react-native-community/blur": "^4.3.0",
|
2022-11-29 21:58:59 +01:00
|
|
|
"@react-native-community/netinfo": "9.3.7",
|
2022-08-06 22:05:26 +02:00
|
|
|
"@react-native-community/segmented-control": "^2.2.2",
|
2022-11-30 23:47:05 +01:00
|
|
|
"@react-native-menu/menu": "^0.7.2",
|
2022-11-29 21:58:59 +01:00
|
|
|
"@react-navigation/bottom-tabs": "^6.4.3",
|
|
|
|
"@react-navigation/native": "^6.0.16",
|
|
|
|
"@react-navigation/native-stack": "^6.9.4",
|
|
|
|
"@react-navigation/stack": "^6.3.7",
|
2022-12-04 01:12:59 +01:00
|
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
|
|
"@sentry/react-native": "4.10.1",
|
2022-11-29 21:58:59 +01:00
|
|
|
"@sharcoux/slider": "^6.1.1",
|
2022-08-06 22:05:26 +02:00
|
|
|
"axios": "^0.27.2",
|
2022-11-29 21:58:59 +01:00
|
|
|
"expo": "^47.0.8",
|
2022-12-04 01:12:59 +01:00
|
|
|
"expo-auth-session": "^3.7.3",
|
2022-11-29 21:58:59 +01:00
|
|
|
"expo-av": "^13.0.2",
|
2022-11-17 19:34:43 +01:00
|
|
|
"expo-constants": "^14.0.2",
|
|
|
|
"expo-crypto": "^12.0.0",
|
|
|
|
"expo-file-system": "^15.1.1",
|
|
|
|
"expo-haptics": "^12.0.1",
|
|
|
|
"expo-linking": "^3.2.3",
|
|
|
|
"expo-localization": "^14.0.0",
|
|
|
|
"expo-notifications": "^0.17.0",
|
|
|
|
"expo-random": "^13.0.0",
|
|
|
|
"expo-screen-capture": "^5.0.0",
|
|
|
|
"expo-secure-store": "^12.0.0",
|
|
|
|
"expo-splash-screen": "^0.17.5",
|
|
|
|
"expo-store-review": "^6.0.0",
|
|
|
|
"expo-video-thumbnails": "^7.0.0",
|
2022-11-05 22:33:16 +01:00
|
|
|
"expo-web-browser": "~12.0.0",
|
2022-11-17 19:34:43 +01:00
|
|
|
"i18next": "^22.0.6",
|
2022-08-06 22:05:26 +02:00
|
|
|
"li": "^1.3.0",
|
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",
|
2022-10-27 22:18:38 +02:00
|
|
|
"react-i18next": "^12.0.0",
|
2022-12-04 01:12:59 +01:00
|
|
|
"react-intl": "^6.2.5",
|
2022-11-17 19:34:43 +01:00
|
|
|
"react-native": "0.70.6",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-animated-spinkit": "^1.5.2",
|
2021-12-06 21:25:09 +01:00
|
|
|
"react-native-base64": "^0.2.1",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-blurhash": "^1.1.10",
|
2022-10-31 19:42:14 +01:00
|
|
|
"react-native-fast-image": "^8.6.3",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-feather": "^1.1.2",
|
2022-08-06 22:20:03 +02:00
|
|
|
"react-native-flash-message": "^0.3.1",
|
2022-11-05 22:33:16 +01:00
|
|
|
"react-native-gesture-handler": "~2.8.0",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-htmlview": "^0.16.0",
|
2022-12-04 01:12:59 +01:00
|
|
|
"react-native-image-picker": "^4.10.2",
|
2022-11-30 23:47:05 +01:00
|
|
|
"react-native-ios-context-menu": "^1.15.1",
|
2022-06-09 01:47:38 +02:00
|
|
|
"react-native-language-detection": "^0.1.0",
|
2022-10-30 17:42:57 +01:00
|
|
|
"react-native-live-text-image-view": "^0.4.0",
|
2022-11-29 21:58:59 +01:00
|
|
|
"react-native-pager-view": "^6.1.2",
|
2022-11-17 19:34:43 +01:00
|
|
|
"react-native-reanimated": "^2.13.0",
|
2022-11-11 13:58:09 +01:00
|
|
|
"react-native-reanimated-zoom": "^0.3.3",
|
2022-11-17 19:34:43 +01:00
|
|
|
"react-native-safe-area-context": "^4.4.1",
|
|
|
|
"react-native-screens": "^3.18.2",
|
2022-08-12 16:44:28 +02:00
|
|
|
"react-native-share-menu": "^6.0.0",
|
2022-11-17 19:34:43 +01:00
|
|
|
"react-native-svg": "^13.6.0",
|
2022-08-06 22:05:26 +02:00
|
|
|
"react-native-swipe-list-view": "^3.2.9",
|
2022-11-29 21:58:59 +01:00
|
|
|
"react-native-tab-view": "^3.3.2",
|
2022-08-06 22:20:03 +02:00
|
|
|
"react-query": "^3.39.2",
|
2022-11-05 22:33:16 +01:00
|
|
|
"react-redux": "^8.0.5",
|
2022-08-06 22:05:26 +02:00
|
|
|
"redux-persist": "^6.0.0",
|
|
|
|
"rn-placeholder": "^3.0.3",
|
2022-11-30 23:47:05 +01:00
|
|
|
"valid-url": "^1.0.9",
|
|
|
|
"zeego": "^0.5.0"
|
2020-10-20 10:28:42 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-29 21:58:59 +01:00
|
|
|
"@babel/core": "^7.20.5",
|
2022-08-06 22:05:26 +02:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
2022-07-09 00:27:02 +02:00
|
|
|
"@babel/preset-react": "^7.18.6",
|
2022-08-06 22:05:26 +02:00
|
|
|
"@babel/preset-typescript": "^7.18.6",
|
2022-11-11 13:50:20 +01:00
|
|
|
"@expo/config": "^7.0.3",
|
2022-09-20 22:23:01 +02:00
|
|
|
"@types/linkify-it": "^3.0.2",
|
2022-12-04 01:12:59 +01:00
|
|
|
"@types/lodash": "^4.14.191",
|
|
|
|
"@types/react": "~18.0.26",
|
2022-11-17 19:34:43 +01:00
|
|
|
"@types/react-dom": "~18.0.9",
|
2022-11-29 21:58:59 +01:00
|
|
|
"@types/react-native": "~0.70.7",
|
2021-12-06 21:25:09 +01:00
|
|
|
"@types/react-native-base64": "^0.2.0",
|
2022-05-02 22:31:22 +02:00
|
|
|
"@types/react-native-share-menu": "^5.0.2",
|
2022-08-06 22:05:26 +02:00
|
|
|
"@types/react-timeago": "^4.1.3",
|
|
|
|
"@types/valid-url": "^1.0.3",
|
|
|
|
"@welldone-software/why-did-you-render": "^7.0.1",
|
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
|
|
"chalk": "^4.1.2",
|
2022-10-10 23:28:27 +02:00
|
|
|
"dotenv": "^16.0.3",
|
2022-11-05 22:33:16 +01:00
|
|
|
"expo-cli": "^6.0.8",
|
2022-10-27 22:18:38 +02:00
|
|
|
"patch-package": "^6.5.0",
|
2022-08-06 22:05:26 +02:00
|
|
|
"postinstall-postinstall": "^2.1.0",
|
|
|
|
"react-native-clean-project": "^4.0.1",
|
2022-11-17 19:34:43 +01:00
|
|
|
"typescript": "^4.9.3"
|
2021-02-02 22:50:38 +01:00
|
|
|
}
|
2022-09-21 09:55:27 +02:00
|
|
|
}
|