@rohitkvs/ai-assistant-widget
Version:
A React/Next.js library for AI assistant widget with floating button, voice call, and chat functionality
74 lines (73 loc) • 2.01 kB
JSON
{
"name": "@rohitkvs/ai-assistant-widget",
"version": "1.1.0",
"description": "A React/Next.js library for AI assistant widget with floating button, voice call, and chat functionality",
"main": "dist/ai-assistant-widget.umd.js",
"module": "dist/ai-assistant-widget.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "vite build --mode library",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build:lib"
},
"keywords": [
"react",
"nextjs",
"ai",
"assistant",
"widget",
"chat",
"voice",
"floating-button",
"typescript",
"ui-component",
"modal",
"chatbot"
],
"author": "rohitkvs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rohitkvs/ai-assistant-widget.git"
},
"homepage": "https://github.com/rohitkvs/ai-assistant-widget#readme",
"bugs": {
"url": "https://github.com/rohitkvs/ai-assistant-widget/issues"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^12.23.9"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^5.4.0",
"vite-plugin-dts": "^3.9.1"
}
}