Files
garlic/demos/astro/strong-singularity/package.json
2023-03-08 16:48:30 +01:00

19 lines
356 B
JSON

{
"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"
}
}