mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 17:08:23 +00:00
11 lines
269 B
JSON
11 lines
269 B
JSON
{
|
|
"devDependencies": {
|
|
"@vuepress/plugin-google-analytics": "^1.9.7",
|
|
"vuepress": "^1.9.7"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vuepress dev runatlantis.io",
|
|
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
|
|
}
|
|
}
|