summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/package.json
blob: ecc8085c1ec96429ebc2db0642644bb90b39e82d (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.4.0-next.0",
    "astro": "^0.23.0-next.4"
  }
}