{ "name": "web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@google/genai": "^1.32.0", "@types/react-syntax-highlighter": "^15.5.13", "html2canvas": "^1.4.1", "lucide-react": "^0.556.0", "mermaid": "^11.12.2", "pdfjs-dist": "^4.10.38", "react": "^19.2.1", "react-dom": "^19.2.1", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19", "@types/node": "^22.14.0", "@vitejs/plugin-react": "^5.0.0", "autoprefixer": "^10.4.23", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "typescript": "~5.8.2", "vite": "^6.2.0" } }