mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:58:19 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
711 B
JSON
25 lines
711 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.1",
|
|
"@types/node": "^22.13.4",
|
|
"@vueuse/core": "^12.7.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdownlint-cli": "^0.44.0",
|
|
"mermaid": "^11.4.1",
|
|
"sitemap-ts": "^1.7.3",
|
|
"vite": "^6.1.4",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-mermaid": "^2.0.16",
|
|
"vue": "^3.4.27"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vitepress dev --host localhost --port 8080 runatlantis.io",
|
|
"website:lint": "markdownlint runatlantis.io",
|
|
"website:lint-fix": "markdownlint --fix runatlantis.io",
|
|
"website:build": "vitepress build runatlantis.io",
|
|
"e2e": "playwright test"
|
|
}
|
|
}
|