{ "name": "mattermost-mobile", "version": "1.3.2", "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/polyfill": "7.2.5", "@babel/runtime": "7.3.1", "analytics-react-native": "1.2.0", "commonmark": "github:mattermost/commonmark.js#d5a7a7bfb373778d3bfd4575962c10fb3f3909c6", "commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#3a2ac19cab725ad28b170fdc1d397dddedcf87eb", "deep-equal": "1.0.1", "emoji-regex": "7.0.3", "fuse.js": "3.4.2", "intl": "1.2.5", "jail-monkey": "2.0.0", "jsc-android": "236355.1.1", "mattermost-redux": "github:mattermost/mattermost-redux#b2312c0baa4111cf373843391069b49ef1794299", "mime-db": "1.38.0", "moment-timezone": "0.5.23", "prop-types": "15.7.2", "react": "16.8.2", "react-intl": "2.8.0", "react-native": "0.58.5", "react-native-animatable": "1.3.1", "react-native-bottom-sheet": "1.0.3", "react-native-button": "2.3.0", "react-native-calendars": "github:enahum/react-native-calendars#e399bb749c0a944f009e75e7b45748299aea35d6", "react-native-circular-progress": "1.1.0", "react-native-cookies": "github:joeferraro/react-native-cookies#f11374745deba9f18f7b8a9bb4b0b2573026f522", "react-native-device-info": "github:enahum/react-native-device-info#d80037dd7d805bf9e7372aeef098d17c90e75e13", "react-native-doc-viewer": "2.7.8", "react-native-document-picker": "2.2.0", "react-native-exception-handler": "2.10.6", "react-native-gesture-handler": "1.0.15", "react-native-image-gallery": "github:enahum/react-native-image-gallery#a98b1051e94f5a394541ca1ff9b15e2c9ffed84f", "react-native-image-picker": "0.28.0", "react-native-keyboard-aware-scroll-view": "0.8.0", "react-native-keychain": "3.1.1", "react-native-linear-gradient": "2.5.3", "react-native-local-auth": "github:enahum/react-native-local-auth#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab", "react-native-navigation": "github:migbot/react-native-navigation#03c623c373f818827a463ca0fe90f86f56e71b2f", "react-native-notifications": "github:enahum/react-native-notifications#fcfed22dfee7a02e43f4d8acc5cf6310fa18bd6a", "react-native-passcode-status": "1.1.1", "react-native-permissions": "1.1.1", "react-native-recyclerview-list": "enahum/react-native-recyclerview-list.git#a2d26bc7b2623cae25e947ba3905f702434717bf", "react-native-safe-area": "0.5.0", "react-native-section-list-get-item-layout": "2.2.3", "react-native-sentry": "0.42.0", "react-native-slider": "0.11.0", "react-native-status-bar-size": "0.3.3", "react-native-svg": "9.2.4", "react-native-vector-icons": "6.3.0", "react-native-video": "4.4.0", "react-native-webview": "5.2.1", "react-native-youtube": "github:enahum/react-native-youtube#3f395b620ae4e05a3f1c6bdeef3a1158e78daadc", "react-navigation": "3.2.3", "react-redux": "5.1.1", "redux": "4.0.1", "redux-batched-actions": "0.4.1", "redux-persist": "4.10.2", "redux-persist-transform-filter": "0.0.18", "redux-thunk": "2.3.0", "reselect": "4.0.0", "rn-fetch-blob": "github:enahum/react-native-fetch-blob#e81b40d87e9e2ca39870d61a6e4c02b9a695aaad", "rn-placeholder": "github:enahum/rn-placeholder#bfee66eb54f1f06d1425a0ad511a5e16559bf82c", "semver": "5.6.0", "shallow-equals": "1.0.0", "tinycolor2": "1.4.1", "url-parse": "1.4.4" }, "devDependencies": { "@babel/cli": "7.2.3", "@babel/core": "7.3.3", "@babel/plugin-transform-runtime": "7.2.0", "@babel/preset-env": "7.3.1", "@babel/register": "7.0.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-plugin-module-resolver": "3.2.0", "babel-plugin-transform-remove-console": "6.9.4", "deep-freeze": "0.0.1", "enzyme": "3.8.0", "enzyme-adapter-react-16": "1.9.1", "enzyme-to-json": "3.3.5", "eslint": "5.14.0", "eslint-config-mattermost": "github:mattermost/eslint-config-mattermost", "eslint-plugin-header": "3.0.0", "eslint-plugin-jest": "22.3.0", "eslint-plugin-react": "7.12.4", "jest": "24.1.0", "jest-cli": "24.1.0", "jsdom-global": "3.0.2", "metro-react-native-babel-preset": "0.51.1", "nyc": "13.3.0", "react-dom": "16.8.2", "redux-mock-store": "1.5.3", "remote-redux-devtools": "0.5.16", "socketcluster": "14.3.3", "underscore": "1.9.1" }, "scripts": { "start": "node ./node_modules/react-native/local-cli/cli.js start --config ../../../../packager-config.js", "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" }, "rnpm": { "assets": [ "./assets/fonts" ] }, "jest": { "clearMocks": true, "collectCoverageFrom": [ "app/**/*.{js,jsx}" ], "coverageReporters": [ "lcov", "text-summary" ], "preset": "react-native", "setupFilesAfterEnv": [ "/test/setup.js" ], "testPathIgnorePatterns": [ "/node_modules/" ], "moduleNameMapper": { "assets/images/video_player/(.*).png": "/dist/assets/images/video_player/$1@2x.png" }, "transformIgnorePatterns": [ "node_modules/(?!react-native|jail-monkey)" ] } }