@tabtree/workchat
Version:
Customizable React chat component for workplace communication
53 lines • 1.47 kB
JSON
{
"name": "@tabtree/workchat",
"version": "1.0.67",
"description": "Customizable React chat component for workplace communication",
"keywords": [
"chat",
"quickchat",
"react",
"javascript",
"tsx",
"typescript",
"workplace",
"communication",
"messaging"
],
"license": "MIT",
"author": "Anoop Mohan",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"unpkg": "dist/index.umd.js",
"files": [
"dist",
"dist/tailwindChat.css"
],
"scripts": {
"tailwind:build": "npx tailwindcss -i ./src/styles/tailwindChat.css -o ./dist/tailwindChat.css --minify",
"build": "npm run tailwind:build && microbundle src/index.js --jsx React.createElement",
"dev": "microbundle watch --jsx React.createElement",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"tailwindcss": "^3.3.6 || ^4"
},
"dependencies": {
"react-to-webcomponent": "^2.0.1",
"socket.io-client": "^4.8.1",
"axios": "^1.9.0",
"lucide-react": "^0.503.0",
"moment": "^2.30.1",
"react-syntax-highlighter": "^15.6.1",
"highlight.js": "^11.11.1"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"microbundle": "^0.15.1"
}
}