pulsewidget
Version:
A beautiful, customizable chatbot widget for React applications with full TypeScript support and smooth animations
69 lines (68 loc) • 1.68 kB
JSON
{
"name": "pulsewidget",
"version": "1.0.1",
"description": "A beautiful, customizable chatbot widget for React applications with full TypeScript support and smooth animations",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./styles.css": "./dist/style.css"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"chatbot",
"widget",
"ai",
"chat",
"component",
"typescript",
"customizable",
"conversation",
"assistant"
],
"author": "kc1t",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kc1t/pulsewidget"
},
"bugs": {
"url": "https://github.com/kc1t/pulsewidget/issues"
},
"homepage": "https://github.com/kc1t/pulsewidget#readme",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"framer-motion": "^12.12.2",
"lucide-react": "^0.509.0",
"react-markdown": "^10.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0"
}
}