first commit

This commit is contained in:
2026-06-03 08:52:59 -07:00
parent 9a77f29133
commit 7ee48a2785
34 changed files with 3800 additions and 229 deletions
+11 -2
View File
@@ -12,6 +12,15 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.4.3"
"astro": "^6.4.3",
"jsbarcode": "^3.12.3",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@playwright/test": "^1.60.0",
"@types/jsbarcode": "^3.11.4",
"@types/qrcode": "^1.5.6",
"typescript": "^6.0.3"
}
}
}