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",
|
|
|
|
"preview": "astro preview"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-18 23:20:21 +00:00
|
|
|
"@astrojs/markdown-remark": "^0.7.0-next.0",
|
2022-03-21 04:01:56 +00:00
|
|
|
"astro": "^0.25.0-next.1"
|
2022-01-31 22:14:07 +00:00
|
|
|
}
|
|
|
|
}
|