astro/examples/with-markdown/package.json
github-actions[bot] 46f02d9cf4
[ci] release (#3060)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10 20:01:00 -07:00

26 lines
584 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.8.1",
"@astrojs/preact": "^0.1.0",
"@astrojs/react": "^0.1.0",
"@astrojs/svelte": "^0.1.0",
"@astrojs/vue": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "^3.47.0",
"vue": "^3.2.31"
}
}