Custom demos dir

This commit is contained in:
2023-03-03 09:13:09 +01:00
parent 2b4732a34b
commit 5242577179
16 changed files with 10323 additions and 1 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"
}
}