f5ce6edb5b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
813 B
JSON
31 lines
813 B
JSON
{
|
|
"name": "@astrojs/renderer-react",
|
|
"description": "Use React components within Astro",
|
|
"version": "0.4.1",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/renderers/renderer-react"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*",
|
|
"./client.js": "./client.js",
|
|
"./server.js": "./server.js",
|
|
"./package.json": "./package.json",
|
|
"./jsx-runtime": "./jsx-runtime.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
}
|