mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
b5a8418f82
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "@example/with-markdown",
|
|
"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",
|
|
"@astrojs/preact": "^0.0.1",
|
|
"@astrojs/react": "^0.0.1",
|
|
"@astrojs/svelte": "^0.0.1",
|
|
"@astrojs/vue": "^0.0.1",
|
|
"astro": "^0.25.0-next.0"
|
|
}
|
|
}
|