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