isomtrik-quickchat
Version:
isomtrik-quickchat is a lightweight, real-time chat component built with Stencil JS. It is designed to be seamlessly integrated into web applications, offering customizable and responsive chat functionalities. The module supports both CommonJS and ES modu
92 lines (91 loc) • 3.13 kB
JSON
{
"name": "isomtrik-quickchat",
"version": "1.1.6",
"description": "isomtrik-quickchat is a lightweight, real-time chat component built with Stencil JS. It is designed to be seamlessly integrated into web applications, offering customizable and responsive chat functionalities. The module supports both CommonJS and ES module formats, making it suitable for modern web development environments. It is optimized for both npm and CDN usage and supports MQTT for real-time messaging integration.",
"keywords": [
"isomtrik-quickchat",
"chat",
"chat module",
"quickchat",
"react",
"stencil",
"web-chat",
"CDN-ready",
"npm module",
"npm chat module",
"MQTT chat integration"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/isomtrik-quickchat/isomtrik-quickchat.esm.js",
"exports": {
".": {
"import": "./dist/isomtrik-quickchat/isomtrik-quickchat.esm.js",
"require": "./dist/isomtrik-quickchat/isomtrik-quickchat.cjs.js"
},
"./my-component": {
"import": "./dist/components/my-component.js",
"types": "./dist/components/my-component.d.ts"
},
"./loader": {
"import": "./loader/index.js",
"require": "./loader/index.cjs",
"types": "./loader/index.d.ts"
},
"./utils": {
"import": "./dist/collection/index.js",
"types": "./dist/types/index.d.ts"
},
"./css": {
"import": "./dist/isomtrik-quickchat/isomtrik-quickchat.css"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/stencil-component-starter.git"
},
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.7.0",
"@rollup/plugin-url": "^8.0.2",
"@stencil/core": "^4.22.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/web-components": "^8.2.9",
"@storybook/web-components-webpack5": "^8.2.9",
"@types/jest": "^29.5.6",
"@types/node": "^16.18.11",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"lit": "^3.2.0",
"puppeteer": "^21.9.0",
"storybook": "^8.2.9"
},
"license": "MIT",
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.5.0",
"@rollup/plugin-image": "^3.0.3",
"@storybook/addon-actions": "^8.2.9",
"isomorphic-unfetch": "^4.0.2",
"mqtt": "^5.10.1",
"prop-types": "^15.8.1",
"test-iso-chat-sdk": "^2.0.4-test"
}
}