CoolFace
Apppublic

hemant2747/multi-agent-framework

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json28 linesDownload Raw Back to ui
1{2  "name": "maf-dashboard",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev -p 3000",7    "build": "next build",8    "start": "next start -p 3000",9    "lint": "next lint"10  },11  "dependencies": {12    "@emotion/react": "^11.14.0",13    "@emotion/styled": "^11.14.1",14    "@mui/icons-material": "^9.1.1",15    "@mui/material": "^9.1.2",16    "@mui/material-nextjs": "^9.1.1",17    "next": "14.2.5",18    "react": "18.3.1",19    "react-dom": "18.3.1"20  },21  "devDependencies": {22    "@types/node": "20.14.10",23    "@types/react": "18.3.3",24    "@types/react-dom": "18.3.0",25    "typescript": "5.5.3"26  }27}28