* PLT-5517 RN: Image file previewer Add preview component and client routes Add fade transition for modal Add paging controls, title header, and info footer Add drag to dismiss behavior Fix android layout issues Handle orientation change * Fix tests * Review feedback * Review feedback
68 lines
2.3 KiB
JSON
68 lines
2.3 KiB
JSON
{
|
|
"name": "Mattermost",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"deep-equal": "1.0.1",
|
|
"harmony-reflect": "1.5.1",
|
|
"intl": "1.2.5",
|
|
"isomorphic-fetch": "2.2.1",
|
|
"mattermost-redux": "mattermost/mattermost-redux#release-3.7",
|
|
"react": "15.4.1",
|
|
"react-addons-pure-render-mixin": "15.4.1",
|
|
"react-intl": "2.2.2",
|
|
"react-native": "0.42.0",
|
|
"react-native-button": "1.7.1",
|
|
"react-native-cookies": "2.0.0",
|
|
"react-native-device-info": "0.10.1",
|
|
"react-native-drawer": "2.3.0",
|
|
"react-native-keyboard-aware-scroll-view": "0.2.7",
|
|
"react-native-keyboard-spacer": "0.3.1",
|
|
"react-native-message-bar": "1.6.0",
|
|
"react-native-push-notification": "2.2.1",
|
|
"react-native-linear-gradient": "2.0.0",
|
|
"react-native-search-bar": "enahum/react-native-search-bar.git",
|
|
"react-native-svg": "4.5.0",
|
|
"react-native-vector-icons": "4.0.0",
|
|
"react-redux": "5.0.1",
|
|
"redux": "3.6.0",
|
|
"redux-batched-actions": "0.1.5",
|
|
"redux-thunk": "2.1.0",
|
|
"reselect": "2.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.23.0",
|
|
"babel-eslint": "7.1.1",
|
|
"babel-plugin-module-resolver": "2.4.0",
|
|
"babel-preset-es2015": "6.18.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"babel-register": "6.18.0",
|
|
"chai": "3.5.0",
|
|
"chai-enzyme": "0.6.1",
|
|
"deep-freeze": "0.0.1",
|
|
"enzyme": "2.7.1",
|
|
"eslint": "3.15.0",
|
|
"eslint-plugin-mocha": "4.8.0",
|
|
"eslint-plugin-react": "6.8.0",
|
|
"fetch-mock": "5.8.1",
|
|
"form-data": "2.1.2",
|
|
"mocha": "3.2.0",
|
|
"mocha-react-native": "0.5.0",
|
|
"react-addons-test-utils": "15.4.2",
|
|
"react-dom": "15.4.2",
|
|
"react-native-mock": "0.2.9",
|
|
"react-native-svg-mock": "1.0.2",
|
|
"react-test-renderer": "15.4.1",
|
|
"redux-logger": "2.7.4",
|
|
"remote-redux-devtools": "0.5.7",
|
|
"remote-redux-devtools-on-debugger": "0.7.0"
|
|
},
|
|
"scripts": {
|
|
"check": "node_modules/.bin/eslint --ext \".js\" --ignore-pattern node_modules --quiet .",
|
|
"run-ios": "node node_modules/react-native/local-cli/cli.js run-ios",
|
|
"run-android": "node node_modules/react-native/local-cli/cli.js run-android",
|
|
"start": "node node_modules/react-native/local-cli/cli.js start -- --reset-cache",
|
|
"test": "NODE_ENV=test mocha --opts test/mocha.opts",
|
|
"postinstall": "make post-install"
|
|
}
|
|
}
|