2023-02-06 21:11:15 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-02-08 20:50:52 +00:00
|
|
|
"@astrojs/mdx": "^0.16.0",
|
2023-02-08 14:53:06 +00:00
|
|
|
"astro": "^2.0.6"
|
2023-02-06 21:11:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@markdoc/markdoc": "^0.2.2"
|
|
|
|
}
|
|
|
|
}
|