tooot/package.json

157 lines
5.0 KiB
JSON
Raw Normal View History

2020-10-20 10:28:42 +02:00
{
2021-02-27 16:33:54 +01:00
"name": "tooot",
"versions": {
2022-07-09 00:27:02 +02:00
"native": "220709",
"major": 4,
2022-07-09 00:27:02 +02:00
"minor": 2,
"patch": 0,
2022-05-08 22:35:43 +02:00
"expo": "45.0.0"
2021-02-27 16:33:54 +01:00
},
"description": "tooot app for Mastodon",
"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-02-03 23:26:25 +01:00
"iphone": "react-native run-ios",
"ipad": "react-native run-ios --simulator 'iPad mini (6th generation)'",
2022-06-10 23:39:57 +02:00
"app:build": "bundle exec fastlane",
2021-05-09 23:16:53 +02:00
"release": "scripts/release.sh",
"clean": "react-native-clean-project",
"postinstall": "patch-package"
2020-10-20 10:28:42 +02:00
},
"dependencies": {
2022-02-04 00:43:22 +01:00
"@expo/react-native-action-sheet": "3.13.0",
2022-07-09 00:27:02 +02:00
"@formatjs/intl-datetimeformat": "^6.0.3",
2022-06-07 21:53:51 +02:00
"@formatjs/intl-getcanonicallocales": "^2.0.2",
2022-07-09 00:27:02 +02:00
"@formatjs/intl-locale": "^3.0.3",
"@formatjs/intl-numberformat": "^8.0.3",
"@formatjs/intl-pluralrules": "^5.0.3",
"@formatjs/intl-relativetimeformat": "^11.0.3",
2022-06-05 21:17:39 +02:00
"@mattermost/react-native-paste-input": "^0.4.2",
"@neverdull-agency/expo-unlimited-secure-store": "1.0.10",
2022-07-09 00:27:02 +02:00
"@react-native-async-storage/async-storage": "1.17.7",
"@react-native-community/blur": "3.6.0",
2021-10-24 00:43:00 +02:00
"@react-native-community/cameraroll": "4.1.2",
2022-07-09 00:27:02 +02:00
"@react-native-community/netinfo": "9.3.0",
2021-01-30 01:29:15 +01:00
"@react-native-community/segmented-control": "2.2.2",
2022-07-09 00:27:02 +02:00
"@react-navigation/bottom-tabs": "6.3.2",
"@react-navigation/native": "6.0.11",
"@react-navigation/native-stack": "6.7.0",
"@react-navigation/stack": "6.2.2",
"@reduxjs/toolkit": "1.8.3",
"@sentry/react-native": "4.1.1",
2022-05-08 22:55:39 +02:00
"@sharcoux/slider": "6.0.3",
2022-04-28 21:53:52 +02:00
"axios": "0.27.2",
2022-07-09 00:27:02 +02:00
"expo": "45.0.6",
2022-05-14 22:20:21 +02:00
"expo-auth-session": "3.6.1",
2022-05-08 22:35:43 +02:00
"expo-av": "11.2.3",
"expo-constants": "^13.1.1",
"expo-crypto": "10.2.0",
"expo-device": "4.2.0",
"expo-file-system": "14.0.0",
"expo-firebase-analytics": "7.0.0",
"expo-haptics": "11.2.0",
2022-06-09 21:33:10 +02:00
"expo-image-manipulator": "^10.3.1",
2022-05-08 22:35:43 +02:00
"expo-image-picker": "13.1.1",
"expo-linking": "3.1.0",
"expo-localization": "13.0.0",
2022-07-09 00:27:02 +02:00
"expo-notifications": "0.15.4",
2022-05-08 22:35:43 +02:00
"expo-random": "12.2.0",
"expo-screen-capture": "4.2.0",
"expo-secure-store": "11.2.0",
"expo-splash-screen": "0.15.1",
"expo-store-review": "5.2.0",
2022-07-09 00:27:02 +02:00
"expo-updates": "0.13.3",
2022-05-08 22:35:43 +02:00
"expo-video-thumbnails": "6.3.0",
2022-06-03 23:44:27 +02:00
"expo-web-browser": "10.2.1",
2022-07-09 00:27:02 +02:00
"i18next": "21.8.13",
"li": "1.3.0",
"lodash": "4.17.21",
2021-05-11 23:07:07 +02:00
"react": "17.0.2",
"react-dom": "17.0.2",
2022-07-09 00:27:02 +02:00
"react-i18next": "11.18.0",
"react-intl": "^6.0.5",
2022-05-10 22:06:16 +02:00
"react-native": "0.68.2",
"react-native-animated-spinkit": "1.5.2",
2021-12-06 21:25:09 +01:00
"react-native-base64": "^0.2.1",
2022-04-28 21:53:52 +02:00
"react-native-blurhash": "1.1.10",
2022-06-06 22:49:43 +02:00
"react-native-context-menu-view": "xmflsct/react-native-context-menu-view",
2021-10-04 18:26:05 +02:00
"react-native-fast-image": "8.5.11",
2021-08-22 00:17:24 +02:00
"react-native-feather": "1.1.2",
2022-02-04 00:43:22 +01:00
"react-native-flash-message": "0.2.1",
2022-07-09 00:27:02 +02:00
"react-native-gesture-handler": "2.5.0",
"react-native-htmlview": "0.16.0",
2022-07-09 00:27:02 +02:00
"react-native-image-crop-picker": "^0.38.0",
2022-06-09 01:47:38 +02:00
"react-native-language-detection": "^0.1.0",
"react-native-pager-view": "5.4.11",
2022-07-09 00:27:02 +02:00
"react-native-reanimated": "2.9.1",
2022-06-07 21:53:51 +02:00
"react-native-safe-area-context": "4.3.1",
2022-07-09 00:27:02 +02:00
"react-native-screens": "3.15.0",
2022-05-02 22:31:22 +02:00
"react-native-share-menu": "^5.0.5",
2022-03-28 22:20:40 +02:00
"react-native-svg": "12.3.0",
2021-08-22 00:17:24 +02:00
"react-native-swipe-list-view": "3.2.9",
"react-native-tab-view": "3.1.1",
2022-06-03 22:29:04 +02:00
"react-query": "3.39.1",
2022-05-28 12:20:48 +02:00
"react-redux": "8.0.2",
"redux-persist": "6.0.0",
"rn-placeholder": "3.0.3",
2022-06-03 23:44:27 +02:00
"sentry-expo": "4.2.0",
2022-04-28 21:53:52 +02:00
"tslib": "2.4.0",
"valid-url": "1.0.9"
2020-10-20 10:28:42 +02:00
},
"devDependencies": {
2022-07-09 00:27:02 +02:00
"@babel/core": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.18.6",
2022-05-14 22:20:21 +02:00
"@expo/config": "6.0.24",
2022-04-28 21:53:52 +02:00
"@types/lodash": "4.14.182",
2022-03-28 22:00:31 +02:00
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
2022-06-07 21:53:51 +02:00
"@types/react-native": "0.67.8",
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",
2021-08-21 15:03:08 +02:00
"@types/react-timeago": "4.1.3",
"@types/valid-url": "1.0.3",
2022-04-05 22:29:10 +02:00
"@welldone-software/why-did-you-render": "7.0.1",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-remove-console": "6.9.4",
2021-08-21 15:03:08 +02:00
"chalk": "4.1.2",
2022-05-12 00:10:10 +02:00
"dotenv": "16.0.1",
2021-10-24 00:43:00 +02:00
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
2022-03-28 22:00:31 +02:00
"react-native-clean-project": "4.0.1",
2022-07-09 00:27:02 +02:00
"typescript": "4.7.4"
2022-02-09 22:56:59 +01:00
},
"resolutions": {
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14"
},
2022-02-09 22:56:59 +01:00
"expo": {
"autolinking": {
"ios": {
"exclude": [
"expo-application",
"expo-font",
"expo-keep-awake"
]
},
"android": {
"exclude": [
"expo-application",
"expo-firebase-analytics",
"expo-firebase-core",
"expo-font",
"expo-keep-awake",
"expo-store-review",
"react-native-reanimated"
2022-02-09 22:56:59 +01:00
]
}
}
2021-02-02 22:50:38 +01:00
}
2022-06-09 21:33:10 +02:00
}