mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 19:38:39 +00:00
* migrate off yarn to pnpm add `vue` and `@vuepress/client` as peer-dependencies stick with node 20 update @vuepress/plugin-docsearch dep with `npx vp-update` add vuepress-plugin-sitemap2 plugin Signed-off-by: Rui Chen <rui@chenrui.dev> * replace yarn.lock with pnpm-lock.yaml for labeler Signed-off-by: Rui Chen <rui@chenrui.dev> * replace yarnDedupeHighest with pnpmDedupe for renovate Signed-off-by: Rui Chen <rui@chenrui.dev> * update website-lint job Signed-off-by: Rui Chen <rui@chenrui.dev> --------- Signed-off-by: Rui Chen <rui@chenrui.dev>
17 lines
495 B
JSON
17 lines
495 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@vuepress/client": "2.0.0-rc.0",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
|
|
"@vuepress/utils": "2.0.0-rc.0",
|
|
"vue": "^3.3.11",
|
|
"vuepress": "2.0.0-rc.0",
|
|
"vuepress-plugin-sitemap2": "2.0.0-rc.4"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vuepress dev runatlantis.io",
|
|
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
|
|
}
|
|
}
|