summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
blob: 499ef725561d80f7143a762256f203ddd2720f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@example/framework-react",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "astro": "^0.19.0-next.1"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}