Files
atlantis/package.json
Ken Kaizu 3a61a3d7fb website: upgrade vuepress 0.x to 1.x (#2828)
* docs: upgrade vuepress 0.x to 1.x

* add .node-version
2022-12-19 10:02:38 -05:00

11 lines
230 B
JSON

{
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.9.7",
"vuepress": "^1.9.7"
},
"scripts": {
"website:dev": "vuepress dev runatlantis.io",
"website:build": "vuepress build runatlantis.io"
}
}