feature/IO-3205-Paint-Scale-Integrations: Logic and Cron in place

This commit is contained in:
Dave Richer
2025-04-28 10:09:22 -04:00
parent c73db112c7
commit fa0c6f7db3
6 changed files with 696 additions and 69 deletions

View File

@@ -29,11 +29,14 @@
"@electron-toolkit/utils": "^4.0.0",
"@sentry/electron": "^6.5.0",
"@sentry/vite-plugin": "^3.3.1",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"electron-log": "^5.3.3",
"electron-store": "^8.2.0",
"electron-updater": "^6.6.2",
"winax": "^3.6.2"
"node-cron": "^3.0.3",
"winax": "^3.6.2",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
@@ -46,6 +49,7 @@
"@types/express": "^5.0.1",
"@types/lodash": "^4.17.16",
"@types/node": "^22.14.0",
"@types/node-cron": "^3.0.11",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",