72 lines
2.6 KiB
JSON
72 lines
2.6 KiB
JSON
{
|
|
"name": "Mattermost",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"commonmark": "hmhealey/commonmark.js#46784f1461fa34e148940534c1763af6d344ab0f",
|
|
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#7479202c42ab1b722359adadaa13f738edf5f88a",
|
|
"deep-equal": "1.0.1",
|
|
"harmony-reflect": "1.5.1",
|
|
"intl": "1.2.5",
|
|
"mattermost-redux": "mattermost/mattermost-redux#release-3.7",
|
|
"react": "15.4.2",
|
|
"react-intl": "2.2.3",
|
|
"react-native": "0.42.3",
|
|
"react-native-bottom-sheet": "1.0.1",
|
|
"react-native-button": "1.8.2",
|
|
"react-native-cookies": "2.0.0",
|
|
"react-native-device-info": "0.10.1",
|
|
"react-native-drawer": "2.3.0",
|
|
"react-native-image-crop-picker": "0.12.9",
|
|
"react-native-keyboard-aware-scroll-view": "0.2.8",
|
|
"react-native-linear-gradient": "2.0.0",
|
|
"react-native-message-bar": "1.6.0",
|
|
"react-native-orientation": "enahum/react-native-orientation.git",
|
|
"react-native-push-notification": "2.2.1",
|
|
"react-native-search-bar": "enahum/react-native-search-bar.git",
|
|
"react-native-smart-splash-screen": "2.3.3",
|
|
"react-native-svg": "5.1.6",
|
|
"react-native-tooltip": "5.0.0",
|
|
"react-native-vector-icons": "4.0.0",
|
|
"react-redux": "5.0.3",
|
|
"redux": "3.6.0",
|
|
"redux-batched-actions": "0.1.5",
|
|
"redux-thunk": "2.2.0",
|
|
"reselect": "3.0.0",
|
|
"semver": "5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.24.0",
|
|
"babel-eslint": "7.2.1",
|
|
"babel-plugin-module-resolver": "2.7.0",
|
|
"babel-preset-es2015": "6.24.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"babel-register": "6.24.0",
|
|
"chai": "3.5.0",
|
|
"chai-enzyme": "0.6.1",
|
|
"deep-freeze": "0.0.1",
|
|
"enzyme": "2.8.0",
|
|
"eslint": "3.19.0",
|
|
"eslint-plugin-mocha": "4.9.0",
|
|
"eslint-plugin-react": "6.10.3",
|
|
"fetch-mock": "5.9.4",
|
|
"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.3.1",
|
|
"react-native-svg-mock": "1.0.2",
|
|
"react-test-renderer": "15.4.2",
|
|
"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"
|
|
}
|
|
}
|