Files
atlantis/package.json
Dylan Page 70e561948e fix(website): vuepress-next breaking change (#3611)
* fix: vuepress-next breaking change

See https://github.com/vuepress/vuepress-next/issues/1195.

Other fixes:

* fix: website js tests triggering properly
* chore: clean up test workflows
* fix: yarn packages
* fix: renovate config & medium rate limit
* fix: don't need to require docker build for JS code
* fix: muffet config
* fix: properly name website test

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-07-24 23:03:09 -04:00

13 lines
361 B
JSON

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