tooot/package.json

122 lines
4.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": {
2021-03-17 21:19:46 +01:00
"native": "210317",
2021-02-27 16:33:54 +01:00
"major": 0,
2021-03-17 21:19:46 +01:00
"minor": 7,
2021-02-27 16:33:54 +01:00
"patch": 0,
"expo": "40.0.0"
},
"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",
"ios": "react-native run-ios",
2021-02-03 23:49:18 +01:00
"app:build": "bundle exec fastlane build",
2021-01-27 00:35:34 +01:00
"test": "jest --watchAll",
2021-01-30 01:29:15 +01:00
"release": "scripts/release.sh"
2020-10-20 10:28:42 +02:00
},
"dependencies": {
2021-03-15 22:30:29 +01:00
"@expo/react-native-action-sheet": "^3.9.0",
"@neverdull-agency/expo-unlimited-secure-store": "^1.0.10",
2021-03-15 22:30:29 +01:00
"@react-native-async-storage/async-storage": "^1.14.1",
2021-01-30 01:29:15 +01:00
"@react-native-community/blur": "^3.6.0",
2021-01-31 03:09:35 +01:00
"@react-native-community/cameraroll": "^4.0.2",
2020-11-23 00:07:32 +01:00
"@react-native-community/masked-view": "0.1.10",
2021-03-15 22:30:29 +01:00
"@react-native-community/netinfo": "^6.0.0",
2021-01-30 01:29:15 +01:00
"@react-native-community/segmented-control": "2.2.2",
2021-03-15 22:30:29 +01:00
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
2020-12-18 23:58:53 +01:00
"@reduxjs/toolkit": "^1.5.0",
2021-03-16 00:36:32 +01:00
"@sentry/react-native": "^2.3.0",
2021-03-15 22:30:29 +01:00
"@sharcoux/slider": "^5.1.3",
2020-12-29 16:19:04 +01:00
"axios": "^0.21.1",
2021-01-30 01:29:15 +01:00
"expo": "^40.0.1",
2021-03-16 00:36:32 +01:00
"expo-auth-session": "~3.1.0",
"expo-av": "~9.0.0",
"expo-crypto": "~9.0.0",
"expo-firebase-analytics": "~3.0.0",
"expo-haptics": "~9.0.0",
"expo-image-picker": "~10.0.0",
"expo-linking": "~2.1.1",
"expo-localization": "~10.0.0",
"expo-notifications": "~0.9.0",
"expo-random": "~11.0.0",
2021-02-05 01:13:57 +01:00
"expo-screen-capture": "^3.0.0",
2021-03-16 00:36:32 +01:00
"expo-splash-screen": "~0.9.0",
2020-12-10 22:13:56 +01:00
"expo-status-bar": "~1.0.3",
2021-03-16 00:36:32 +01:00
"expo-store-review": "~3.0.0",
"expo-video-thumbnails": "~5.0.0",
"expo-web-browser": "~9.0.0",
2021-03-15 22:30:29 +01:00
"i18next": "^19.9.2",
2021-02-11 01:33:31 +01:00
"li": "^1.3.0",
2021-03-15 22:30:29 +01:00
"lodash": "^4.17.21",
2021-03-16 00:36:32 +01:00
"react": "17.0.1",
"react-dom": "17.0.1",
2021-03-15 22:30:29 +01:00
"react-i18next": "^11.8.10",
2021-03-16 00:36:32 +01:00
"react-native": "~0.64.0",
2021-03-15 22:30:29 +01:00
"react-native-animated-spinkit": "^1.5.2",
"react-native-blurhash": "^1.1.4",
2021-01-28 01:14:00 +01:00
"react-native-fast-image": "^8.3.4",
"react-native-feather": "^1.0.2",
2021-02-28 22:49:55 +01:00
"react-native-flash-message": "^0.1.23",
2021-03-15 22:30:29 +01:00
"react-native-gesture-handler": "~1.10.3",
2020-10-26 00:27:53 +01:00
"react-native-htmlview": "^0.16.0",
2021-03-15 22:30:29 +01:00
"react-native-pager-view": "^5.1.2",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "3.2.0",
2021-03-16 23:15:37 +01:00
"react-native-screens": "~2.17.1",
2020-12-06 12:52:29 +01:00
"react-native-svg": "12.1.0",
2021-02-07 00:39:11 +01:00
"react-native-swipe-list-view": "^3.2.6",
2021-03-15 22:30:29 +01:00
"react-native-tab-view": "^3.0.0",
2021-01-28 00:41:53 +01:00
"react-native-unimodules": "~0.12.0",
2021-03-16 00:36:32 +01:00
"react-query": "^3.12.2",
2020-11-15 20:29:43 +01:00
"react-redux": "^7.2.2",
2021-01-14 00:43:35 +01:00
"react-timeago": "^5.2.0",
2020-11-21 13:19:05 +01:00
"redux-persist": "^6.0.0",
2021-01-23 02:41:50 +01:00
"rn-placeholder": "^3.0.3",
2021-03-15 22:30:29 +01:00
"sentry-expo": "^3.0.5",
2021-01-30 01:29:15 +01:00
"tslib": "^2.1.0"
2020-10-20 10:28:42 +02:00
},
"devDependencies": {
2021-03-15 22:30:29 +01:00
"@babel/core": "~7.13.10",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/preset-typescript": "^7.13.0",
"@expo/config": "^3.3.31",
2020-12-28 00:59:57 +01:00
"@jest/types": "^26.6.2",
2021-03-16 00:36:32 +01:00
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/react": "~17.0.3",
"@types/react-dom": "~17.0.2",
"@types/react-native": "~0.63.52",
2020-10-31 21:04:46 +01:00
"@types/react-navigation": "^3.4.0",
2021-01-30 01:29:15 +01:00
"@types/react-redux": "^7.1.16",
2021-03-16 00:36:32 +01:00
"@types/react-test-renderer": "^17.0.1",
2021-01-14 00:43:35 +01:00
"@types/react-timeago": "^4.1.2",
2021-03-16 00:36:32 +01:00
"@welldone-software/why-did-you-render": "^6.1.1",
"babel-jest": "~26.6.3",
2020-12-18 23:58:53 +01:00
"babel-plugin-module-resolver": "^4.1.0",
2021-03-13 18:27:44 +01:00
"babel-plugin-transform-remove-console": "^6.9.4",
2020-12-24 10:28:51 +01:00
"chalk": "^4.1.0",
2021-01-20 00:39:39 +01:00
"dotenv": "^8.2.0",
2020-12-28 00:59:57 +01:00
"jest": "^26.6.3",
2021-03-16 00:36:32 +01:00
"jest-expo": "^40.0.2",
"nock": "^13.0.11",
2021-03-15 22:30:29 +01:00
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
2021-03-16 00:36:32 +01:00
"react-test-renderer": "^17.0.1",
2021-03-15 22:30:29 +01:00
"typescript": "~4.2.3",
"uri-scheme": "^1.0.68"
2021-02-02 22:50:38 +01:00
}
2021-03-16 00:36:32 +01:00
}