mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 07:08:19 +00:00
* Upgrade vuepress to 2.x * Add i18n support * Apply suggestions from code review * Update runatlantis.io/.vuepress/config.js * Update runatlantis.io/es/README.md * Delete README.md * Delete README.md * Delete README.md * Update runatlantis.io/.vuepress/config.js * Update runatlantis.io/.vuepress/config.js * Update config.js * Use Overview name for specific children * Add comment for algolia API key * Register Home.vue * Convert Home.vue stylus to SCSS * Regenerate yarn.lock * Regenerate yarn.lock * Regenerate yarn.lock * Regenerate yarn.lock * Regenerate yarn.lock
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@vuepress/plugin-docsearch": "^2.0.0-beta.60",
|
|
"@vuepress/plugin-google-analytics": "^2.0.0-beta.60",
|
|
"vuepress": "^2.0.0-beta.60"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vuepress dev runatlantis.io",
|
|
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
|
|
}
|
|
}
|