2022-01-31 22:14:07 +00:00
|
|
|
{
|
|
|
|
"name": "@example/with-markdown-shiki",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2022-01-31 22:14:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-25 21:27:35 +00:00
|
|
|
"@astrojs/markdown-remark": "^1.1.0-next.0",
|
|
|
|
"astro": "^1.1.0-next.0"
|
2022-01-31 22:14:07 +00:00
|
|
|
}
|
|
|
|
}
|