2022-03-30 08:42:19 -04:00
|
|
|
{
|
|
|
|
"name": "@test/deno-astro-basic",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"astro": "workspace:*",
|
2022-04-21 12:10:06 -04:00
|
|
|
"@astrojs/deno": "workspace:*",
|
2022-06-22 15:11:48 +02:00
|
|
|
"@astrojs/react": "workspace:*",
|
2022-08-17 00:08:40 +10:00
|
|
|
"@astrojs/mdx": "workspace:*",
|
2022-06-22 15:11:48 +02:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0"
|
2022-03-30 08:42:19 -04:00
|
|
|
}
|
|
|
|
}
|