e0d9a7627d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"name": "@astrojs/renderer-lit",
|
|
"version": "0.2.0-next.0",
|
|
"description": "A Lit renderer for Astro",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*",
|
|
"./server.js": "./server.js",
|
|
"./client-shim.js": "./client-shim.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@lit-labs/ssr": "^1.0.0",
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
|
"lit": "^2.0.2"
|
|
}
|
|
}
|