zrok/agent/agentUi/package.json

34 lines
803 B
JSON
Raw Normal View History

2024-10-04 17:20:11 +02:00
{
"name": "agentui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-10-08 19:46:50 +02:00
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"formik": "^2.4.6",
2024-10-04 17:20:11 +02:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
2024-10-04 17:20:11 +02:00
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.10"
2024-10-04 17:20:11 +02:00
}
}