@chatscope/use-chat
Version:
React hook for state management in chat applications
79 lines (78 loc) • 1.78 kB
JSON
{
"name": "@chatscope/use-chat",
"version": "3.1.2",
"description": "React hook for state management in chat applications",
"license": "MIT",
"homepage": "https://chatscope.io/",
"keywords": [
"chat",
"headless",
"hook",
"react",
"reactjs",
"ui",
"user interface",
"components",
"ui kit",
"communication",
"conversation",
"toolkit",
"library",
"frontend",
"reusable",
"social",
"talk"
],
"repository": {
"type": "git",
"url": "https://github.com/chatscope/use-chat.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@types/prop-types": "15.7.5",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "2.7.1",
"semantic-release": "^19.0.3",
"typescript": "4.7.4"
},
"peerDependencies": {
"react": ">= 17.0 <= 18.2.0"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"dependencies": {
"prop-types": "15.8.1",
"rxjs": "6.6.7"
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
]
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@3.2.1"
}