Rocket.Chat.ReactNative/package.json

115 lines
3.9 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",
"prepare": "exit 0"
2017-08-03 18:23:43 +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",
"@storybook/addons": "^3.3.1",
"@storybook/react-native": "^3.2.18",
2017-08-13 01:35:09 +00:00
"babel-plugin-transform-decorators-legacy": "^1.3.4",
2017-11-19 02:23:15 +00:00
"babel-plugin-transform-remove-console": "^6.8.5",
2017-08-16 22:51:37 +00:00
"babel-polyfill": "^6.26.0",
"babel-preset-expo": "^4.0.0",
"deep-equal": "^1.0.1",
"ejson": "^2.1.2",
"lodash": "^4.17.4",
"moment": "^2.20.1",
2017-11-13 11:36:03 +00:00
"prop-types": "^15.6.0",
2017-11-29 19:46:11 +00:00
"react": "^16.2.0",
"react-clone-referenced-element": "^1.0.1",
2017-11-13 20:51:36 +00:00
"react-emojione": "^5.0.0",
"react-native": "^0.51.0",
2017-11-29 19:46:11 +00:00
"react-native-action-button": "^2.8.3",
"react-native-actionsheet": "^2.3.0",
2017-11-13 11:36:03 +00:00
"react-native-animatable": "^1.2.4",
"react-native-easy-markdown": "git+https://github.com/diegolmello/react-native-easy-markdown.git",
2017-08-09 19:02:09 +00:00
"react-native-fetch-blob": "^0.10.8",
2017-11-13 11:36:03 +00:00
"react-native-image-picker": "^0.26.7",
2017-11-18 20:17:24 +00:00
"react-native-img-cache": "^1.5.2",
2017-11-13 12:49:19 +00:00
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"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",
"react-native-loading-spinner-overlay": "^0.5.2",
2017-11-13 11:36:03 +00:00
"react-native-meteor": "^1.2.0",
2017-11-13 12:49:19 +00:00
"react-native-modal": "^4.1.1",
"react-native-optimized-flatlist": "^1.0.4",
2017-11-18 20:17:24 +00:00
"react-native-push-notification": "^3.0.1",
"react-native-responsive-ui": "^1.1.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-slider": "^0.11.0",
2017-12-20 20:12:49 +00:00
"react-native-splash-screen": "^3.0.6",
2017-11-13 12:49:19 +00:00
"react-native-svg": "^6.0.0",
"react-native-svg-image": "^2.0.1",
2017-11-13 11:36:03 +00:00
"react-native-vector-icons": "^4.4.2",
"react-native-video": "^2.0.0",
"react-native-video-controls": "^2.0.0",
2017-11-13 11:36:03 +00:00
"react-native-zeroconf": "^0.8.3",
"react-navigation": "^1.0.0-beta.19",
2017-08-13 01:35:09 +00:00
"react-redux": "^5.0.6",
2017-11-29 19:46:11 +00:00
"realm": "^2.0.11",
2017-08-13 01:35:09 +00:00
"redux": "^3.7.2",
"redux-enhancer-react-native-appstate": "^0.3.0",
2017-11-13 11:36:03 +00:00
"redux-immutable-state-invariant": "^2.1.0",
2017-08-13 01:35:09 +00:00
"redux-logger": "^3.0.6",
2017-11-13 12:49:19 +00:00
"redux-saga": "^0.16.0",
"regenerator-runtime": "^0.11.1",
"remote-redux-devtools": "^0.5.12",
"simple-markdown": "^0.3.1",
"snyk": "^1.61.1",
"strip-ansi": "^4.0.0"
2017-08-03 18:23:43 +00:00
},
"devDependencies": {
"@storybook/addon-storyshots": "^3.2.18",
2017-11-13 12:49:19 +00:00
"babel-eslint": "^8.0.2",
"babel-jest": "^22.0.3",
2017-11-18 20:17:24 +00:00
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-preset-es2015": "^6.24.1",
2017-11-13 12:49:19 +00:00
"babel-preset-react-native": "4.0.0",
"codecov": "^3.0.0",
2017-11-29 19:46:11 +00:00
"eslint": "^4.12.0",
2017-11-13 12:49:19 +00:00
"eslint-config-airbnb": "^16.1.0",
2017-11-13 11:36:03 +00:00
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
2017-11-29 19:46:11 +00:00
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
2017-11-13 13:07:35 +00:00
"identity-obj-proxy": "^3.0.0",
"jest": "^22.0.3",
"jest-cli": "^22.0.3",
2017-11-29 19:46:11 +00:00
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"reactotron-react-native": "^1.14.0"
2017-08-03 18:23:43 +00:00
},
"jest": {
"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"
}
},
"snyk": true,
"engines": {
"node": ">=8.x",
"npm": ">=4.x",
"yarn": ">=0.21.3"
2017-08-03 18:23:43 +00:00
}
}