Externalize dependencies. **Important commit**

This commit is contained in:
Patrick Fic
2025-03-25 20:16:44 -07:00
parent 2f712e24c9
commit f2591da40d
2 changed files with 87 additions and 31 deletions

View File

@@ -23,23 +23,14 @@
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^4.0.0",
"electron-updater": "^6.3.9"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.6.1",
"chokidar": "^4.0.3",
"dbffile": "^1.12.0",
"electron-log": "^5.3.2",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"graphql": "^16.10.0",
"i18next": "^24.2.2",
"lodash": "^4.17.21",
"playwright": "^1.51.0",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
"@electron-toolkit/eslint-config-ts": "^3.0.0",
@@ -65,6 +56,15 @@
"react-dom": "^19.0.0",
"react-router": "^7.3.0",
"typescript": "^5.8.2",
"vite": "^6.2.1"
"vite": "^6.2.1",
"graphql": "^16.10.0",
"i18next": "^24.2.2",
"lodash": "^4.17.21",
"playwright": "^1.51.0",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0"
}
}