1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Use package.json for package management

Issue gh-14819
This commit is contained in:
Marcus Hert Da Coregio
2024-04-01 13:21:00 -03:00
parent e7468571ae
commit 3bf79cc70c
2 changed files with 10 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"dependencies": {
"antora": "latest",
"@antora/atlas-extension": "1.0.0-alpha.1",
"@antora/collector-extension": "1.0.0-alpha.3",
"@asciidoctor/tabs": "1.0.0-beta.3",
"@springio/antora-extensions": "1.7.0",
"@springio/asciidoctor-extensions": "1.0.0-alpha.8"
}
}