078b6cde6c
This reverts commit 935e6fa0c8
.
15 lines
322 B
JSON
15 lines
322 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.7.0-next.0",
|
|
"astro": "^0.25.0-next.1"
|
|
}
|
|
}
|