-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "docs-site",
"description": "Couchbase Documentation Site",
"homepage": "https://docs.couchbase.com",
"private": true,
"dependencies": {
"@antora/collector-extension": "^1.0.1",
"@antora/pdf-extension": "^1.0.0-alpha.11",
"@antora/site-generator-ms": "git+https://gitlab.com/opendevise/oss/antora-site-generator-ms#as-extension",
"@asciidoctor/tabs": "1.0.0-beta.6",
"@fastify/deepmerge": "^2.0.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"antora": "~3.1",
"array.prototype.groupby": "^1.1.0",
"asciidoctor-external-callout": "~1.2.2",
"asciidoctor-kroki": "0.18.1",
"chalk": "^5.6.2",
"gulp": "~5.0",
"gulp-connect": "~5.7",
"js-yaml": "~4.1",
"markdown-it": "^13.0.1",
"node-html-markdown": "^2.0.0",
"ora": "^9.0.0",
"picomatch": "^4.0.3",
"striptags": "^3.2.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"cheerio": "^1.0.0",
"mocha": "^11.5.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchbase/docs-site.git"
}
}