mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 16:58:24 +00:00
followup: - #4561 (removed the sass files) - #4515 (main vitepress migration pr) Signed-off-by: Rui Chen <rui@chenrui.dev>
22 lines
621 B
JSON
22 lines
621 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.44.0",
|
|
"@types/node": "^20.12.12",
|
|
"@vueuse/core": "^10.9.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdownlint-cli": "^0.40.0",
|
|
"sitemap-ts": "~1.6.1",
|
|
"vitepress": "~1.1.4",
|
|
"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"
|
|
}
|
|
}
|