portfolio-assistant / frontend /package.json
Saivineeth147
Initial commit: Portfolio Assistant with RAG chatbot
d644386
Raw
History Blame Contribute Delete
496 Bytes
{
"name": "portfolio-assistant-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lucide-react": "^0.263.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.4.21"
}
}