summaryrefslogtreecommitdiffstats
path: root/docs/package.json
blob: 37bec61bdcec935023c5fa46775e6869d0a873da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "scripts": {
    "dev": "vuepress dev",
    "build": "vuepress build"
  },
  "devDependencies": {
    "@vuepress/plugin-google-analytics": "^1.8.2",
    "vuepress": "^1.8.2",
    "vuepress-theme-default-prefers-color-scheme": "^2.0.0",
    "vuepress-plugin-sitemap": "^2.3.1"
  }
}