21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"name": "@example/starlight-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.12.4",
|
|
"@astrojs/starlight": "^0.31.1",
|
|
"@astrojs/starlight-markdoc": "^0.2.0",
|
|
"astro": "^5.1.5",
|
|
"sharp": "^0.32.5"
|
|
}
|
|
}
|