436a016408
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"name": "@astrojs/renderer-react",
|
|
"version": "0.1.0",
|
|
"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"
|
|
}
|
|
}
|