2017-08-03 18:23:43 +00:00
|
|
|
{
|
2017-08-18 14:50:20 +00:00
|
|
|
"name": "rocket-chat-reactnative",
|
2017-08-03 18:23:43 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-08-07 13:51:34 +00:00
|
|
|
"start": "react-native start",
|
2017-08-05 18:16:32 +00:00
|
|
|
"test": "jest",
|
2017-11-13 13:07:35 +00:00
|
|
|
"test-update": "jest --updateSnapshot",
|
2017-08-05 18:16:32 +00:00
|
|
|
"lint": "eslint .",
|
2019-05-20 20:51:47 +00:00
|
|
|
"ci": "npm run precommit && codecov",
|
2017-08-05 18:16:32 +00:00
|
|
|
"ios": "react-native run-ios",
|
2017-08-09 13:12:00 +00:00
|
|
|
"log-android": "react-native log-android",
|
2017-08-17 19:31:27 +00:00
|
|
|
"android": "react-native run-android",
|
2019-05-20 20:51:47 +00:00
|
|
|
"snyk-protect": "snyk protect",
|
2019-08-07 13:51:34 +00:00
|
|
|
"precommit": "eslint . && jest",
|
|
|
|
"postinstall": "patch-package && jetify"
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
2019-05-20 20:51:47 +00:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "npm run precommit"
|
|
|
|
}
|
2017-12-08 19:36:03 +00:00
|
|
|
},
|
2017-08-03 18:23:43 +00:00
|
|
|
"dependencies": {
|
2019-04-30 21:56:41 +00:00
|
|
|
"@rocket.chat/sdk": "1.0.0-alpha.28",
|
2018-01-09 17:12:55 +00:00
|
|
|
"deep-equal": "^1.0.1",
|
2019-08-07 13:51:34 +00:00
|
|
|
"ejson": "2.2.0",
|
|
|
|
"expo-haptics": "^6.0.0",
|
|
|
|
"expo-web-browser": "^6.0.0",
|
2019-07-16 14:30:29 +00:00
|
|
|
"i18n-js": "^3.3.0",
|
2019-01-29 19:52:56 +00:00
|
|
|
"js-base64": "^2.5.1",
|
2018-06-13 01:33:00 +00:00
|
|
|
"js-sha256": "^0.9.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"lodash": "4.17.15",
|
|
|
|
"markdown-it-flowdock": "0.3.8",
|
2019-01-29 19:52:56 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-04-30 21:56:41 +00:00
|
|
|
"prop-types": "15.7.2",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react": "16.8.6",
|
2019-01-29 19:52:56 +00:00
|
|
|
"react-emojione": "^5.0.1",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native": "0.60.4",
|
2019-04-30 21:56:41 +00:00
|
|
|
"react-native-action-sheet": "^2.2.0",
|
2019-01-29 19:52:56 +00:00
|
|
|
"react-native-audio": "^4.3.0",
|
2019-04-08 12:35:28 +00:00
|
|
|
"react-native-console-time-polyfill": "^1.2.1",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-device-info": "^2.3.0",
|
2019-04-30 21:56:41 +00:00
|
|
|
"react-native-dialog": "^5.6.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-document-picker": "^3.2.4",
|
2019-05-15 19:33:30 +00:00
|
|
|
"react-native-easy-toast": "^1.2.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-fast-image": "^7.0.2",
|
|
|
|
"react-native-firebase": "^5.5.5",
|
|
|
|
"react-native-gesture-handler": "^1.3.0",
|
2018-12-05 20:52:08 +00:00
|
|
|
"react-native-image-crop-picker": "git+https://github.com/RocketChat/react-native-image-crop-picker.git",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-image-zoom-viewer": "^2.2.26",
|
2019-04-30 21:56:41 +00:00
|
|
|
"react-native-keyboard-aware-scroll-view": "0.8.0",
|
2018-11-20 13:01:59 +00:00
|
|
|
"react-native-keyboard-input": "^5.3.1",
|
|
|
|
"react-native-keyboard-tracking-view": "^5.5.0",
|
2019-07-16 14:30:29 +00:00
|
|
|
"react-native-localize": "^1.1.4",
|
2018-07-17 19:10:27 +00:00
|
|
|
"react-native-markdown-renderer": "^3.2.8",
|
2019-07-18 17:44:02 +00:00
|
|
|
"react-native-mime-types": "^2.2.1",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-modal": "^11.3.0",
|
2019-08-13 13:03:46 +00:00
|
|
|
"react-native-notifications": "^2.0.6",
|
2018-02-08 14:08:50 +00:00
|
|
|
"react-native-optimized-flatlist": "^1.0.4",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-orientation-locker": "^1.1.6",
|
|
|
|
"react-native-picker-select": "6.3.0",
|
2019-04-08 12:35:28 +00:00
|
|
|
"react-native-platform-touchable": "^1.1.1",
|
2019-07-29 16:33:28 +00:00
|
|
|
"react-native-realm-path": "^1.2.11",
|
2018-01-30 19:48:26 +00:00
|
|
|
"react-native-responsive-ui": "^1.1.1",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-screens": "^1.0.0-alpha.23",
|
2018-11-20 13:01:59 +00:00
|
|
|
"react-native-scrollable-tab-view": "0.10.0",
|
2017-12-02 13:19:58 +00:00
|
|
|
"react-native-slider": "^0.11.0",
|
2019-05-20 20:43:50 +00:00
|
|
|
"react-native-slowlog": "^1.0.2",
|
2019-03-12 16:23:06 +00:00
|
|
|
"react-native-splash-screen": "^3.2.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-unimodules": "0.5.3",
|
|
|
|
"react-native-vector-icons": "6.6.0",
|
|
|
|
"react-native-video": "^5.0.0",
|
2018-07-10 13:40:32 +00:00
|
|
|
"react-native-video-controls": "^2.2.3",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-native-webview": "6.8.0",
|
2019-07-17 13:37:20 +00:00
|
|
|
"react-navigation": "^3.11.1",
|
2019-08-07 13:51:34 +00:00
|
|
|
"react-navigation-header-buttons": "3.0.1",
|
|
|
|
"react-redux": "7.1.0",
|
|
|
|
"reactotron-react-native": "3.6.4",
|
|
|
|
"realm": "^2.29.1",
|
|
|
|
"redux": "4.0.4",
|
2018-04-24 19:34:03 +00:00
|
|
|
"redux-enhancer-react-native-appstate": "^0.3.1",
|
2017-11-13 11:36:03 +00:00
|
|
|
"redux-immutable-state-invariant": "^2.1.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"redux-saga": "1.0.5",
|
2019-04-25 17:18:49 +00:00
|
|
|
"remove-markdown": "^0.3.0",
|
2019-07-29 16:33:28 +00:00
|
|
|
"rn-extensions-share": "^2.3.10",
|
2019-08-07 13:51:34 +00:00
|
|
|
"rn-fetch-blob": "^0.10.16",
|
|
|
|
"rn-user-defaults": "^1.3.5",
|
|
|
|
"semver": "6.3.0",
|
|
|
|
"snyk": "1.210.0",
|
2019-04-30 21:56:41 +00:00
|
|
|
"strip-ansi": "5.2.0"
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-07 13:51:34 +00:00
|
|
|
"@babel/core": "^7.5.5",
|
|
|
|
"@babel/runtime": "^7.5.5",
|
|
|
|
"@storybook/addon-actions": "5.1.10",
|
|
|
|
"@storybook/addon-links": "5.1.10",
|
|
|
|
"@storybook/addon-storyshots": "5.1.10",
|
|
|
|
"@storybook/addons": "5.1.10",
|
|
|
|
"@storybook/react-native": "5.1.10",
|
2018-09-25 19:28:42 +00:00
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-eslint": "^9.0.0",
|
2019-05-22 20:15:35 +00:00
|
|
|
"babel-jest": "^24.8.0",
|
2018-07-18 20:34:59 +00:00
|
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
2018-09-25 19:28:42 +00:00
|
|
|
"babel-runtime": "^6.26.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"codecov": "3.5.0",
|
2019-07-01 11:27:36 +00:00
|
|
|
"detox": "12.11.3",
|
2019-08-07 13:51:34 +00:00
|
|
|
"eslint": "^6.1.0",
|
|
|
|
"eslint-config-airbnb": "17.1.1",
|
|
|
|
"eslint-plugin-import": "^2.18.2",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
|
|
"eslint-plugin-react": "7.14.3",
|
|
|
|
"eslint-plugin-react-native": "3.7.0",
|
|
|
|
"husky": "3.0.2",
|
2017-11-13 13:07:35 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2019-05-22 20:15:35 +00:00
|
|
|
"jest": "^24.8.0",
|
2018-09-25 19:28:42 +00:00
|
|
|
"jest-cli": "^23.6.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"metro-react-native-babel-preset": "^0.55.0",
|
2018-06-13 01:29:18 +00:00
|
|
|
"mocha": "^5.2.0",
|
2019-04-30 21:56:41 +00:00
|
|
|
"otp.js": "1.2.0",
|
2019-08-07 13:51:34 +00:00
|
|
|
"patch-package": "^6.1.2",
|
|
|
|
"react-dom": "16.8.6",
|
|
|
|
"react-test-renderer": "16.8.6",
|
|
|
|
"reactotron-redux": "3.1.1",
|
|
|
|
"reactotron-redux-saga": "4.2.2"
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
2018-05-23 13:39:18 +00:00
|
|
|
"testPathIgnorePatterns": [
|
2019-03-01 14:40:22 +00:00
|
|
|
"e2e",
|
|
|
|
"node_modules"
|
2018-05-23 13:39:18 +00:00
|
|
|
],
|
2017-08-18 15:50:48 +00:00
|
|
|
"preset": "react-native",
|
|
|
|
"coverageDirectory": "./coverage/",
|
2017-11-13 13:07:35 +00:00
|
|
|
"collectCoverage": true,
|
|
|
|
"moduleNameMapper": {
|
2018-09-11 16:32:52 +00:00
|
|
|
".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy",
|
|
|
|
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
|
2018-07-18 20:34:59 +00:00
|
|
|
},
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
|
2017-11-13 13:07:35 +00:00
|
|
|
}
|
2017-11-06 23:45:48 +00:00
|
|
|
},
|
2017-11-22 14:04:44 +00:00
|
|
|
"snyk": true,
|
2017-11-06 23:45:48 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.x",
|
2018-04-24 19:34:03 +00:00
|
|
|
"npm": ">=4.x"
|
2018-05-23 13:39:18 +00:00
|
|
|
},
|
|
|
|
"detox": {
|
|
|
|
"configurations": {
|
|
|
|
"ios.sim.debug": {
|
|
|
|
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/RocketChatRN.app",
|
2018-08-10 17:26:36 +00:00
|
|
|
"build": "xcodebuild -workspace ios/RocketChatRN.xcworkspace -scheme RocketChatRN -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
|
|
|
|
"type": "ios.simulator",
|
|
|
|
"name": "iPhone 7"
|
|
|
|
},
|
|
|
|
"ios.sim.release": {
|
|
|
|
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app",
|
|
|
|
"build": "xcodebuild -workspace ios/RocketChatRN.xcworkspace -scheme RocketChatRN -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
|
2018-05-23 13:39:18 +00:00
|
|
|
"type": "ios.simulator",
|
|
|
|
"name": "iPhone 7"
|
|
|
|
}
|
|
|
|
}
|
2017-08-03 18:23:43 +00:00
|
|
|
}
|
|
|
|
}
|