2024-11-18 19:45:47 +01:00
|
|
|
{
|
|
|
|
"name": "agentuits",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2024-11-18 20:22:36 +01:00
|
|
|
"build": "vite build",
|
2024-11-18 19:45:47 +01:00
|
|
|
"lint": "eslint .",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-19 18:32:40 +01:00
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
|
|
|
"@mui/icons-material": "^6.1.7",
|
|
|
|
"@mui/material": "^6.1.7",
|
2024-11-19 19:47:43 +01:00
|
|
|
"formik": "^2.4.6",
|
2024-11-18 19:45:47 +01:00
|
|
|
"react": "^18.3.1",
|
2024-11-18 19:47:51 +01:00
|
|
|
"react-dom": "^18.3.1"
|
2024-11-18 19:45:47 +01: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": "~5.6.2",
|
2024-11-18 19:56:05 +01:00
|
|
|
"typescript-eslint": "^8.15.0",
|
2024-11-18 19:45:47 +01:00
|
|
|
"vite": "^5.4.10"
|
|
|
|
}
|
|
|
|
}
|