HyperFlow / frontend /package.json
Gaurav711's picture
feat: AI/ML platform — LangGraph agent + 5 ML surfaces + Swiggy MCP trace UI
db2ad38 verified
Raw
History Blame Contribute Delete
643 Bytes
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview",
"test": "vite build"
},
"dependencies": {
"canvas-confetti": "^1.9.4",
"framer-motion": "^12.42.2",
"lucide-react": "^1.23.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1",
"recharts": "^3.9.2"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"vite": "^8.1.1"
}
}