astro/examples/with-markdoc/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
331 B
JSON
Raw Normal View History

{
"name": "@example/with-markdoc",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-02-14 15:26:20 +00:00
"@astrojs/markdoc": "^0.0.0",
2023-02-13 20:10:39 +00:00
"astro": "^2.0.6"
}
}