B2B-85: add order xml generation (#8)

* B2B-85: add order xml generation

* some fixes after merge

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-06-09 15:58:50 +03:00
committed by GitHub
parent d49bfcfcfd
commit 5a1040b888
14 changed files with 582 additions and 99 deletions

View File

@@ -61,8 +61,9 @@
"@tanstack/react-table": "^8.21.3",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^5.2.3",
"date-fns": "^4.1.0",
"fast-xml-parser": "^5.2.5",
"lodash": "^4.17.21",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"next-sitemap": "^4.2.3",
@@ -86,11 +87,12 @@
"@types/node": "^22.15.18",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"react-hook-form": "^7.57.0",
"@types/lodash": "^4.17.17",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.0.7",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"react-hook-form": "^7.57.0",
"supabase": "^2.22.12",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",