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": {
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js 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 .",
|
2017-08-18 15:50:48 +00:00
|
|
|
"ci": "eslint . && jest && 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",
|
2017-11-22 14:04:44 +00:00
|
|
|
"storybook": "storybook start -p 7007",
|
|
|
|
"snyk-protect": "snyk protect",
|
2018-03-02 21:31:44 +00:00
|
|
|
"prepare": "exit 0",
|
2018-04-03 16:24:59 +00:00
|
|
|
"fabric-ios": "./scripts/fabric-ios.sh",
|
|
|
|
"fabric-android": "./scripts/fabric-android.sh"
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
2017-12-08 19:36:03 +00:00
|
|
|
"rnpm": {
|
|
|
|
"assets": [
|
|
|
|
"resources/fonts"
|
|
|
|
]
|
|
|
|
},
|
2017-08-03 18:23:43 +00:00
|
|
|
"dependencies": {
|
2018-01-15 20:43:52 +00:00
|
|
|
"@remobile/react-native-toast": "^1.0.7",
|
2018-05-21 17:26:39 +00:00
|
|
|
"@storybook/addons": "^3.4.5",
|
|
|
|
"@storybook/react-native": "^3.4.5",
|
2017-08-13 01:35:09 +00:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2018-05-21 17:26:39 +00:00
|
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
2017-08-16 22:51:37 +00:00
|
|
|
"babel-polyfill": "^6.26.0",
|
2018-01-30 19:48:26 +00:00
|
|
|
"babel-preset-expo": "^4.0.0",
|
2018-01-09 17:12:55 +00:00
|
|
|
"deep-equal": "^1.0.1",
|
2017-11-28 17:47:56 +00:00
|
|
|
"ejson": "^2.1.2",
|
2018-05-21 17:26:39 +00:00
|
|
|
"js-base64": "^2.4.5",
|
|
|
|
"lodash": "^4.17.10",
|
2018-05-29 17:09:20 +00:00
|
|
|
"markdown-it-flowdock": "^0.3.7",
|
2018-04-24 19:34:03 +00:00
|
|
|
"moment": "^2.22.1",
|
2018-03-02 21:31:44 +00:00
|
|
|
"prop-types": "^15.6.1",
|
2018-04-24 19:34:03 +00:00
|
|
|
"react": "^16.3.2",
|
2018-01-09 17:12:55 +00:00
|
|
|
"react-clone-referenced-element": "^1.0.1",
|
2017-11-13 20:51:36 +00:00
|
|
|
"react-emojione": "^5.0.0",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-native": "^0.55.4",
|
2017-11-29 19:46:11 +00:00
|
|
|
"react-native-action-button": "^2.8.3",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-native-actionsheet": "^2.4.2",
|
|
|
|
"react-native-audio": "^4.1.3",
|
2018-04-03 16:24:59 +00:00
|
|
|
"react-native-fabric": "^0.5.1",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-native-fast-image": "^4.0.14",
|
2017-08-09 19:02:09 +00:00
|
|
|
"react-native-fetch-blob": "^0.10.8",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-native-image-picker": "^0.26.10",
|
2018-04-24 19:34:03 +00:00
|
|
|
"react-native-keyboard-aware-scroll-view": "^0.5.0",
|
2018-02-08 14:08:50 +00:00
|
|
|
"react-native-keyboard-input": "git+https://github.com/RocketChat/react-native-keyboard-input.git",
|
|
|
|
"react-native-keyboard-tracking-view": "git+https://github.com/RocketChat/react-native-keyboard-tracking-view.git",
|
2018-05-29 17:09:20 +00:00
|
|
|
"react-native-markdown-renderer": "git+https://github.com/RocketChat/react-native-markdown-renderer.git",
|
2017-11-13 11:36:03 +00:00
|
|
|
"react-native-meteor": "^1.2.0",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-native-modal": "^6.0.0",
|
2018-02-08 14:08:50 +00:00
|
|
|
"react-native-optimized-flatlist": "^1.0.4",
|
2017-11-18 20:17:24 +00:00
|
|
|
"react-native-push-notification": "^3.0.1",
|
2018-01-30 19:48:26 +00:00
|
|
|
"react-native-responsive-ui": "^1.1.1",
|
2018-02-14 15:48:21 +00:00
|
|
|
"react-native-safari-view": "^2.1.0",
|
2018-04-10 13:03:54 +00:00
|
|
|
"react-native-safe-area-view": "^0.7.0",
|
2018-01-16 18:48:05 +00:00
|
|
|
"react-native-scrollable-tab-view": "^0.8.0",
|
2017-12-02 13:19:58 +00:00
|
|
|
"react-native-slider": "^0.11.0",
|
2017-12-20 20:12:49 +00:00
|
|
|
"react-native-splash-screen": "^3.0.6",
|
2018-04-24 19:34:03 +00:00
|
|
|
"react-native-svg": "^6.3.1",
|
2017-11-13 12:49:19 +00:00
|
|
|
"react-native-svg-image": "^2.0.1",
|
2018-04-24 19:34:03 +00:00
|
|
|
"react-native-vector-icons": "^4.6.0",
|
2017-12-02 13:19:58 +00:00
|
|
|
"react-native-video": "^2.0.0",
|
2018-04-24 19:34:03 +00:00
|
|
|
"react-native-video-controls": "^2.2.1",
|
2017-11-13 11:36:03 +00:00
|
|
|
"react-native-zeroconf": "^0.8.3",
|
2018-05-21 18:39:26 +00:00
|
|
|
"react-navigation": "^2.0.0",
|
2017-08-13 01:35:09 +00:00
|
|
|
"react-redux": "^5.0.6",
|
2018-05-21 17:26:39 +00:00
|
|
|
"realm": "^2.6.0",
|
2018-04-24 19:34:03 +00:00
|
|
|
"redux": "^4.0.0",
|
|
|
|
"redux-enhancer-react-native-appstate": "^0.3.1",
|
2017-11-13 11:36:03 +00:00
|
|
|
"redux-immutable-state-invariant": "^2.1.0",
|
2017-11-13 12:49:19 +00:00
|
|
|
"redux-saga": "^0.16.0",
|
2017-12-20 19:20:06 +00:00
|
|
|
"regenerator-runtime": "^0.11.1",
|
2018-05-21 17:26:39 +00:00
|
|
|
"snyk": "^1.80.1",
|
2017-11-28 11:01:18 +00:00
|
|
|
"strip-ansi": "^4.0.0"
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-21 17:26:39 +00:00
|
|
|
"@storybook/addon-storyshots": "^3.4.5",
|
|
|
|
"babel-eslint": "^8.2.3",
|
|
|
|
"babel-jest": "^22.4.4",
|
2017-11-18 20:17:24 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2018-04-24 19:34:03 +00:00
|
|
|
"babel-preset-react-native": "^4.0.0",
|
2018-05-21 17:26:39 +00:00
|
|
|
"codecov": "^3.0.2",
|
2018-05-23 13:39:18 +00:00
|
|
|
"detox": "^7.3.5",
|
2018-04-24 19:34:03 +00:00
|
|
|
"eslint": "^4.19.1",
|
2017-11-13 12:49:19 +00:00
|
|
|
"eslint-config-airbnb": "^16.1.0",
|
2018-05-21 17:26:39 +00:00
|
|
|
"eslint-plugin-import": "^2.12.0",
|
2017-12-20 19:20:06 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
2018-05-21 17:26:39 +00:00
|
|
|
"eslint-plugin-react": "^7.8.2",
|
2017-11-29 19:46:11 +00:00
|
|
|
"eslint-plugin-react-native": "^3.2.0",
|
2017-11-13 13:07:35 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2018-05-21 17:26:39 +00:00
|
|
|
"jest": "^22.4.4",
|
|
|
|
"jest-cli": "^22.4.4",
|
2018-05-23 13:39:18 +00:00
|
|
|
"mocha": "^5.1.1",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-dom": "^16.3.2",
|
2018-04-24 19:34:03 +00:00
|
|
|
"react-native-bundle-visualizer": "^1.2.0",
|
2018-05-21 17:26:39 +00:00
|
|
|
"react-test-renderer": "^16.3.2",
|
2018-03-23 16:55:40 +00:00
|
|
|
"reactotron-react-native": "^1.14.0",
|
|
|
|
"reactotron-redux": "^1.13.0",
|
|
|
|
"reactotron-redux-saga": "^1.13.0"
|
2017-08-03 18:23:43 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
2018-05-23 13:39:18 +00:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"e2e"
|
|
|
|
],
|
2017-08-18 15:50:48 +00:00
|
|
|
"preset": "react-native",
|
|
|
|
"coverageDirectory": "./coverage/",
|
2017-11-13 13:07:35 +00:00
|
|
|
"collectCoverage": true,
|
|
|
|
"moduleNameMapper": {
|
|
|
|
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "identity-obj-proxy"
|
|
|
|
}
|
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",
|
|
|
|
"build": "xcodebuild -project ios/RocketChatRN.xcodeproj -scheme RocketChatRN -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
|
|
|
|
"type": "ios.simulator",
|
|
|
|
"name": "iPhone 7"
|
|
|
|
}
|
|
|
|
}
|
2017-08-03 18:23:43 +00:00
|
|
|
}
|
|
|
|
}
|