rag-chat-bot-widget
Version:
A customizable React chat widget for RAG applications
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "rag-chat-bot-widget",
"private": false,
"version": "0.1.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "npm run build"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"description": "A customizable React chat widget for RAG applications",
"keywords": [
"chat",
"widget",
"react",
"typescript",
"rag"
],
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/rag-chat-widget.git"
},
"author": "Your Name",
"license": "MIT"
}