summaryrefslogtreecommitdiff
path: root/packages/renderers/renderer-lit/package.json
blob: 5f9dbcab3c15e10dff6a6bff8bb72900a455f5f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "@astrojs/renderer-lit",
  "version": "0.4.0",
  "description": "Use Lit components within Astro",
  "type": "module",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/renderers/renderer-lit"
  },
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://astro.build",
  "exports": {
    ".": "./index.js",
    "./*": "./*",
    "./server.js": "./server.js",
    "./client-shim.js": "./client-shim.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@lit-labs/ssr": "^2.0.4",
    "@webcomponents/template-shadowroot": "^0.1.0",
    "lit": "^2.2.1"
  }
}