{ "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": { "analytics-react-native": "1.2.0", "babel-polyfill": "6.26.0", "commonmark": "github:mattermost/commonmark.js#21742b9d51070b6abba82d88590a0c51ee552a47", "commonmark-react-renderer": "mattermost/commonmark-react-renderer#86fa63f898802953842526c2030f3b63c5d1ae7a", "deep-equal": "1.0.1", "fuse.js": "^3.2.0", "intl": "1.2.5", "jail-monkey": "1.0.0", "mattermost-redux": "github:mattermost/mattermost-redux#238f9472caea3f11be066374f326f398978504c5", "prop-types": "15.6.1", "react": "16.3.2", "react-intl": "2.4.0", "react-native": "0.55.3", "react-native-animatable": "1.2.4", "react-native-bottom-sheet": "1.0.3", "react-native-button": "2.3.0", "react-native-circular-progress": "0.2.0", "react-native-cookies": "3.2.0", "react-native-device-info": "enahum/react-native-device-info.git#27ecfd4a59341bf6ed71d11203d914067070e8df", "react-native-doc-viewer": "2.7.8", "react-native-document-picker": "2.1.0", "react-native-drawer": "2.5.0", "react-native-exception-handler": "2.7.5", "react-native-fast-image": "4.0.8", "react-native-fetch-blob": "enahum/react-native-fetch-blob.git#2e8f9b05b012496bd3ff9790aace3f2b462e2fee", "react-native-image-gallery": "enahum/react-native-image-gallery#a98b1051e94f5a394541ca1ff9b15e2c9ffed84f", "react-native-image-picker": "0.26.7", "react-native-keyboard-aware-scroll-view": "0.5.0", "react-native-keychain": "3.0.0-rc.3", "react-native-linear-gradient": "2.4.0", "react-native-local-auth": "enahum/react-native-local-auth.git#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab", "react-native-navigation": "1.1.450", "react-native-notifications": "enahum/react-native-notifications.git#663ffe3c4403b185093920c4551f117801499b73", "react-native-orientation": "3.1.3", "react-native-passcode-status": "1.1.1", "react-native-permissions": "1.1.1", "react-native-safe-area": "0.2.3", "react-native-section-list-get-item-layout": "2.2.2", "react-native-sentry": "0.36.0", "react-native-slider": "0.11.0", "react-native-status-bar-size": "0.3.3", "react-native-svg": "6.3.1", "react-native-tableview": "2.1.0", "react-native-tooltip": "5.2.0", "react-native-vector-icons": "4.6.0", "react-native-video": "2.0.0", "react-native-youtube": "1.1.0", "react-navigation": "1.5.11", "react-redux": "5.0.7", "redux": "4.0.0", "redux-batched-actions": "0.2.1", "redux-persist": "4.10.2", "redux-persist-transform-filter": "0.0.16", "redux-thunk": "2.2.0", "reselect": "3.0.1", "semver": "5.5.0", "shallow-equals": "1.0.0", "tinycolor2": "1.4.1", "url-parse": "1.4.0", "youtube-video-id": "0.0.2" }, "devDependencies": { "babel-cli": "6.26.0", "babel-eslint": "8.2.3", "babel-plugin-module-resolver": "3.1.1", "babel-plugin-transform-remove-console": "6.9.1", "babel-preset-env": "1.6.1", "babel-preset-es2015": "6.24.1", "babel-preset-latest": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-react-native": "4.0.0", "babel-preset-stage-0": "6.24.1", "babel-register": "6.26.0", "deep-freeze": "0.0.1", "enzyme": "3.3.0", "enzyme-adapter-react-16": "1.1.1", "enzyme-to-json": "3.3.3", "eslint": "4.19.1", "eslint-plugin-jest": "21.15.1", "eslint-plugin-react": "7.7.0", "jest": "22.4.3", "jest-cli": "22.4.3", "jsdom-global": "3.0.2", "nyc": "11.7.1", "react-dom": "16.3.2", "redux-mock-store": "1.5.1", "remote-redux-devtools": "0.5.12", "remotedev-rn-debugger": "0.8.3", "socketcluster": "11.4.2", "underscore": "1.9.0" }, "scripts": { "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", "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", "testPathIgnorePatterns": [ "/node_modules/" ] } }