chore: init

This commit is contained in:
2025-02-05 18:05:56 +06:00
commit 5f99ba28c4
19 changed files with 4546 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fastify/static": "^8.1.0",
"astro": "^5.2.5",
"fastify": "^5.2.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-prism": "^1.3.6"
},
"devDependencies": {
"@types/remark-prism": "^1.3.7"
}
}