forked from redhat-appstudio/docs.appstudio.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 875 Bytes
/
package.json
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
{
"name": "@enterprise-contract/website",
"version": "0.0.0",
"description": "Antora website for Contract",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.redhat.com/browse/HACBS"
},
"homepage": "https://enterprise-contract.github.io/enterprise-contract.github.io/",
"devDependencies": {
"@antora/collector-extension": "^1.0.0-alpha.3",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@enterprise-contract/ec-policies-antora-extension": "latest",
"@enterprise-contract/reference-antora-extension": "latest",
"@enterprise-contract/tekton-task-antora-extension": "latest",
"antora": "^3.1.3"
},
"overrides": {
"glob-parent": "6.0.2"
},
"scripts": {
"build": "antora generate --clean --fetch antora-playbook.yml",
"preview:netlify": "netlify deploy --dir public"
},
"engines": {
"node": "18"
}
}