UNPKG

react-activity-feed

Version:

React components to create activity and notification feeds

148 lines (147 loc) 5.17 kB
{ "name": "react-activity-feed", "version": "0.9.15", "description": "React components to create activity and notification feeds", "author": "GetStream", "license": "BSD-3-Clause", "repository": "GetStream/react-activity-feed", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "jsdelivr": "dist/browser.full-bundle.js", "keywords": [ "feed", "newsfeed", "activity stream", "react", "notification feed", "stream", "getstream", "getstream.io" ], "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "test": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "eslint": "eslint '**/*.{js,md}' --max-warnings 0", "flow": "flow", "prettier": "prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc", "prettier-fix": "prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc", "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}'", "build": "mkdir -p dist && rollup -c", "start": "mkdir -p dist && rollup -c -w", "docs": "styleguidist build", "docs-server": "styleguidist server", "prepare": "yarn run build", "preversion": "yarn install && git add yarn.lock && cd example && yarn install && git add yarn.lock", "version": "yarn docs && git add docs && git add example yarn.lock", "postversion": "git push && git push --tags && npm publish", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build" }, "husky": { "hooks": { "pre-commit": "dotgit/hooks/pre-commit-format.sh && dotgit/hooks/pre-commit-reject-binaries.py" } }, "stylelint": { "extends": "stylelint-config-standard", "rules": { "no-descending-specificity": null, "no-duplicate-selectors": null, "block-no-empty": null, "declaration-block-no-duplicate-properties": null } }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.0.0", "@babel/node": "^7.0.0", "@babel/plugin-external-helpers": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.0.0", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/runtime-corejs2": "^7.2.0", "babel-eslint": "^8.2.5", "babel-loader": "^8.0.0-beta.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^7.0.0-beta.3", "babel-register": "^7.0.0-beta.3", "cross-env": "^5.1.4", "eslint": "^5.0.1", "eslint-loader": "^2.0.0", "eslint-plugin-babel": "^5.2.0", "eslint-plugin-flowtype": "^2.50.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jest": "^21.22.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-react": "^7.10.0", "faker": "^4.1.0", "flow-bin": "^0.80.0", "gh-pages": "^1.2.0", "husky": "^1.3.1", "postcss-color-function": "^4.0.1", "postcss-cssnext": "^3.1.0", "postcss-easy-import": "^3.0.0", "postcss-import": "^12.0.0", "postcss-loader": "^3.0.0", "postcss-nested": "^4.1.0", "postcss-safe-parser": "^4.0.1", "postcss-simple-vars": "^5.0.1", "prettier": "^1.13.7", "react": "^16.4.1", "react-dom": "^16.4.1", "react-scripts": "2.1.1", "react-styleguidist": "^8.0.6", "react-test-renderer": "^16.8.3", "rollup": "^0.68.2", "rollup-plugin-alias": "^1.5.1", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.1.8", "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-postcss": "^1.6.2", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-url": "^2.0.0", "stylelint": "^9.10.1", "stylelint-config-standard": "^18.2.0", "sugarss": "^2.0.0", "webpack": "^4.12.2" }, "files": [ "dist" ], "dependencies": { "@babel/runtime": "^7.1.2", "@fortawesome/fontawesome-svg-core": "^1.2.4", "@fortawesome/free-regular-svg-icons": "^5.3.1", "@fortawesome/react-fontawesome": "^0.1.4", "@webscopeio/react-textarea-autocomplete": "^4.0.0", "anchorme": "^1.1.2", "emoji-mart": "^2.8.1", "eslint-plugin-markdown": "^1.0.0", "getstream": "^4.0.7", "immutable": "^4.0.0-rc.9", "lodash": "^4.17.11", "moment": "^2.22.2", "react-dropzone": "^5.1.1", "react-file-utils": "^0.3.2", "react-images": "^0.5.19", "stream-analytics": "^2.7.2", "twitter-text": "^3.0.0", "url-loader": "^1.1.2" } }