@developer.notchatbot/webchat
Version:
A beautiful React chatbot widget with single-file bundle
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "@developer.notchatbot/webchat",
"version": "1.5.0",
"description": "A beautiful React chatbot widget with single-file bundle",
"main": "dist/webchat-bundle.min.umd.cjs",
"module": "dist/webchat-bundle.min.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/webchat-bundle.min.js",
"require": "./dist/webchat-bundle.min.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"chatbot",
"widget",
"react",
"typescript",
"tailwind",
"embed",
"webchat",
"chat-widget"
],
"author": "NotChatBot",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.5.4"
},
"dependencies": {
"convex": "^1.27.3",
"marked": "^15.0.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}