Files
atlantis/package.json
renovate[bot] 6ff0e2f90e chore(deps): update dependency @vuepress/plugin-google-analytics to v2.0.0-rc.0 in package.json (#3986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 00:57:11 +00:00

13 lines
358 B
JSON

{
"license": "Apache-2.0",
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-beta.66",
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
"vuepress": "2.0.0-beta.66"
},
"scripts": {
"website:dev": "vuepress dev runatlantis.io",
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
}
}