This commit is contained in:
Ahmed Bouhuolia
2025-11-24 18:58:50 +02:00
parent fe4bd88f9f
commit ff04c4b762
5 changed files with 1485 additions and 320 deletions

View File

@@ -60,6 +60,7 @@
"deepdash": "^5.3.9",
"dependency-graph": "^0.11.0",
"dotenv-webpack": "^8.0.1",
"esbuild-plugin-react-virtualized": "^1.0.5",
"eslint": "^8.33.0",
"fast-deep-equal": "^3.1.3",
"flat": "^5.0.2",
@@ -107,6 +108,7 @@
"react-use": "^13.26.1",
"react-use-context-menu": "^0.1.4",
"react-virtualized": "^9.22.3",
"regenerator-runtime": "^0.14.1",
"redux": "^4.2.1",
"redux-devtools": "^3.5.0",
"redux-persist": "^6.0.0",
@@ -125,6 +127,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-legacy": "^5.4.2",
"eslint-config-react-app": "^7.0.1",
"vite": "^5.1.6"
},