Rocket.Chat.ReactNative/package.json

165 lines
5.6 KiB
JSON
Raw Normal View History

2017-08-03 18:23:43 +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 .",
"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",
"snyk-protect": "snyk protect",
"precommit": "eslint . && jest"
2017-08-03 18:23:43 +00:00
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
}
},
2017-08-03 18:23:43 +00:00
"dependencies": {
"@rocket.chat/sdk": "1.0.0-alpha.28",
"deep-equal": "^1.0.1",
"ejson": "^2.1.2",
"expo-haptics": "^5.0.1",
"expo-web-browser": "^5.0.3",
"i18n-js": "^3.3.0",
2019-01-29 19:52:56 +00:00
"js-base64": "^2.5.1",
"js-sha256": "^0.9.0",
2019-06-05 14:20:56 +00:00
"jsc-android": "^241213.2.0",
"lodash": "^4.17.11",
"markdown-it-flowdock": "^0.3.7",
2019-01-29 19:52:56 +00:00
"moment": "^2.24.0",
"prop-types": "15.7.2",
"react": "16.8.3",
2019-01-29 19:52:56 +00:00
"react-emojione": "^5.0.1",
"react-native": "0.59.8",
"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",
"react-native-device-info": "1.6.1",
"react-native-dialog": "^5.6.0",
2019-07-18 17:25:18 +00:00
"react-native-document-picker": "^3.2.2",
"react-native-easy-toast": "^1.2.0",
"react-native-fast-image": "5.3.0",
"react-native-firebase": "^5.4.0",
"react-native-gesture-handler": "^1.2.1",
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-01-29 19:52:56 +00:00
"react-native-image-zoom-viewer": "^2.2.25",
"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",
"react-native-localize": "^1.1.4",
"react-native-markdown-renderer": "^3.2.8",
2019-07-18 17:44:02 +00:00
"react-native-mime-types": "^2.2.1",
"react-native-modal": "10.0.0",
2019-03-25 17:43:55 +00:00
"react-native-notifications": "1.2.6",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-orientation-locker": "^1.1.5",
2019-01-29 19:52:56 +00:00
"react-native-picker-select": "^5.2.3",
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",
"react-native-responsive-ui": "^1.1.1",
2019-03-12 16:23:06 +00:00
"react-native-screens": "^1.0.0-alpha.22",
2018-11-20 13:01:59 +00:00
"react-native-scrollable-tab-view": "0.10.0",
"react-native-slider": "^0.11.0",
"react-native-slowlog": "^1.0.2",
2019-03-12 16:23:06 +00:00
"react-native-splash-screen": "^3.2.0",
"react-native-unimodules": "^0.4.1",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "^4.4.1",
"react-native-video-controls": "^2.2.3",
"react-native-webview": "5.8.1",
2019-07-17 13:37:20 +00:00
"react-navigation": "^3.11.1",
"react-navigation-header-buttons": "^2.3.1",
2019-01-29 19:52:56 +00:00
"react-redux": "^6.0.0",
2019-03-12 16:23:06 +00:00
"reactotron-react-native": "2.2",
"realm": "2.28.1",
"redux": "^4.0.1",
Beta (#265) * Fabric iOS * Fabric configured on iOS and Android * - react-native-fabric configured - login tracked * README updated * Run scripts from README updated * README scripts * get rooms and messages by rest * user status * more improves * more improves * send pong on timeout * fix some methods * more tests * rest messages * Room actions (#266) * Toggle notifications * Search messages * Invite users * Mute/Unmute users in room * rocket.cat messages * Room topic layout fixed * Starred messages loading onEndReached * Room actions onEndReached * Unnecessary login request * Login loading * Login services fixed * User presence layout * ïmproves on room actions view * Removed unnecessary data from SelectedUsersView * load few messages on open room, search message improve * fix loading messages forever * Removed state from search * Custom message time format * secureTextEntry layout * Reduce android app size * Roles subscription fix * Public routes navigation * fix reconnect * - New login/register, login, register * proguard * Login flux * App init/restore * Android layout fixes * Multiple meteor connection requests fixed * Nested attachments * Nested attachments * fix check status * New login layout (#269) * Public routes navigation * New login/register, login, register * Multiple meteor connection requests fixed * Nested attachments * Button component * TextInput android layout fixed * Register fixed * Thinner close modal button * Requests /me after login only one time * Static images moved * fix reconnect * fix ddp * fix custom emoji * New message layout (#273) * Grouping messages * Message layout * Users typing animation * Image attachment layout
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",
"redux-saga": "^0.16.2",
"remove-markdown": "^0.3.0",
2019-07-29 16:33:28 +00:00
"rn-extensions-share": "^2.3.10",
2019-07-18 17:44:02 +00:00
"rn-fetch-blob": "^0.10.15",
"rn-user-defaults": "^1.3.4",
"semver": "6.0.0",
"snyk": "^1.156.0",
"strip-ansi": "5.2.0"
2017-08-03 18:23:43 +00:00
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/runtime": "^7.4.4",
2019-03-12 16:23:06 +00:00
"@storybook/addon-actions": "4.1.14",
"@storybook/addon-links": "4.1.14",
"@storybook/addon-storyshots": "4.1.14",
"@storybook/addons": "4.1.14",
"@storybook/react-native": "^4.1.18",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-jest": "^24.8.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-runtime": "^6.26.0",
"codecov": "3.3.0",
"detox": "12.11.3",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.3.0",
"husky": ">=1",
2017-11-13 13:07:35 +00:00
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"jest-cli": "^23.6.0",
"metro-react-native-babel-preset": "^0.54.0",
2018-06-13 01:29:18 +00:00
"mocha": "^5.2.0",
"otp.js": "1.2.0",
2019-01-29 19:52:56 +00:00
"react-dom": "16.6.3",
"react-test-renderer": "16.8.3",
2019-03-12 16:23:06 +00:00
"reactotron-redux": "2.1.3",
"reactotron-redux-saga": "2.1.4",
2019-01-29 19:52:56 +00:00
"regenerator-runtime": "^0.13.1"
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
],
"preset": "react-native",
"coverageDirectory": "./coverage/",
2017-11-13 13:07:35 +00:00
"collectCoverage": true,
"moduleNameMapper": {
".+\\.(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"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
2017-11-13 13:07:35 +00:00
}
},
"snyk": true,
"engines": {
"node": ">=8.x",
Beta (#265) * Fabric iOS * Fabric configured on iOS and Android * - react-native-fabric configured - login tracked * README updated * Run scripts from README updated * README scripts * get rooms and messages by rest * user status * more improves * more improves * send pong on timeout * fix some methods * more tests * rest messages * Room actions (#266) * Toggle notifications * Search messages * Invite users * Mute/Unmute users in room * rocket.cat messages * Room topic layout fixed * Starred messages loading onEndReached * Room actions onEndReached * Unnecessary login request * Login loading * Login services fixed * User presence layout * ïmproves on room actions view * Removed unnecessary data from SelectedUsersView * load few messages on open room, search message improve * fix loading messages forever * Removed state from search * Custom message time format * secureTextEntry layout * Reduce android app size * Roles subscription fix * Public routes navigation * fix reconnect * - New login/register, login, register * proguard * Login flux * App init/restore * Android layout fixes * Multiple meteor connection requests fixed * Nested attachments * Nested attachments * fix check status * New login layout (#269) * Public routes navigation * New login/register, login, register * Multiple meteor connection requests fixed * Nested attachments * Button component * TextInput android layout fixed * Register fixed * Thinner close modal button * Requests /me after login only one time * Static images moved * fix reconnect * fix ddp * fix custom emoji * New message layout (#273) * Grouping messages * Message layout * Users typing animation * Image attachment layout
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 -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
}
}