mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a0055bd985
* Remove create-astro from workspace * Improve contrast ratio * Swap blank template for blog template * Remove counter components from blog template * Use `latest` astro version
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "@astro-renderer/react",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./client": "./client.js",
|
|
"./server": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|