Astro project

This commit is contained in:
2023-03-03 00:52:44 +01:00
parent 5977dd67fb
commit 91270fbb72
12 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "strong-singularity",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.17.2",
"astro": "^2.0.16",
"garlic-astro": "file:../../garlic-astro",
"jsdom": "^21.1.0"
}
}