mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 12:08:24 +00:00
13 lines
361 B
JSON
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.67",
|
|
"vuepress": "2.0.0-beta.66"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vuepress dev runatlantis.io",
|
|
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
|
|
}
|
|
}
|