Almost matching export.

This commit is contained in:
Patrick Fic
2025-03-20 12:50:47 -07:00
parent 2e5fe7c99d
commit 45209bd9e4
32 changed files with 490 additions and 120 deletions

View File

@@ -23,6 +23,7 @@
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^4.0.0",
"@reduxjs/toolkit": "^2.6.1",
"chokidar": "^4.0.3",
"dbffile": "^1.12.0",
"electron-log": "^5.3.2",
@@ -32,7 +33,8 @@
"lodash": "^4.17.21",
"playwright": "^1.51.0",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.4.1"
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",