digitalassistant / package.json
Chaitu2112's picture
Add ICFAI Digital MBA Assistant application with React frontend
fbfb13b
raw
history blame contribute delete
487 Bytes
{
"name": "icfai-mba-chatbot",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^12.23.25",
"lucide-react": "^0.473.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"vite": "^6.4.1"
}
}