Rocket.Chat.ReactNative/package.json

63 lines
2.0 KiB
JSON
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
2017-08-05 18:16:32 +00:00
"name": "rocket-chat-rn",
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",
"lint": "eslint .",
"ios": "react-native run-ios",
2017-08-09 13:12:00 +00:00
"log-android": "react-native log-android",
2017-08-05 18:16:32 +00:00
"android": "react-native run-android"
2017-08-03 18:23:43 +00:00
},
"dependencies": {
2017-08-13 01:35:09 +00:00
"babel-plugin-transform-decorators-legacy": "^1.3.4",
2017-08-05 18:16:32 +00:00
"prop-types": "^15.5.10",
2017-08-03 18:23:43 +00:00
"react": "16.0.0-alpha.12",
2017-08-10 14:27:28 +00:00
"react-emojione": "^3.1.10",
2017-08-05 18:32:30 +00:00
"react-native": "0.46.1",
2017-08-10 16:31:57 +00:00
"react-native-action-button": "^2.7.2",
2017-08-11 18:18:09 +00:00
"react-native-auto-grow-textinput": "^1.2.0",
"react-native-autogrow-input": "^0.2.1",
"react-native-autogrow-textinput": "^4.1.0",
"react-native-console-time-polyfill": "0.0.6",
2017-08-10 14:27:28 +00:00
"react-native-easy-markdown": "git+https://github.com/lappalj4/react-native-easy-markdown.git",
2017-08-09 19:02:09 +00:00
"react-native-fetch-blob": "^0.10.8",
"react-native-form-generator": "^0.9.9",
"react-native-image-picker": "^0.26.3",
2017-08-09 19:02:09 +00:00
"react-native-img-cache": "^1.4.0",
2017-08-03 18:23:43 +00:00
"react-native-meteor": "^1.1.0",
2017-08-12 20:52:55 +00:00
"react-native-navigation": "^1.1.193",
2017-08-11 18:18:09 +00:00
"react-native-optimized-flatlist": "^1.0.1",
"react-native-svg": "^5.4.1",
"react-native-svg-image": "^1.1.4",
"react-native-vector-icons": "^4.3.0",
2017-08-09 13:12:00 +00:00
"react-native-zeroconf": "^0.8.1",
2017-08-03 18:23:43 +00:00
"react-navigation": "^1.0.0-beta.11",
2017-08-13 01:35:09 +00:00
"react-redux": "^5.0.6",
2017-08-07 12:07:05 +00:00
"realm": "^1.10.1",
2017-08-13 01:35:09 +00:00
"redux": "^3.7.2",
"redux-immutable-state-invariant": "^2.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"strip-ansi": "^4.0.0",
"underscore": "^1.8.3"
2017-08-03 18:23:43 +00:00
},
"devDependencies": {
2017-08-09 00:41:12 +00:00
"babel-eslint": "^7.2.3",
2017-08-03 18:23:43 +00:00
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
2017-08-05 18:16:32 +00:00
"eslint": "^4.4.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
2017-08-03 18:23:43 +00:00
"eslint-plugin-react": "^7.1.0",
2017-08-09 00:41:12 +00:00
"eslint-plugin-react-native": "^3.0.1",
2017-08-03 18:23:43 +00:00
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}