mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
Custom demos dir
This commit is contained in:
18
demos/astro/strong-singularity/package.json
Normal file
18
demos/astro/strong-singularity/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user