* [MM-16593] [MM-17175] [MM-17164] [MM-17189] [MM-17181] Android - Upgrade to RN 0.60 (#3145)
* Upgrade to react-native 0.60
* Use @sentry/react-native
* Manually link @sentry/react-native
* Address review comments
* Jetify after install
* Call jetify from node_modules
* [MM-17785] iOS - Upgrade to RN 0.60 (#3153)
* Upgrade to react-native 0.60
* Use @sentry/react-native
* Manually link @sentry/react-native
* Address review comments
* Jetify after install
* Call jetify from node_modules
* Get app building for iOS
* Revert react-native-image-picker upgrade
* Minor version upgrade of react-native-image-picker
* [MM-17142] Convert all string refs to callbacks (#3217)
* Replace string refs
* Fix tests
* Don't use inline functions
* Fix mattermost-redux reversion from master merge
* [MM-18336] Upload Sentry debug symbols only when SENTRY_ENABLED is true (#3227)
* Upgrade @sentry/react-native
* Run Sentry gradle tasks only when enabled
* Upgrade @sentry/react-native and remove extra Sentry build phase
* [MM-17144] Use Hermes (#3226)
* Replace string refs
* Fix tests
* Don't use inline functions
* Fix mattermost-redux reversion from master merge
* Use Hermes
* bundleCommand ram-bundle no longer needed
* Require harmony-reflect only for Android
* Fix failing test
* Path react-native's splitLayoutProps (#3337)
* [MM-18867] [MM-17186] [MM-18866] [MM-19447] [MM-18967] Upgrade to RN 0.61.2 (#3423)
* Upgrade to RN 0.61.2
* Update rn-fetch-blob commit hash
* Update react-native-keyboard-tracking-view commit hash
* Use react-native-youtube with AVPlayer fix
* Fix jest mocks
* Use updated document picker API
* Remove unnecessary linking
* Revert "MM-17759 Add code highlighting (#3072)"
This reverts commit 26b999e885.
* Fix share extension
* Revert "Revert "MM-17759 Add code highlighting (#3072)""
This reverts commit 52aca776b12dee3abe8646d0c90480f8528e86c1.
* Address PR reviews
* Rename patch to match version
* Update react-native-youtube patch
* Update dependencies
* Fix RNDocViewer reference
* Update tests and revert to redux-persist 4.10.2
* Revert "Revert "Revert "MM-17759 Add code highlighting (#3072)"""
This reverts commit 5ef383be2619b1be6167c23f128ecb4b4ad25df9.
* Android fixes after dep upgrades
* Use fresco 2.0.0
* Use mattermost forks
* Use React-Core in Mattermost.scheme instead of react
* Remove packager (#3452)
* Remove Pods from source control
* Fix unit tests
* Add new line before entering the keystore in gradle.properties
* set ios as working directory for cocoapods
* Cache cocoapods on circleCI builds
* set ios as working dir
* fix cocoapods cache key
* Unify fastlane and npm dependencies command
* Use package-lock.json checksum for npm cache
* Fix package.json and use the checksum as the cache key
* Fix package.json and use the checksum as the cache key
* changes to circleci.yaml fastlane and removing pods from git
* Fix Mattermost.xcodeproj
* Update coocoapods to 1.7.5 and fix xcode header search paths
* Update package-lock.json
* Remove unused tooltip component
* Fix incorrect ref
* Disable Hermes (#3460)
* Revert "Remove packager (#3452)"
This reverts commit b2a79e184b3242124dfdb91ae095f6ce3f4eb986.
* Disable Hermes :'(
* Update preloaded modules
* Fix packages moduleNames and modulePaths, update snapshots and update mm-redux (ts version)
* remove document picker from modulePaths
* Fix package-lock.json
* Add eslint disable rules
154 lines
6.2 KiB
JSON
154 lines
6.2 KiB
JSON
{
|
|
"name": "mattermost-mobile",
|
|
"version": "1.25.0",
|
|
"description": "Mattermost Mobile with React Native",
|
|
"repository": "git@github.com:mattermost/mattermost-mobile.git",
|
|
"author": "Mattermost, Inc.",
|
|
"license": "Apache 2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "7.6.3",
|
|
"@react-native-community/async-storage": "1.6.2",
|
|
"@react-native-community/netinfo": "4.4.0",
|
|
"@sentry/react-native": "1.0.9",
|
|
"analytics-react-native": "1.2.0",
|
|
"commonmark": "github:mattermost/commonmark.js#f6ab98dede6ce4b4e7adea140ac77249bfb2d6ce",
|
|
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#3a2ac19cab725ad28b170fdc1d397dddedcf87eb",
|
|
"core-js": "3.3.2",
|
|
"deep-equal": "1.1.0",
|
|
"deepmerge": "4.1.1",
|
|
"emoji-regex": "8.0.0",
|
|
"form-data": "2.5.1",
|
|
"fuse.js": "3.4.5",
|
|
"intl": "1.2.5",
|
|
"jail-monkey": "2.3.0",
|
|
"jsc-android": "241213.1.0",
|
|
"mattermost-redux": "github:mattermost/mattermost-redux#43131529bbef5e99ea1d5b0d34c6c570cd5145bb",
|
|
"mime-db": "1.42.0",
|
|
"moment-timezone": "0.5.27",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.10.2",
|
|
"react-intl": "2.8.0",
|
|
"react-native": "0.61.2",
|
|
"react-native-android-open-settings": "1.3.0",
|
|
"react-native-animatable": "1.3.3",
|
|
"react-native-button": "2.4.0",
|
|
"react-native-calendars": "github:mattermost/react-native-calendars#4937ec5a3bf7e86f9f35fcd85eb4aa6133f45b58",
|
|
"react-native-circular-progress": "1.3.0",
|
|
"react-native-cookies": "github:mattermost/react-native-cookies#48240c34cfd9dbfa0a590f0b740c74b2211cec93",
|
|
"react-native-device-info": "github:mattermost/react-native-device-info#f7175f10822d8f66b9806206e3313eaf2f4aabc6",
|
|
"react-native-doc-viewer": "github:mattermost/react-native-doc-viewer#c913e54ec8e4a60753bc7dd39256fa4be8229d19",
|
|
"react-native-document-picker": "3.2.4",
|
|
"react-native-exception-handler": "2.10.8",
|
|
"react-native-gesture-handler": "1.4.1",
|
|
"react-native-haptic-feedback": "1.8.2",
|
|
"react-native-image-gallery": "github:mattermost/react-native-image-gallery#c1a9f7118e90cc87d47620bc0584c9cac4b0cf38",
|
|
"react-native-image-picker": "0.28.1",
|
|
"react-native-keyboard-aware-scroll-view": "0.9.1",
|
|
"react-native-keyboard-tracking-view": "github:mattermost/react-native-keyboard-tracking-view#169676811a32f82cb674a52d7857a14043f7b8f7",
|
|
"react-native-keychain": "4.0.1",
|
|
"react-native-linear-gradient": "2.5.6",
|
|
"react-native-local-auth": "github:mattermost/react-native-local-auth#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab",
|
|
"react-native-navigation": "3.2.0",
|
|
"react-native-notifications": "2.0.6",
|
|
"react-native-passcode-status": "1.1.2",
|
|
"react-native-permissions": "1.1.1",
|
|
"react-native-safe-area": "0.5.1",
|
|
"react-native-section-list-get-item-layout": "2.2.3",
|
|
"react-native-slider": "0.11.0",
|
|
"react-native-status-bar-size": "0.3.3",
|
|
"react-native-svg": "9.11.1",
|
|
"react-native-vector-icons": "6.6.0",
|
|
"react-native-video": "5.0.2",
|
|
"react-native-webview": "github:mattermost/react-native-webview#b5e22940a613869d3999feac9451ee65352f4fbe",
|
|
"react-native-youtube": "2.0.0-beta.3",
|
|
"react-navigation": "4.0.10",
|
|
"react-navigation-stack": "1.9.4",
|
|
"react-redux": "7.1.1",
|
|
"redux": "4.0.4",
|
|
"redux-batched-actions": "0.4.1",
|
|
"redux-offline": "github:mattermost/redux-offline#885024de96b6ec73650c340c8928066585c413df",
|
|
"redux-persist": "4.10.2",
|
|
"redux-persist-transform-filter": "0.0.20",
|
|
"redux-thunk": "2.3.0",
|
|
"reselect": "4.0.0",
|
|
"rn-fetch-blob": "github:mattermost/react-native-fetch-blob#1df88c681a4f4096693adf287ea2f78b94f5eb7c",
|
|
"rn-placeholder": "github:mattermost/rn-placeholder#02c629c65d0123a2eee623ada0fd17186415d3c3",
|
|
"semver": "6.3.0",
|
|
"shallow-equals": "1.0.0",
|
|
"tinycolor2": "1.4.1",
|
|
"url-parse": "1.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.6.4",
|
|
"@babel/core": "7.6.4",
|
|
"@babel/plugin-transform-runtime": "7.6.2",
|
|
"@babel/preset-env": "7.6.3",
|
|
"@babel/register": "7.6.2",
|
|
"babel-eslint": "10.0.3",
|
|
"babel-jest": "24.9.0",
|
|
"babel-plugin-module-resolver": "3.2.0",
|
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
"deep-freeze": "0.0.1",
|
|
"enzyme": "3.10.0",
|
|
"enzyme-adapter-react-16": "1.15.1",
|
|
"enzyme-to-json": "3.4.2",
|
|
"eslint": "6.5.1",
|
|
"eslint-config-mattermost": "github:mattermost/eslint-config-mattermost",
|
|
"eslint-plugin-header": "3.0.0",
|
|
"eslint-plugin-jest": "22.19.0",
|
|
"eslint-plugin-react": "7.16.0",
|
|
"harmony-reflect": "1.6.1",
|
|
"jest": "24.9.0",
|
|
"jest-cli": "24.9.0",
|
|
"jest-enzyme": "7.1.1",
|
|
"jetifier": "1.6.4",
|
|
"jsdom-global": "3.0.2",
|
|
"metro-react-native-babel-preset": "0.56.0",
|
|
"mmjstool": "github:mattermost/mattermost-utilities",
|
|
"mock-async-storage": "2.2.0",
|
|
"nyc": "14.1.1",
|
|
"patch-package": "6.2.0",
|
|
"react-dom": "16.10.2",
|
|
"react-test-renderer": "16.10.2",
|
|
"redux-mock-store": "1.5.3",
|
|
"remote-redux-devtools": "0.5.16",
|
|
"socketcluster": "14.4.1",
|
|
"underscore": "1.9.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./node_modules/react-native/local-cli/cli.js start",
|
|
"check": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet .",
|
|
"fix": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet . --fix",
|
|
"postinstall": "make post-install",
|
|
"test": "jest --forceExit --detectOpenHandles",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"updatesnapshot": "jest --updateSnapshot",
|
|
"mmjstool": "mmjstool"
|
|
},
|
|
"jest": {
|
|
"clearMocks": true,
|
|
"collectCoverageFrom": [
|
|
"app/**/*.{js,jsx}"
|
|
],
|
|
"coverageReporters": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"preset": "react-native",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/test/setup.js",
|
|
"<rootDir>/node_modules/jest-enzyme/lib/index.js"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/"
|
|
],
|
|
"moduleNameMapper": {
|
|
"assets/images/video_player/(.*).png": "<rootDir>/dist/assets/images/video_player/$1@2x.png"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!react-native|jail-monkey|@sentry/react-native|react-navigation)"
|
|
]
|
|
}
|
|
}
|