forked from runatlantis/atlantis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"license": "Apache-2.0",
"type": "module",
"devDependencies": {
"@playwright/test": "1.59.1",
"@types/node": "24.12.4",
"@vueuse/core": "12.8.2",
"markdown-it-footnote": "4.0.0",
"markdownlint-cli": "0.48.0",
"mermaid": "11.15.0",
"sitemap-ts": "1.10.1",
"vite": "6.4.2",
"vitepress": "1.6.4",
"vitepress-plugin-mermaid": "2.0.17",
"vue": "3.5.34"
},
"overrides": {
"minimatch": "^10.2.1",
"markdown-it": "^14.1.1"
},
"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"
}
}