mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
3df41d2308
* fix(vscode): Markdown frontmatter should use TSX, not YAML * test: add test for #153 * chore: bump deps * chore: update to use @astrojs scope * fix: Markdown parse error when only child is `{expression}` * fix: update renderer edge cases * fix: failing test * fix: update renderer
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"name": "@astrojs/renderer-preact",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./client": "./client.js",
|
|
"./server": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.5.13",
|
|
"preact-render-to-string": "^5.1.18"
|
|
}
|
|
}
|