35 lines
917 B
JSON
35 lines
917 B
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.1",
|
|
"@mui/material": "7.3.9",
|
|
"keycloak-js": "26.2.3",
|
|
"ra-data-simple-rest": "5.14.4",
|
|
"react": "18.3.1",
|
|
"react-admin": "5.14.4",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.28",
|
|
"@types/react-dom": "18.3.7",
|
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
"@typescript-eslint/parser": "6.21.0",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"eslint-plugin-react-refresh": "0.4.26",
|
|
"typescript": "5.9.3",
|
|
"vite": "5.4.21"
|
|
}
|
|
}
|