45fdbc4650
* Don’t use Buffer.byteLength() as Deno can’t use it * Add changeset * Add tests for Markdown & MDX with Deno Co-authored-by: Matthew Phillips <matthew@skypack.dev>
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"name": "@test/deno-astro-basic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/deno": "workspace:*",
|
|
"@astrojs/react": "workspace:*",
|
|
"@astrojs/mdx": "workspace:*",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
}
|
|
}
|