Files
hype404-static/package.json

18 lines
341 B
JSON
Raw Normal View History

{
"name": "hype404-static",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.2.0",
"gray-matter": "^4.0.3",
"marked": "^11.1.1"
}
}