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
317 B
JSON
15 lines
317 B
JSON
{
|
|
"name": "@astrojs/renderer-svelte",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./client": "./client.js",
|
|
"./server": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"svelte": "^3.35.0",
|
|
"@snowpack/plugin-svelte": "^3.7.0"
|
|
}
|
|
}
|