tooot/package.json

130 lines
4.2 KiB
JSON

{
"name": "tooot",
"versions": {
"native": "210511",
"major": 2,
"minor": 1,
"patch": 3,
"expo": "41.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"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"app:build": "bundle exec fastlane build",
"test": "jest --watchAll",
"release": "scripts/release.sh",
"clean": "react-native-clean-project"
},
"dependencies": {
"@expo/react-native-action-sheet": "3.10.0",
"@neverdull-agency/expo-unlimited-secure-store": "1.0.10",
"@react-native-async-storage/async-storage": "1.15.6",
"@react-native-community/blur": "3.6.0",
"@react-native-community/cameraroll": "4.0.4",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "6.0.0",
"@react-native-community/segmented-control": "2.2.2",
"@react-navigation/bottom-tabs": "6.0.5",
"@react-navigation/native": "6.0.2",
"@react-navigation/native-stack": "6.1.0",
"@react-navigation/stack": "6.0.7",
"@reduxjs/toolkit": "1.6.1",
"@sentry/react-native": "2.6.2",
"@sharcoux/slider": "5.4.3",
"axios": "0.21.1",
"expo": "42.0.3",
"expo-auth-session": "3.3.1",
"expo-av": "9.2.3",
"expo-crypto": "9.2.0",
"expo-device": "^3.3.0",
"expo-firebase-analytics": "4.1.0",
"expo-haptics": "10.1.0",
"expo-image-manipulator": "9.2.2",
"expo-image-picker": "10.2.3",
"expo-linking": "2.3.1",
"expo-localization": "10.2.0",
"expo-notifications": "0.12.3",
"expo-random": "11.2.0",
"expo-screen-capture": "3.2.0",
"expo-secure-store": "10.2.0",
"expo-splash-screen": "0.11.2",
"expo-status-bar": "1.0.4",
"expo-store-review": "4.1.0",
"expo-updates": "^0.8.4",
"expo-video-thumbnails": "^5.2.1",
"expo-web-browser": "9.2.0",
"i18next": "20.4.0",
"li": "1.3.0",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.11.4",
"react-native": "0.64.2",
"react-native-animated-spinkit": "1.5.2",
"react-native-blurhash": "1.1.5",
"react-native-fast-image": "8.3.7",
"react-native-feather": "1.1.2",
"react-native-flash-message": "0.1.23",
"react-native-gesture-handler": "1.10.3",
"react-native-htmlview": "0.16.0",
"react-native-pager-view": "5.4.0",
"react-native-reanimated": "2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "3.5.0",
"react-native-svg": "12.1.1",
"react-native-swipe-list-view": "3.2.9",
"react-native-tab-view": "3.1.1",
"react-native-unimodules": "0.14.6",
"react-query": "3.21.0",
"react-redux": "7.2.4",
"react-timeago": "6.2.1",
"redux-persist": "6.0.0",
"rn-placeholder": "3.0.3",
"sentry-expo": "4.0.1",
"tslib": "2.3.1",
"valid-url": "1.0.9"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@expo/config": "5.0.8",
"@jest/types": "27.0.6",
"@testing-library/jest-native": "4.0.2",
"@testing-library/react-hooks": "7.0.1",
"@testing-library/react-native": "7.2.0",
"@types/jest": "27.0.1",
"@types/lodash": "4.14.172",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-native": "0.64.13",
"@types/react-navigation": "3.4.0",
"@types/react-redux": "7.1.18",
"@types/react-test-renderer": "17.0.1",
"@types/react-timeago": "4.1.3",
"@types/valid-url": "1.0.3",
"@welldone-software/why-did-you-render": "6.2.0",
"babel-jest": "27.0.6",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-remove-console": "6.9.4",
"chalk": "4.1.2",
"dotenv": "10.0.0",
"jest": "27.0.6",
"jest-expo": "42.1.0",
"nock": "13.1.2",
"react-native-clean-project": "3.6.4",
"react-navigation": "4.4.4",
"react-navigation-stack": "2.10.4",
"react-test-renderer": "17.0.2",
"typescript": "4.3.5"
}
}