summaryrefslogtreecommitdiff
path: root/examples/framework-vue/package.json
blob: 19215c2fe83e86f4b6257a0feb061b955e4787b4 (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.5"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}