d02578fd4c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"name": "@example/with-markdown-shiki",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/markdown-remark": "^0.11.1",
|
|
"astro": "^1.0.0-beta.43"
|
|
}
|
|
}
|