Files
mattermost-mobile/package.json

96 lines
3.4 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": {
"babel-polyfill": "6.23.0",
"commonmark": "hmhealey/commonmark.js#57e6f0244a474a0e7d990f868531af5d98a57316",
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#11bf3a089900eda6f3e951f8b8c80663cff4d6a3",
"deep-equal": "1.0.1",
"intl": "1.2.5",
"mattermost-redux": "mattermost/mattermost-redux#master",
"prop-types": "15.5.10",
"react": "16.0.0-alpha.6",
"react-intl": "2.3.0",
"react-native": "0.44.0",
"react-native-animatable": "1.2.2",
"react-native-bottom-sheet": "1.0.1",
"react-native-button": "1.8.2",
"react-native-cookies": "3.1.0",
"react-native-device-info": "0.10.2",
"react-native-drawer": "2.3.0",
"react-native-exception-handler": "1.1.0",
"react-native-image-picker": "jp928/react-native-image-picker#6ee35b69f3dbd6c7c66f580fd4d9eabf398703d4",
"react-native-keyboard-aware-scroll-view": "0.2.8",
"react-native-linear-gradient": "2.0.0",
"react-native-navigation": "1.1.131",
"react-native-notifications": "enahum/react-native-notifications.git",
"react-native-orientation": "enahum/react-native-orientation.git",
"react-native-status-bar-size": "0.3.2",
"react-native-svg": "5.1.8",
"react-native-swiper": "1.5.4",
"react-native-tooltip": "enahum/react-native-tooltip",
"react-native-vector-icons": "4.1.1",
"react-redux": "5.0.4",
"redux": "3.6.0",
"redux-batched-actions": "0.2.0",
"redux-persist": "4.8.0",
"redux-persist-transform-filter": "0.0.9",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"semver": "5.3.0",
"tinycolor2": "1.4.1",
"url-parse": "1.1.9"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-plugin-module-resolver": "2.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-react-native": "1.9.2",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.24.1",
"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": "3.19.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "7.0.1",
"fetch-mock": "5.10.0",
"form-data": "2.1.4",
"jsdom": "10.1.0",
"jsdom-global": "3.0.2",
"mocha": "3.4.1",
"mocha-react-native": "0.5.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": "15.5.4",
"remote-redux-devtools": "0.5.10",
"remote-redux-devtools-on-debugger": "0.7.1"
},
"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 nyc --reporter=text mocha --opts test/mocha.opts",
"postinstall": "make post-install"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}