{ "name": "agentui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.2", "@mui/material": "^6.1.2", "@ungap/structured-clone": "^1.2.0", "bootstrap": "^5.3.3", "formik": "^2.4.6", "react": "^18.3.1", "react-bootstrap": "^2.10.5", "react-data-table-component": "^7.6.2", "react-dom": "^18.3.1", "react-router-dom": "^6.26.2", "superagent": "^10.1.0" }, "devDependencies": { "@eslint/js": "^9.11.1", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.2", "eslint": "^9.11.1", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.12", "globals": "^15.9.0", "vite": "^5.4.8" } }