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