983bf72aa1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
776 B
JSON
30 lines
776 B
JSON
{
|
|
"name": "@astrojs/renderer-solid",
|
|
"version": "0.3.1",
|
|
"description": "Use Solid components within Astro",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/renderers/renderer-solid"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"babel-preset-solid": "^1.2.3",
|
|
"solid-js": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
}
|