UNPKG

10xanswers

Version:

A fully customizable, draggable chatbot component built with React and Recoil for your next project.

115 lines (114 loc) 2.98 kB
{ "name": "10xanswers", "description": "A fully customizable, draggable chatbot component built with React and Recoil for your next project.", "private": false, "version": "1.1.16", "type": "module", "repository": { "type": "git", "url": "https://github.com/rajveeerr/10xAnswers.git" }, "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "build": "vite build", "prepublishOnly": "npm run build", "test": "vitest run", "watch": "vitest" }, "dependencies": { "-": "^0.0.1", "react-markdown": "^9.0.1", "react-rnd": "^10.4.13", "react-router-dom": "^7.0.1", "react-syntax-highlighter": "^15.6.1", "recoil": "^0.7.7", "rehype-highlight": "^7.0.1", "remark-gfm": "^4.0.0", "uuid": "^11.0.3" }, "devDependencies": { "@eslint/js": "^9.13.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "c8": "^10.1.2", "css-loader": "^7.1.2", "dotenv": "^16.4.5", "eslint": "^9.16.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "jsdom": "^25.0.1", "postcss": "^8.4.49", "react-test-renderer": "^18.3.1", "style-loader": "^4.0.0", "tailwindcss": "^3.4.17", "vite": "^5.4.11", "vite-plugin-css-injected-by-js": "^3.5.2", "vitest": "^2.1.6" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "keywords": [ "chatbot", "react chatbot", "recoil chatbot", "custom chatbot component", "draggable chatbot", "markdown chatbot", "interactive chatbot", "customizable chatbot", "frontend chatbot", "react recoil chatbot", "gemini api chatbot", "chatbot npm package", "chatbot UI component", "react state management", "plug-and-play chatbot", "drag-and-drop chatbot", "open-source chatbot", "AI chatbot component", "markdown rendering chatbot", "internet status hook", "chatbot styling", "recoil state management", "react hooks chatbot", "100xDevs", "react", "chatbot", "ai", "component", "draggable", "gemini", "conversational-ui" ], "author": { "name": "Rajveer Singh", "email": "rajveergreets@gmail.com", "url": "https://x.com/rajveeerrsingh" }, "license": "MIT", "homepage": "https://github.com/rajveeerr/10xanswers#readme", "bugs": { "url": "https://github.com/rajveeerr/10xanswers/issues" } }