countdowner to frontend

This commit is contained in:
2026-03-03 11:42:45 +01:00
parent d5c9a22844
commit c828a91381
5 changed files with 214 additions and 45 deletions
+12 -1
View File
@@ -9,7 +9,11 @@
"version": "0.0.1",
"dependencies": {
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.17.1"
"astro": "^5.17.1",
"js-yaml": "^4.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9"
}
},
"node_modules/@alloc/quick-lru": {
@@ -1587,6 +1591,13 @@
"@types/unist": "*"
}
},
"node_modules/@types/js-yaml": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",
"integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/mdast": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",