add missing pkgs that are mandatory for the project

This commit is contained in:
2025-01-21 22:04:19 +01:00
parent cadb188a47
commit b205fa47bd
2 changed files with 115 additions and 34 deletions

View File

@@ -14,15 +14,23 @@
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.14",
"@mui/material": "^5.16.14",
"@mui/utils": "^6.4.1",
"@tanstack/react-query": "^5.63.0",
"framer-motion": "^12.0.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"ra-data-simple-rest": "^5.4.0",
"ra-i18n-polyglot": "^5.5.0",
"ra-language-english": "^5.5.0",
"ra-language-french": "^5.5.0",
"react": "^18.3.0",
"react-admin": "^5.4.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/node": "^20.10.7",
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",