tooot/package.json

121 lines
4.0 KiB
JSON
Raw Normal View History

2020-10-20 10:28:42 +02:00
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
2020-12-28 00:59:57 +01:00
"eject": "expo eject",
"test": "jest"
2020-10-20 10:28:42 +02:00
},
"dependencies": {
2021-01-07 19:13:09 +01:00
"@react-native-async-storage/async-storage": "^1.13.2",
2020-11-23 00:07:32 +01:00
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "^5.9.7",
2020-12-10 22:13:56 +01:00
"@react-native-community/segmented-control": "2.2.1",
2020-12-18 23:58:53 +01:00
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@reduxjs/toolkit": "^1.5.0",
"@sharcoux/slider": "^5.0.1",
2020-12-29 16:19:04 +01:00
"axios": "^0.21.1",
2020-12-25 18:20:09 +01:00
"buffer": "^6.0.3",
2020-12-10 22:13:56 +01:00
"expo": "^40.0.0",
"expo-auth-session": "~3.0.0",
"expo-av": "~8.7.0",
2020-12-25 21:09:43 +01:00
"expo-blur": "~8.2.2",
2020-12-24 10:39:44 +01:00
"expo-crypto": "~8.4.0",
2020-12-29 01:09:22 +01:00
"expo-firebase-analytics": "~2.6.0",
"expo-firebase-core": "~1.3.0",
2020-12-25 18:20:09 +01:00
"expo-gl": "~9.2.0",
2020-12-30 14:33:33 +01:00
"expo-haptics": "~8.4.0",
2020-12-10 22:13:56 +01:00
"expo-image-picker": "~9.2.0",
"expo-linear-gradient": "~8.4.0",
2020-12-20 18:41:28 +01:00
"expo-linking": "~2.0.0",
2020-12-10 22:13:56 +01:00
"expo-localization": "~9.1.0",
"expo-random": "~10.0.0",
"expo-secure-store": "~9.3.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
2020-12-30 00:56:25 +01:00
"expo-video-thumbnails": "~4.4.0",
2020-12-20 18:41:28 +01:00
"expo-web-browser": "~8.6.0",
2020-12-25 18:20:09 +01:00
"gl-react": "^4.0.1",
"gl-react-blurhash": "^1.0.0",
"gl-react-expo": "^4.0.1",
"i18next": "^19.8.4",
2020-11-05 00:47:31 +01:00
"lodash": "^4.17.20",
"pretty-bytes": "^5.5.0",
2020-10-20 10:28:42 +02:00
"react": "16.13.1",
"react-dom": "16.13.1",
2020-12-29 16:19:04 +01:00
"react-i18next": "^11.8.5",
2020-12-10 22:13:56 +01:00
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
2020-12-26 23:05:17 +01:00
"react-native-animated-spinkit": "^1.4.2",
"react-native-expo-image-cache": "^4.1.0",
"react-native-feather": "^1.0.2",
2020-12-10 22:13:56 +01:00
"react-native-gesture-handler": "~1.8.0",
2020-10-26 00:27:53 +01:00
"react-native-htmlview": "^0.16.0",
2020-10-27 01:51:51 +01:00
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-reanimated": "2.0.0-rc.0",
2020-12-10 22:13:56 +01:00
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
2020-11-22 00:46:23 +01:00
"react-native-shimmer-placeholder": "^2.0.6",
2020-12-06 12:52:29 +01:00
"react-native-svg": "12.1.0",
"react-native-tab-view": "^2.15.2",
2020-12-29 16:19:04 +01:00
"react-native-toast-message": "^1.4.2",
2020-10-31 02:22:08 +01:00
"react-navigation": "^4.4.3",
2020-12-29 16:19:04 +01:00
"react-query": "^3.5.6",
2020-11-15 20:29:43 +01:00
"react-redux": "^7.2.2",
2020-11-21 13:19:05 +01:00
"redux-persist": "^6.0.0",
"redux-persist-expo-securestore": "^2.0.0",
2020-12-27 18:43:49 +01:00
"sentry-expo": "^3.0.4",
2020-11-15 20:29:43 +01:00
"tslib": "^2.0.3"
2020-10-20 10:28:42 +02:00
},
"devDependencies": {
2020-12-10 22:13:56 +01:00
"@babel/core": "~7.9.0",
2020-10-25 01:35:41 +02:00
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
2020-12-28 00:59:57 +01:00
"@babel/preset-typescript": "^7.12.7",
2020-11-23 00:07:32 +01:00
"@expo/config": "^3.3.15",
2020-12-28 00:59:57 +01:00
"@jest/types": "^26.6.2",
"@testing-library/jest-native": "^3.4.3",
"@testing-library/react-hooks": "^3.7.0",
"@testing-library/react-native": "^7.1.0",
2020-12-06 23:51:13 +01:00
"@types/crypto-js": "^4.0.1",
2020-12-25 18:20:09 +01:00
"@types/gl-react-expo": "^3.16.2",
2020-12-28 00:59:57 +01:00
"@types/jest": "^26.0.19",
2020-11-05 00:47:31 +01:00
"@types/lodash": "^4.14.164",
2020-11-17 23:57:23 +01:00
"@types/node": "^14.14.7",
2020-11-05 21:47:50 +01:00
"@types/react": "~16.9.35",
2020-12-10 22:13:56 +01:00
"@types/react-dom": "~16.9.8",
2020-11-05 21:47:50 +01:00
"@types/react-native": "~0.63.2",
2020-10-31 21:04:46 +01:00
"@types/react-navigation": "^3.4.0",
2020-12-18 23:58:53 +01:00
"@types/react-redux": "^7.1.12",
2020-12-28 00:59:57 +01:00
"@types/react-test-renderer": "^17.0.0",
2020-12-29 16:19:04 +01:00
"@welldone-software/why-did-you-render": "^6.0.4",
2020-12-18 23:58:53 +01:00
"babel-plugin-module-resolver": "^4.1.0",
2020-12-24 10:28:51 +01:00
"chalk": "^4.1.0",
2020-12-28 00:59:57 +01:00
"jest": "^26.6.3",
"jest-expo": "^40.0.1",
"react-test-renderer": "^16.13.1",
2020-12-29 16:19:04 +01:00
"typescript": "~4.1.3"
2020-10-20 10:28:42 +02:00
},
2020-12-28 00:59:57 +01:00
"jest": {
"preset": "jest-expo",
"collectCoverage": true,
"collectCoverageFrom": [
"src /**/*.{ts,tsx}",
"!**/coverage /**",
"!**/node_modules /**",
"!**/app.config.ts",
"!**/babel.config.js",
"!**/jest.setup.ts"
],
"setupFiles": [
"<rootDir>/jest/react-native.js",
"<rootDir>/jest/react-navigation.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
2020-10-20 10:28:42 +02:00
"private": true
2021-01-07 19:13:09 +01:00
}