chore: init
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user