stream-chat-react
Version:
React components to create chat conversations or livestream style chat
155 lines (154 loc) • 5.37 kB
JSON
{
"name": "stream-chat-react",
"version": "0.7.14",
"description": "React components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
"typings": "./types/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"style": "dist/css/index.css",
"jsdelivr": "./dist/browser.full-bundle.min.js",
"keywords": [
"chat",
"messaging",
"conversation",
"react",
"stream",
"getstream",
"getstream.io"
],
"dependencies": {
"@braintree/sanitize-url": "^3.0.0",
"@webscopeio/react-textarea-autocomplete": "^4.0.0",
"anchorme": "^1.1.2",
"deep-equal": "^1.0.1",
"emoji-mart": "~2.11.0",
"emoji-regex": "^7.0.3",
"isomorphic-ws": "^4.0.1",
"lodash.uniqby": "^4.7.0",
"moment": "^2.23.0",
"pretty-bytes": "^5.1.0",
"prop-types": "^15.6.2",
"react-file-utils": "0.3.12",
"react-images": "^1.0.0",
"react-markdown": "^4.0.6",
"react-player": "^1.8.0",
"react-textarea-autosize": "^7.1.0",
"seamless-immutable": "^7.1.4",
"shallow-diff": "^0.0.5",
"stream-browserify": "^2.0.2",
"stream-chat": "^1.2.1",
"uuid": "^3.3.2",
"visibilityjs": "^2.0.2",
"ws": "^6.1.3"
},
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"files": [
"dist",
"/types",
"README.md"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@stream-io/rollup-plugin-node-builtins": "^2.1.1",
"@types/seamless-immutable": "7.1.10",
"@types/uuid": "^3.4.5",
"autoprefixer": "^9.4.3",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.4",
"concurrently": "^4.1.0",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.6",
"eslint-loader": "^2.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.12.0",
"eslint-plugin-sonarjs": "^0.5.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"node-sass": "^4.11.0",
"node-sass-import": "^2.0.1",
"parcel": "^1.11.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react-styleguidist": "8.0.6",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-copy-glob": "^0.2.2",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-scss": "^0.4.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-url": "^2.0.0",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"stylelint": "^9.10.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.1",
"url-loader": "^1.1.2",
"webpack": "4.19.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "~3.1.11"
},
"resolutions": {
"stream-browserify/**/readable-stream": "2.3.6"
},
"husky": {
"hooks": {
"pre-commit": "dotgit/hooks/pre-commit-format.sh && dotgit/hooks/pre-commit-reject-binaries.py"
}
},
"scripts": {
"start": "mkdir -p dist/assets assets && rollup -c -w",
"build": "mkdir -p dist/assets assets && rollup -c",
"docs": "styleguidist build",
"docs-server": "styleguidist server",
"watch-styles": "sass --watch src/styles/index.scss dist/styles/styles.css",
"build-styles": "sass src/styles/index.scss dist/styles/styles.css --style compressed",
"prettier": "prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc",
"prettier-fix": "prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc",
"eslint": "eslint '**/*.{js,md}' --max-warnings 0",
"analyze": "yarn build -- --stats && webpack-bundle-analyzer build/bundle-stats.json",
"lint": "prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc && eslint '**/*.{js,md}' --max-warnings 0 && stylelint '**/*.{css,scss}'",
"lint-fix": "prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc && eslint --fix '**/*.{js,md}' --max-warnings 0 && stylelint --fix '**/*.{css,scss}'",
"prepare": "yarn run build",
"preversion": "make example-deps && git add yarn.lock && git add examples/*/yarn.lock",
"version": "yarn docs && git add docs && git add yarn.lock examples/*/yarn.lock",
"postversion": "git push && git push --tags && npm publish"
},
"stylelint": {
"extends": "stylelint-config-recommended-scss",
"rules": {
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"block-no-empty": null
}
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}