Files
blog/package.json
T
2026-08-22 08:25:20 -04:00

25 lines
613 B
JSON

{
"dependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/mdx": "7.0.7",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "3.7.3",
"@astrojs/vue": "7.0.2",
"@fontsource-variable/baskervville": "^5.2.3",
"@fontsource-variable/baskervville-sc": "^5.2.3",
"@fontsource-variable/figtree": "^5.2.10",
"@fontsource-variable/fira-code": "^5.2.7",
"astro": "7.2.4",
"sharp": "^0.34.5"
},
"name": "astro",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
}