mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 20:57:58 +00:00
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.44.0",
|
|
"@types/node": "^20.12.10",
|
|
"sass": "^1.77.0",
|
|
"vitepress": "^1.1.4"
|
|
},
|
|
"scripts": {
|
|
"website:dev": "vitepress dev --host localhost --port 8080 runatlantis.io",
|
|
"website:build": "vitepress build runatlantis.io",
|
|
"e2e": "playwright test"
|
|
}
|
|
}
|