Add doc/package.json and doc/package-lock.json

This commit is contained in:
Gennaro Prota
2025-07-14 16:28:07 +02:00
parent 31504199cd
commit 4fee7e5a77
2 changed files with 2387 additions and 0 deletions

2366
doc/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

21
doc/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "doc",
"version": "1.0.0",
"description": "The documentation for the dynamic_bitset library is the top-level index.html file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alandefreitas/antora-cpp-reference-extension": "^0.0.3",
"@antora/lunr-extension": "^1.0.0-alpha.10",
"@asciidoctor/tabs": "^1.0.0-beta.6",
"@cppalliance/antora-cpp-reference-extension": "^0.0.6",
"@cppalliance/antora-cpp-tagfiles-extension": "^0.0.4",
"@cppalliance/asciidoctor-boost-links": "^0.0.2",
"antora": "^3.1.10"
}
}