Files
atlantis/package.json
renovate[bot] 62094e7578 chore(deps): pin dependency @playwright/test to 1.44.0 in package.json (main) (#4516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 00:35:24 +00:00

21 lines
645 B
JSON

{
"license": "Apache-2.0",
"devDependencies": {
"@playwright/test": "1.44.0",
"@vuepress/bundler-webpack": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.27",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-sitemap": "2.0.0-rc.26",
"@vuepress/theme-default": "2.0.0-rc.24",
"@vuepress/utils": "2.0.0-rc.9",
"sass-loader": "14.1.1",
"vue": "3.4.21",
"vuepress": "2.0.0-rc.9"
},
"scripts": {
"website:dev": "vuepress dev runatlantis.io",
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io",
"e2e": "playwright test"
}
}