mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
6386c14d00
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
19 lines
430 B
JSON
19 lines
430 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.6.4",
|
|
"@astrojs/preact": "^0.0.1",
|
|
"@astrojs/react": "^0.0.1",
|
|
"@astrojs/svelte": "^0.0.1",
|
|
"@astrojs/vue": "^0.0.1",
|
|
"astro": "^0.24.3"
|
|
}
|
|
}
|