Files
atlantis/package.json
renovate[bot] 872ce624fe chore(deps): update dependency vue to v3.5.19 in package.json (main) (#5738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-26 03:30:25 +00:00

25 lines
701 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.10.0",
"sitemap-ts": "1.8.0",
"vite": "6.2.7",
"vitepress": "1.6.4",
"vitepress-plugin-mermaid": "2.0.17",
"vue": "3.5.19"
},
"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"
}
}