2020-10-20 10:28:42 +02:00
|
|
|
{
|
2021-02-27 16:33:54 +01:00
|
|
|
"name": "tooot",
|
|
|
|
"versions": {
|
2022-02-06 22:07:58 +01:00
|
|
|
"native": "220206",
|
2021-10-24 00:43:00 +02:00
|
|
|
"major": 3,
|
2022-02-06 17:34:38 +01:00
|
|
|
"minor": 4,
|
2022-02-12 11:12:05 +01:00
|
|
|
"patch": 4,
|
2021-12-18 22:22:01 +01:00
|
|
|
"expo": "44.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)'",
|
2021-02-03 23:49:18 +01:00
|
|
|
"app:build": "bundle exec fastlane build",
|
2021-05-09 23:16:53 +02:00
|
|
|
"release": "scripts/release.sh",
|
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-02-04 00:43:22 +01:00
|
|
|
"@expo/react-native-action-sheet": "3.13.0",
|
2021-08-21 01:45:43 +02:00
|
|
|
"@neverdull-agency/expo-unlimited-secure-store": "1.0.10",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@react-native-async-storage/async-storage": "1.15.17",
|
2021-08-21 01:45:43 +02:00
|
|
|
"@react-native-community/blur": "3.6.0",
|
2021-10-24 00:43:00 +02:00
|
|
|
"@react-native-community/cameraroll": "4.1.2",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@react-native-community/netinfo": "7.1.9",
|
2021-01-30 01:29:15 +01:00
|
|
|
"@react-native-community/segmented-control": "2.2.2",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@react-navigation/bottom-tabs": "6.2.0",
|
|
|
|
"@react-navigation/native": "6.0.8",
|
|
|
|
"@react-navigation/native-stack": "6.4.1",
|
|
|
|
"@react-navigation/stack": "6.1.1",
|
|
|
|
"@reduxjs/toolkit": "1.7.2",
|
|
|
|
"@sentry/react-native": "3.2.13",
|
|
|
|
"@sharcoux/slider": "5.6.4",
|
2022-02-04 23:13:32 +01:00
|
|
|
"axios": "0.24.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"expo": "44.0.6",
|
2021-12-18 12:06:35 +01:00
|
|
|
"expo-auth-session": "3.5.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"expo-av": "10.2.1",
|
|
|
|
"expo-constants": "^13.0.2",
|
|
|
|
"expo-crypto": "10.1.2",
|
|
|
|
"expo-device": "4.1.1",
|
2022-01-08 16:46:01 +01:00
|
|
|
"expo-file-system": "13.2.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"expo-firebase-analytics": "6.0.1",
|
|
|
|
"expo-haptics": "11.1.1",
|
|
|
|
"expo-image-manipulator": "10.2.1",
|
|
|
|
"expo-image-picker": "12.0.2",
|
2021-12-18 12:06:35 +01:00
|
|
|
"expo-linking": "3.0.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"expo-localization": "12.0.1",
|
|
|
|
"expo-notifications": "0.14.1",
|
|
|
|
"expo-random": "12.1.2",
|
|
|
|
"expo-screen-capture": "4.1.1",
|
|
|
|
"expo-secure-store": "11.1.1",
|
|
|
|
"expo-splash-screen": "0.14.2",
|
|
|
|
"expo-store-review": "5.1.1",
|
2022-01-02 19:10:02 +01:00
|
|
|
"expo-updates": "0.11.3",
|
2022-01-08 16:46:01 +01:00
|
|
|
"expo-video-thumbnails": "6.2.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"expo-web-browser": "10.1.1",
|
2021-09-16 22:57:21 +02:00
|
|
|
"i18next": "20.6.1",
|
2021-08-21 01:45:43 +02:00
|
|
|
"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-01-02 19:10:02 +01:00
|
|
|
"react-i18next": "11.15.3",
|
2021-12-15 00:29:35 +01:00
|
|
|
"react-native": "0.66.4",
|
2021-08-21 01:45:43 +02:00
|
|
|
"react-native-animated-spinkit": "1.5.2",
|
2021-12-06 21:25:09 +01:00
|
|
|
"react-native-base64": "^0.2.1",
|
2022-01-02 19:10:02 +01:00
|
|
|
"react-native-blurhash": "1.1.8",
|
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",
|
|
|
|
"react-native-gesture-handler": "2.2.0",
|
2021-08-21 01:45:43 +02:00
|
|
|
"react-native-htmlview": "0.16.0",
|
2021-11-14 13:22:06 +01:00
|
|
|
"react-native-pager-view": "5.4.9",
|
2022-02-06 22:58:00 +01:00
|
|
|
"react-native-reanimated": "2.4.0",
|
2021-10-24 00:43:00 +02:00
|
|
|
"react-native-safe-area-context": "3.3.2",
|
2022-02-04 00:43:22 +01:00
|
|
|
"react-native-screens": "3.10.2",
|
2021-05-12 14:50:32 +02:00
|
|
|
"react-native-svg": "12.1.1",
|
2021-08-22 00:17:24 +02:00
|
|
|
"react-native-swipe-list-view": "3.2.9",
|
|
|
|
"react-native-tab-view": "3.1.1",
|
2022-02-06 22:58:00 +01:00
|
|
|
"react-query": "3.34.14",
|
2021-11-14 13:22:06 +01:00
|
|
|
"react-redux": "7.2.6",
|
2021-08-22 13:41:33 +02:00
|
|
|
"react-timeago": "6.2.1",
|
2021-08-21 01:45:43 +02:00
|
|
|
"redux-persist": "6.0.0",
|
|
|
|
"rn-placeholder": "3.0.3",
|
2021-10-10 15:22:37 +02:00
|
|
|
"sentry-expo": "4.0.3",
|
2021-08-22 00:17:24 +02:00
|
|
|
"tslib": "2.3.1",
|
2021-08-21 01:45:43 +02:00
|
|
|
"valid-url": "1.0.9"
|
2020-10-20 10:28:42 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-04 00:43:22 +01:00
|
|
|
"@babel/core": "7.17.0",
|
2022-01-02 19:10:02 +01:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
|
|
|
"@babel/preset-typescript": "7.16.7",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@expo/config": "6.0.16",
|
2021-12-15 00:29:35 +01:00
|
|
|
"@types/lodash": "4.14.178",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@types/react": "17.0.39",
|
2021-11-14 13:22:06 +01:00
|
|
|
"@types/react-dom": "17.0.11",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@types/react-native": "0.66.15",
|
2021-12-06 21:25:09 +01:00
|
|
|
"@types/react-native-base64": "^0.2.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"@types/react-redux": "7.1.22",
|
2021-08-21 15:03:08 +02:00
|
|
|
"@types/react-timeago": "4.1.3",
|
2021-08-21 01:45:43 +02:00
|
|
|
"@types/valid-url": "1.0.3",
|
2021-11-27 19:21:40 +01:00
|
|
|
"@welldone-software/why-did-you-render": "6.2.3",
|
2021-08-21 01:45:43 +02:00
|
|
|
"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-02-04 00:43:22 +01:00
|
|
|
"dotenv": "16.0.0",
|
2021-10-24 00:43:00 +02:00
|
|
|
"patch-package": "6.4.7",
|
|
|
|
"postinstall-postinstall": "2.1.0",
|
2022-02-04 00:43:22 +01:00
|
|
|
"react-native-clean-project": "4.0.0",
|
|
|
|
"typescript": "4.5.5"
|
2021-02-02 22:50:38 +01:00
|
|
|
}
|
2021-06-17 18:19:30 +02:00
|
|
|
}
|