22 lines
526 B
JSON
22 lines
526 B
JSON
{
|
|
"name": "blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
|
|
"build": "ASTRO_TELEMETRY_DISABLED=1 astro build",
|
|
"preview": "ASTRO_TELEMETRY_DISABLED=1 astro preview",
|
|
"astro": "ASTRO_TELEMETRY_DISABLED=1 astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.0.8",
|
|
"@fastify/static": "^8.1.0",
|
|
"astro": "^5.2.5",
|
|
"fastify": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.1",
|
|
"@types/remark-prism": "^1.3.7"
|
|
}
|
|
}
|