UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

94 lines (93 loc) 3.03 kB
{ "name": "@cobuildlab/8base-chat", "version": "3.0.6", "author": "Alexey Ryabov", "license": "MIT", "description": "Chat component that uses 8base", "main": "dist/8base-chat.cjs.js", "module": "dist/8base-chat.esm.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "prebuild": "npm run validate && npm run declarations", "build": "rollup -c", "dev": "concurrently --kill-others \"rollup -c -w\" \"npm run declarations -- -w\"", "tslint": "tslint -p tsconfig.json -c tslint.json", "typecheck": "tsc --noEmit", "declarations": "tsc --emitDeclarationOnly", "graphql-types": "graphql-codegen --config codegen.yml", "prettier": "prettier --config ./.prettierrc \"**/!(*.?(s)css.d).+(js|jsx|ts|tsx|json|yaml|yml|css|sass|scss|md|mdx|graphql)\"", "format": "npm run prettier -- --write", "validate": "npm run tslint && npm run prettier -- --list-different && npm run typecheck", "prepublish": "npm run clean && npm run build" }, "files": [ "dist", "src" ], "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "dependencies": { "@8base/apollo-links": "^0.37.2", "@8base/boost": "^1.9.1", "@8base/file-input": "^0.37.2", "apollo-cache-inmemory": "^1.6.2", "apollo-client": "^2.6.3", "apollo-link": "^1.2.12", "apollo-link-batch-http": "^1.2.12", "apollo-link-context": "^1.0.18", "apollo-link-error": "^1.1.11", "apollo-link-http": "^1.5.15", "apollo-utilities": "^1.3.2", "classnames": "^2.2.6", "emoji-mart": "^2.11.1", "graphql": "^14.4.2", "graphql-tag": "^2.10.1", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.15", "pubsub-js": "^1.7.0", "react-apollo": "^2.5.8", "ts-invariant": "^0.4.4" }, "devDependencies": { "@graphql-codegen/cli": "^2.0.1", "@graphql-codegen/typescript": "^1.4.0", "@graphql-codegen/typescript-operations": "^1.4.0", "@graphql-codegen/typescript-react-apollo": "^1.4.0", "@modular-css/rollup": "^24.2.2", "@types/classnames": "^2.2.9", "@types/emoji-mart": "^2.8.4", "@types/hoist-non-react-statics": "^3.3.1", "@types/lodash": "^4.14.136", "@types/node": "^12.6.2", "@types/pubsub-js": "^1.5.18", "@types/react": "^16.8.23", "@types/react-dom": "^16.8.4", "autoprefixer": "^9.6.1", "concurrently": "^4.1.1", "cssnano": "^4.1.10", "husky": "^3.0.0", "lint-staged": "^9.2.0", "postcss-nested": "^4.1.2", "prettier": "^1.18.2", "rimraf": "^2.6.3", "rollup": "^1.19.3", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-typescript": "^1.0.1", "tslint": "^5.18.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "tslint-react": "^4.0.0", "typescript": "3.5.3", "utility-types": "^3.7.0" }, "keywords": [ "8base", "chat", "react" ] }