initial: Astro port of Hype404 with favicon + SEO redirects
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user