forked from Ivasoft/mattermost-mobile
* Improve performance of the channel drawer * Feedback review * Fix makefile * Feedback review 3 * Fix areStatesEqual * Fix Android SVG
105 lines
3.6 KiB
JSON
105 lines
3.6 KiB
JSON
{
|
|
"name": "mattermost-mobile",
|
|
"version": "0.0.1",
|
|
"description": "Mattermost Mobile with React Native",
|
|
"repository": "git@github.com:mattermost/mattermost-mobile.git",
|
|
"author": "Mattermost, Inc.",
|
|
"license": "Apache 2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"analytics-react-native": "1.1.0",
|
|
"babel-polyfill": "6.23.0",
|
|
"commonmark": "hmhealey/commonmark.js#25dc6a4c456db579631797e29847752cb5e7d8d7",
|
|
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#6e259b66ae87d31d2f908effcd05776b9ea3446f",
|
|
"deep-equal": "1.0.1",
|
|
"intl": "1.2.5",
|
|
"jail-monkey": "0.0.9",
|
|
"mattermost-redux": "mattermost/mattermost-redux#master",
|
|
"prop-types": "15.5.10",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-intl": "2.3.0",
|
|
"react-native": "0.48.3",
|
|
"react-native-animatable": "1.2.3",
|
|
"react-native-bottom-sheet": "1.0.2",
|
|
"react-native-button": "1.8.2",
|
|
"react-native-circular-progress": "0.0.8",
|
|
"react-native-cookies": "3.2.0",
|
|
"react-native-device-info": "0.11.0",
|
|
"react-native-drawer": "2.4.0",
|
|
"react-native-exception-handler": "2.1.0",
|
|
"react-native-fast-image": "1.0.0",
|
|
"react-native-fetch-blob": "0.10.8",
|
|
"react-native-image-picker": "0.26.6",
|
|
"react-native-keyboard-aware-scroll-view": "0.3.0",
|
|
"react-native-linear-gradient": "2.3.0",
|
|
"react-native-local-auth": "enahum/react-native-local-auth.git",
|
|
"react-native-navigation": "1.1.216",
|
|
"react-native-notifications": "enahum/react-native-notifications.git",
|
|
"react-native-orientation": "enahum/react-native-orientation.git",
|
|
"react-native-passcode-status": "1.1.0",
|
|
"react-native-sentry": "0.15.1",
|
|
"react-native-status-bar-size": "0.3.2",
|
|
"react-native-svg": "react-native-community/react-native-svg#be8797be5239085d5d09eec90a926ae8da7a8583",
|
|
"react-native-tooltip": "enahum/react-native-tooltip",
|
|
"react-native-vector-icons": "4.3.0",
|
|
"react-native-youtube": "1.0.0-beta.3",
|
|
"react-redux": "5.0.6",
|
|
"redux": "3.7.2",
|
|
"redux-batched-actions": "0.2.0",
|
|
"redux-persist": "4.9.1",
|
|
"redux-persist-transform-filter": "0.0.15",
|
|
"redux-thunk": "2.2.0",
|
|
"reselect": "3.0.1",
|
|
"semver": "5.4.1",
|
|
"shallow-equals": "1.0.0",
|
|
"socketcluster": "5.0.4",
|
|
"tinycolor2": "1.4.1",
|
|
"url-parse": "1.1.9",
|
|
"youtube-video-id": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.26.0",
|
|
"babel-eslint": "7.2.3",
|
|
"babel-plugin-module-resolver": "2.7.1",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"babel-preset-latest": "6.24.1",
|
|
"babel-preset-react": "6.24.1",
|
|
"babel-preset-react-native": "3.0.2",
|
|
"babel-preset-stage-0": "6.24.1",
|
|
"babel-register": "6.26.0",
|
|
"chai": "3.5.0",
|
|
"chai-enzyme": "0.6.1",
|
|
"chai-fetch-mock": "1.0.0",
|
|
"deep-freeze": "0.0.1",
|
|
"enzyme": "2.8.2",
|
|
"eslint": "4.6.1",
|
|
"eslint-plugin-mocha": "4.9.0",
|
|
"eslint-plugin-react": "7.3.0",
|
|
"fetch-mock": "5.10.0",
|
|
"form-data": "2.3.1",
|
|
"jsdom": "10.1.0",
|
|
"jsdom-global": "3.0.2",
|
|
"mocha": "3.4.1",
|
|
"mocha-react-native": "0.5.0",
|
|
"mockery": "2.1.0",
|
|
"nyc": "10.3.2",
|
|
"react-addons-test-utils": "15.5.1",
|
|
"react-dom": "15.5.4",
|
|
"react-native-mock": "0.3.1",
|
|
"react-native-svg-mock": "1.0.2",
|
|
"react-test-renderer": "16.0.0-alpha.12",
|
|
"remote-redux-devtools": "0.5.12",
|
|
"remote-redux-devtools-on-debugger": "0.8.2",
|
|
"underscore": "1.8.3"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_ENV=test nyc --reporter=text mocha --opts test/mocha.opts",
|
|
"postinstall": "make post-install"
|
|
},
|
|
"rnpm": {
|
|
"assets": [
|
|
"./assets/fonts"
|
|
]
|
|
}
|
|
}
|