amount from xlsx

This commit is contained in:
2025-06-09 18:51:15 +02:00
parent e250b6b5d8
commit 9597baf51a
9 changed files with 295 additions and 190 deletions

View File

@@ -9,9 +9,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.1",
"@auth/core": "^0.39.0",
"astro": "^5.7.12",
"auth-astro": "^4.2.0"
"@astrojs/node": "^9.2.2",
"@auth/core": "^0.37.3",
"astro": "^5.9.2",
"auth-astro": "^4.2.0",
"xlsx": "^0.18.5"
}
}