-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.14 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
{
"private": true,
"description": "The ownCloud documentation",
"homepage": "https://github.com/owncloud/docs#readme",
"scripts": {
"antora": "antora --stacktrace site.yml",
"antora-local": "antora --stacktrace --url http://localhost:8080 site.yml",
"antora-staging": "antora --stacktrace --url https://doc.staging.owncloud.com site.yml",
"antora-bundle": "antora --stacktrace --ui-bundle-url ../docs-ui/build/ui-bundle.zip --url https://doc.staging.owncloud.com site.yml",
"antora-dev-local": "antora --stacktrace --url http://localhost:8080 site-dev.yml",
"antora-dev-bundle": "antora --stacktrace --ui-bundle-url ../docs-ui/build/ui-bundle.zip --url http://localhost:8080 site-dev.yml",
"serve": "http-server public/ -d -i",
"pagefind": "pagefind --site public"
},
"dependencies": {
"antora": "^3.1.15",
"asciidoctor": "^3.0.4",
"asciidoctor-kroki": "^0.18.1",
"js-yaml": "^5.0.0"
},
"devDependencies": {
"@sntke/antora-mermaid-extension": "^0.0.13",
"http-server": "^14.1.1",
"pagefind": "^1.5.0"
},
"overrides": {
"asciidoctor-opal-runtime": {
"glob": "~10.4"
}
}
}