Rocket.Chat.ReactNative/package.json

145 lines
5.0 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": "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",
"storybook": "storybook start -p 7007",
"snyk-protect": "snyk protect",
"fabric-ios": "./scripts/fabric-ios.sh",
"fabric-android": "./scripts/fabric-android.sh",
"postinstall": "cp ./temp/react.gradle ./node_modules/react-native"
2017-08-03 18:23:43 +00:00
},
"rnpm": {
"assets": [
"resources/fonts"
]
},
2017-08-03 18:23:43 +00:00
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.47",
2018-01-15 20:43:52 +00:00
"@remobile/react-native-toast": "^1.0.7",
"@storybook/addons": "^3.4.10",
"@storybook/react-native": "^3.4.10",
"deep-equal": "^1.0.1",
"ejson": "^2.1.2",
"js-base64": "^2.4.8",
"js-sha256": "^0.9.0",
2018-05-21 17:26:39 +00:00
"lodash": "^4.17.10",
"markdown-it-flowdock": "^0.3.7",
2018-06-13 01:29:18 +00:00
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-clone-referenced-element": "^1.0.1",
2017-11-13 20:51:36 +00:00
"react-emojione": "^5.0.0",
"react-native": "^0.56.0",
2018-05-21 17:26:39 +00:00
"react-native-actionsheet": "^2.4.2",
"react-native-audio": "^4.1.3",
"react-native-dialog": "^5.1.0",
"react-native-fabric": "^0.5.1",
2018-05-21 17:26:39 +00:00
"react-native-fast-image": "^4.0.14",
"react-native-i18n": "^2.0.15",
"react-native-image-crop-picker": "git+https://github.com/RocketChat/react-native-image-crop-picker.git",
"react-native-image-zoom-viewer": "^2.2.14",
"react-native-keyboard-aware-scroll-view": "^0.6.0",
"react-native-keyboard-input": "^5.2.3",
"react-native-keyboard-tracking-view": "^5.4.4",
"react-native-markdown-renderer": "^3.2.8",
"react-native-meteor": "^1.4.0",
"react-native-modal": "^6.5.0",
"react-native-navigation": "^1.1.479",
"react-native-notifications": "git+https://github.com/RocketChat/react-native-notifications.git",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-picker-select": "^4.2.0",
"react-native-responsive-ui": "^1.1.1",
2018-02-14 15:48:21 +00:00
"react-native-safari-view": "^2.1.0",
"react-native-scrollable-tab-view": "git+https://github.com/skv-headless/react-native-scrollable-tab-view.git",
"react-native-slider": "^0.11.0",
"react-native-svg": "^6.5.2",
2017-11-13 12:49:19 +00:00
"react-native-svg-image": "^2.0.1",
"react-native-vector-icons": "^5.0.0",
"react-native-video": "^3.2.0",
"react-native-video-controls": "^2.2.3",
"react-native-zeroconf": "^0.9.0",
2017-08-13 01:35:09 +00:00
"react-redux": "^5.0.6",
"realm": "^2.14.2",
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": "^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",
"regenerator-runtime": "^0.12.1",
"rn-fetch-blob": "^0.10.12",
"snyk": "^1.90.0",
"strip-ansi": "^4.0.0"
2017-08-03 18:23:43 +00:00
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/plugin-proposal-decorators": "7.0.0-beta.47",
"@storybook/addon-storyshots": "^3.4.10",
"babel-core": "^7.0.0-beta.47",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "^5.0.2",
"codecov": "^3.0.4",
"detox": "^8.1.4",
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
"eslint": "^4.19.1",
2017-11-13 12:49:19 +00:00
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
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",
"jest": "^23.4.2",
"jest-cli": "^23.4.2",
2018-06-13 01:29:18 +00:00
"mocha": "^5.2.0",
"react-dom": "^16.4.2",
"react-native-bundle-visualizer": "^1.3.0",
"react-test-renderer": "^16.4.2",
"reactotron-react-native": "^2.0.0",
"reactotron-redux": "^2.0.0",
"reactotron-redux-saga": "^2.0.0"
2017-08-03 18:23:43 +00:00
},
"jest": {
2018-05-23 13:39:18 +00:00
"testPathIgnorePatterns": [
"e2e"
],
"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"
},
"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
}
}