Add full project source

This commit is contained in:
Vladimír Duša
2026-03-11 09:11:08 +01:00
parent 51e3984077
commit 110e2dd471
35 changed files with 1422 additions and 19 deletions

View File

@@ -9,6 +9,11 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1"
"@astrojs/sitemap": "^3.7.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"fuse.js": "^7.1.0",
"tailwindcss": "^4.2.1"
}
}
}