summaryrefslogtreecommitdiff
path: root/examples/framework-lit/package.json
blob: 2ec5ca2c7049ea70e8169f47dc7129486ef94926 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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/renderer-lit": "^0.4.0-next.0",
    "astro": "^0.23.0-next.4"
  }
}