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-06-21 08:43:19 -05:00
|
|
|
"@astrojs/markdown-remark": "^0.11.3",
|
2022-06-30 08:08:09 -05:00
|
|
|
"@astrojs/preact": "^0.3.1",
|
2022-06-24 12:55:36 -05:00
|
|
|
"@astrojs/react": "^0.2.0",
|
|
|
|
"@astrojs/svelte": "^0.2.0",
|
|
|
|
"@astrojs/vue": "^0.2.0",
|
2022-07-06 20:00:18 -05:00
|
|
|
"astro": "^1.0.0-beta.64"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-01 10:39:32 -05:00
|
|
|
"preact": "^10.7.3",
|
2022-05-12 11:42:34 -05:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"svelte": "^3.48.0",
|
2022-06-28 08:33:13 -05:00
|
|
|
"vue": "^3.2.37"
|
2021-04-15 10:55:50 -05:00
|
|
|
}
|
|
|
|
}
|