{ "name": "ai-chat-frontend", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "type-check": "tsc --noEmit" }, "dependencies": { "highlight.js": "^11.11.1", "katex": "^0.16.38", "marked": "^17.0.4", "marked-highlight": "^2.2.3", "mermaid": "^11.13.0", "react": "^18.3.1", "react-copy-to-clipboard": "^5.1.1", "react-dom": "^18.3.1", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.1", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "zustand": "^4.4.7" }, "devDependencies": { "@types/node": "^25.6.0", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^4.2.1", "typescript": "^6.0.3", "vite": "^5.0.8" } }