mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:18:28 +00:00
docs: Fix docs website build (#4303)
This commit is contained in:
16
package.json
16
package.json
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"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.15",
|
||||
"@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"
|
||||
"@vuepress/bundler-webpack": "2.0.0-rc.9",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-rc.21",
|
||||
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
|
||||
"@vuepress/plugin-sitemap": "2.0.0-rc.21",
|
||||
"@vuepress/theme-default": "2.0.0-rc.21",
|
||||
"@vuepress/utils": "2.0.0-rc.9",
|
||||
"sass-loader": "14.1.1",
|
||||
"vuepress": "2.0.0-rc.9",
|
||||
"vue": "3.4.21"
|
||||
},
|
||||
"scripts": {
|
||||
"website:dev": "vuepress dev runatlantis.io",
|
||||
|
||||
Reference in New Issue
Block a user