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