UNPKG

@cometchat/chat-uikit-react

Version:

Ready-to-use Chat UI Components for React

117 lines (116 loc) 3.09 kB
{ "name": "@cometchat/chat-uikit-react", "version": "7.1.0", "description": "Ready-to-use Chat UI Components for React", "author": "CometChat", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./styles": "./dist/index.css" }, "lint-staged": { "src/**/*.{ts,tsx}": [ "npx eslint --fix", "npx prettier --write" ], "src/**/*.css": [ "npx prettier --write" ] }, "sideEffects": [ "*.css" ], "dependencies": { "@cometchat/cards-react": "~1.0.0", "dompurify": "3.3.1" }, "scripts": { "build": "tsup", "lint": "eslint src/", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"", "test": "vitest run", "test:coverage": "vitest run --coverage", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "prepare": "husky" }, "devDependencies": { "@cometchat/calls-sdk-javascript": "^5.0.3", "@cometchat/chat-sdk-javascript": "^4.1.13", "@eslint/js": "^9.39.4", "@storybook/addon-a11y": "^10.3.5", "@storybook/addon-docs": "^10.4.1", "@storybook/react": "^10.3.5", "@storybook/react-vite": "^10.3.5", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/jest-axe": "^3.5.9", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.4.1", "@vitest/coverage-v8": "^3.1.1", "eslint": "^9.0.0", "eslint-plugin-import": "^2.0.0", "eslint-plugin-jsx-a11y": "^6.0.0", "eslint-plugin-react-hooks": "^5.0.0", "fast-check": "^4.6.0", "husky": "^9.0.0", "jest-axe": "^10.0.0", "jsdom": "^26.1.0", "lint-staged": "^15.0.0", "prettier": "^3.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "storybook": "^10.3.5", "tsup": "^8.0.0", "typescript": "~5.7.0", "typescript-eslint": "^8.0.0", "vitest": "^3.1.1" }, "peerDependencies": { "@cometchat/calls-sdk-javascript": "^5.0.3", "@cometchat/chat-sdk-javascript": "^4.1.13", "react": ">=18.0.0 <21.0.0", "react-dom": ">=18.0.0 <21.0.0" }, "peerDependenciesMeta": { "@cometchat/calls-sdk-javascript": { "optional": true } }, "homepage": "https://www.cometchat.com", "repository": "https://github.com/cometchat/cometchat-uikit-react/tree/v7", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "CometChat", "messaging", "message", "uikit", "React", "chat-uikit", "uikit-react", "react-uikit", "chat-uikit-react", "text", "image", "voice", "audio", "chat", "video", "ui components", "webRTC" ], "license": "https://www.cometchat.com/legal-terms-of-service", "bugs": { "url": "https://help.cometchat.com/hc/en-us" } }