b8e3efa7bb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
828 B
JSON
31 lines
828 B
JSON
{
|
|
"name": "@astrojs/renderer-preact",
|
|
"description": "Use Preact components within Astro",
|
|
"version": "0.4.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.0",
|
|
"preact": "~10.5.15",
|
|
"preact-render-to-string": "^5.1.19"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
}
|