"Initial commit from Astro"

This commit is contained in:
houston[bot]
2026-07-11 19:47:31 +03:00
committed by suphicakir
commit bf47bb24d9
39 changed files with 7644 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.0.7",
"sharp": "^0.35.0"
}
}