{ "name": "flowise-chat-client", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "clsx": "^2.1.1", "docx": "^9.5.1", "eventsource-parser": "^1.1.2", "framer-motion": "^12.27.1", "html2canvas": "^1.4.1", "jspdf": "^4.0.0", "katex": "^0.16.27", "lucide-react": "^0.562.0", "mammoth": "^1.11.0", "pdf-parse": "^2.4.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.1", "rehype-katex": "^7.0.1", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.41", "tailwindcss": "^3.4.10", "vite": "^5.4.2" } }