2021-04-15 10:55:50 -05:00
|
|
|
{
|
2021-06-29 11:05:33 -05:00
|
|
|
"name": "@example/with-markdown",
|
2021-06-28 07:02:59 -05:00
|
|
|
"version": "0.0.1",
|
2021-06-28 10:46:10 -05:00
|
|
|
"private": true,
|
2021-04-15 10:55:50 -05:00
|
|
|
"scripts": {
|
2021-08-19 00:07:08 -05:00
|
|
|
"dev": "astro dev",
|
2021-04-30 16:33:35 -05:00
|
|
|
"start": "astro dev",
|
2021-08-26 14:08:52 -05:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-04-15 10:55:50 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-11 17:38:28 -05:00
|
|
|
"@astrojs/markdown-remark": "^0.6.4",
|
2022-03-18 17:35:45 -05:00
|
|
|
"@astrojs/preact": "^0.0.1",
|
|
|
|
"@astrojs/react": "^0.0.1",
|
|
|
|
"@astrojs/svelte": "^0.0.1",
|
|
|
|
"@astrojs/vue": "^0.0.1",
|
2022-03-15 19:40:27 -05:00
|
|
|
"astro": "^0.24.3"
|
2021-04-15 10:55:50 -05:00
|
|
|
}
|
|
|
|
}
|