3e24341f17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
834 B
JSON
31 lines
834 B
JSON
{
|
|
"name": "@astrojs/renderer-preact",
|
|
"description": "Use Preact components within Astro",
|
|
"version": "0.5.0-next.0",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/renderers/renderer-preact"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*",
|
|
"./compat": "./compat/index.js",
|
|
"./client.js": "./client.js",
|
|
"./server.js": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
|
"preact": "^10.6.5",
|
|
"preact-render-to-string": "^5.1.19"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
}
|