vantage / apps /web /package.json
sourabh gupta
feat(web): Render agent markdown responses with customized tailwind classes
d72e9c0
Raw
History Blame Contribute Delete
817 Bytes
{
"name": "vantage-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"gen": "openapi-typescript ../../contracts/openapi.yaml -o src/lib/types.gen.ts"
},
"dependencies": {
"lucide-react": "^0.395.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-force-graph-2d": "^1.25.4",
"react-markdown": "^10.1.0",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"openapi-typescript": "^6.7.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}