mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:48:17 +00:00
19 lines
581 B
JSON
19 lines
581 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@vuepress/bundler-webpack": "2.0.0-rc.9",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.24",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
|
|
"@vuepress/plugin-sitemap": "2.0.0-rc.24",
|
|
"@vuepress/theme-default": "2.0.0-rc.24",
|
|
"@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",
|
|
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
|
|
}
|
|
}
|