mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:28:20 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"devDependencies": {
|
|
"vuepress": "^0.14.2"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vuepress dev runatlantis.io",
|
|
"website:build": "vuepress build runatlantis.io"
|
|
}
|
|
}
|