astro/examples/with-markdoc/package.json

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

23 lines
460 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": {
"@astrojs/markdoc": "^0.0.1",
"astro": "^2.0.6",
2023-02-06 22:04:14 +00:00
"html-escaper": "^3.0.3",
"stringify-attributes": "^3.0.0"
},
"devDependencies": {
"@markdoc/markdoc": "^0.2.2"
}
}