{ "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": { "@types/react-native-calendars": "1.20.2", "analytics-react-native": "1.2.0", "commonmark": "github:mattermost/commonmark.js#e5c34706cafa2924370772ff47937b833648a6de", "commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#86fa63f898802953842526c2030f3b63c5d1ae7a", "deep-equal": "1.0.1", "fuse.js": "^3.2.0", "intl": "1.2.5", "jail-monkey": "1.0.0", "jsc-android": "216113.0.3", "mattermost-redux": "github:mattermost/mattermost-redux#f7a515c54b30fbb6aa0e8c374f3618eb7935c4c3", "mime-db": "1.33.0", "moment-timezone": "0.5.21", "prop-types": "15.6.1", "react": "16.3.2", "react-intl": "2.4.0", "react-native": "github:enahum/react-native#mm", "react-native-animatable": "1.2.4", "react-native-bottom-sheet": "1.0.3", "react-native-button": "2.3.0", "react-native-calendars": "github:enahum/react-native-calendars#b96954bf85126222b311b638fe458a8194f25bed", "react-native-circular-progress": "0.2.0", "react-native-cookies": "3.2.0", "react-native-device-info": "github:enahum/react-native-device-info#a7bb3cff1086780b2c791a3e43e5b826fdf3ab11", "react-native-doc-viewer": "2.7.8", "react-native-document-picker": "2.1.0", "react-native-drawer-layout": "2.0.0", "react-native-exception-handler": "2.7.5", "react-native-image-gallery": "github: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": "github:enahum/react-native-local-auth#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab", "react-native-navigation": "1.1.450", "react-native-notifications": "github:enahum/react-native-notifications#36952db3957a26332a762b89f49bbc87ebb0bed4", "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.38.3", "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": "3.2.0", "react-native-youtube": "github:enahum/react-native-youtube#3f395b620ae4e05a3f1c6bdeef3a1158e78daadc", "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", "rn-fetch-blob": "github:enahum/react-native-fetch-blob#c754e92c0d4193de65ec23bba4844980be37c496", "rn-placeholder": "github:enahum/rn-placeholder#4b065f892d7a7f9d921a969f2e72e609ebc0a212", "semver": "5.5.0", "shallow-equals": "1.0.0", "tinycolor2": "1.4.1", "url-parse": "1.4.0" }, "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-header": "1.2.0", "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": { "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", "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/" ] } }