Add EMS upload for archiving.

This commit is contained in:
Patrick Fic
2025-05-15 14:29:30 -07:00
parent 3f2501cd90
commit cd5ddc4fa1
8 changed files with 740 additions and 200 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bodyshop-desktop",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "Shop Management System Partner",
"main": "./out/main/index.js",
"author": "Convenient Brands, LLC",
@@ -55,6 +55,7 @@
"@types/xml2js": "^0.4.14",
"@vitejs/plugin-react": "^4.3.4",
"antd": "^5.24.6",
"archiver": "^7.0.1",
"chokidar": "^4.0.3",
"cors": "^2.8.5",
"dbffile": "^1.12.0",
@@ -72,6 +73,7 @@
"graphql-request": "^7.1.2",
"i18next": "^24.2.3",
"lodash": "^4.17.21",
"node-cron": "^3.0.3",
"playwright": "^1.51.1",
"prettier": "^3.5.3",
"react": "^19.1.0",
@@ -84,7 +86,6 @@
"typescript": "^5.8.3",
"vite": "6.2.6",
"xml2js": "^0.6.2",
"xmlbuilder2": "^3.1.1",
"node-cron": "^3.0.3"
"xmlbuilder2": "^3.1.1"
}
}