UNPKG

hotel-ai-widget

Version:

A customizable hotel chat widget for React and vanilla HTML

73 lines (72 loc) 2.09 kB
{ "name": "hotel-ai-widget", "private": false, "version": "0.0.6", "type": "module", "description": "A customizable hotel chat widget for React and vanilla HTML", "scripts": { "build": "npm run build:lib && npm run build:embed", "build:lib": "rollup -c rollup.config.js", "build:embed": "rollup -c rollup.embed.config.js", "dev": "rollup -c rollup.config.js -w", "prepublishOnly": "npm run build" }, "keywords": [ "react", "chat", "widget", "hotel", "travel", "embeddable" ], "author": "Buk Protocol", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "repository": { "type": "git", "url": "https://github.com/yourusername/hotel-ai-chat-widget" }, "homepage": "https://github.com/yourusername/hotel-ai-chat-widget#readme", "dependencies": { "@radix-ui/react-scroll-area": "^1.2.9", "@react-google-maps/api": "^2.20.7", "@rollup/plugin-replace": "^6.0.2", "@tailwindcss/vite": "^4.1.11", "clsx": "^2.1.1", "lucide-react": "^0.525.0", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-hot-toast": "^2.5.2", "react-markdown": "^10.1.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.1", "rollup": "^4.44.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^4.1.11", "tslib": "^2.8.1", "uuid": "^11.1.0" }, "devDependencies": { "@eslint/js": "^9.29.0", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@rollup/plugin-url": "^8.0.2", "@types/google.maps": "^3.58.1", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.5.2", "eslint": "^9.29.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.2.0", "typescript": "~5.8.3", "typescript-eslint": "^8.34.1", "vite": "^7.0.0" } }