summaryrefslogtreecommitdiffstats
path: root/docs/package.json
blob: 72edb1360fcc271e4159541b75b7e39593d5205f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "scripts": {
    "dev": "vuepress dev",
    "build": "vuepress build"
  },
  "devDependencies": {
    "@vuepress/plugin-google-analytics": "^1.0.3",
    "vuepress": "^1.0.2"
  }
}