summaryrefslogtreecommitdiff
path: root/examples/framework-solid/package.json
blob: 39cb6efdfd41ef7466fae43fd57e2b081af87d39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@example/framework-solid",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/renderer-solid": "^0.2.0-next.1",
    "astro": "^0.21.0-next.4"
  }
}