e57308d70c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
26 lines
647 B
JSON
26 lines
647 B
JSON
{
|
|
"name": "@astrojs/renderer-react",
|
|
"description": "Use React components within Astro",
|
|
"version": "0.3.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/renderers/renderer-react"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*",
|
|
"./client.js": "./client.js",
|
|
"./server.js": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
}
|