summaryrefslogtreecommitdiff
path: root/examples/framework-lit/package.json
blob: afeba6a0cb99831725ff99e7d53067f0073a134f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@example/framework-lit",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/lit": "^0.0.1",
    "astro": "^0.25.0-next.1"
  },
  "dependencies": {
    "@webcomponents/template-shadowroot": "^0.1.0",
    "lit": "^2.2.1"
  }
}