Repo init

This commit is contained in:
2024-03-09 23:11:42 -06:00
commit 90a1d7ac7c
35 changed files with 5398 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"astro": "^4.4.15",
"@astrojs/check": "^0.5.6",
"typescript": "^5.4.2"
}
}