forked from apache/camel-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.47 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
40
41
42
{
"version": "1.0.0-SNAPSHOT",
"license": "Apache-2.0",
"scripts": {
"build:antora": "antora --clean --fetch antora-playbook.yml",
"build:hugo": "hugo --cacheDir ${HUGO_CACHE_DIR:-$(pwd)/.hugo_data}",
"build:minify": "gulp minify",
"build:sitemap": "gulp sitemap",
"build": "run-s build:*",
"preview": "run-s preview:*",
"preview:antora": "antora --clean --fetch antora-playbook.yml",
"preview:hugo": "hugo server -D",
"check:xref": "antora --generator @antora/xref-validator antora-playbook.yml",
"check:links": "link-checker --disable-external --mkdocs --allow-hash-href public --url-ignore='#top'",
"check:html": "html-validate 'public/*/**/*.html' 'public/!(google)*.html'",
"checks": "run-s check:*"
},
"devDependencies": {
"@antora/asciidoc-loader": "2.3.0",
"@antora/cli": "2.3.0",
"@antora/content-aggregator": "2.3.0",
"@antora/content-classifier": "2.3.0",
"@antora/document-converter": "2.3.0",
"@antora/playbook-builder": "2.3.0",
"@antora/site-generator-default": "2.3.0",
"@antora/xref-validator": "gitlab:antora/xref-validator",
"@djencks/asciidoctor-antora-indexer": "^0.0.2",
"escape-string-regexp": "~2.0",
"gulp": "~4.0",
"gulp-cheerio": "^1.0.0",
"gulp-htmlmin": "~5.0",
"html-validate": "~1.2",
"hugo-cli": "~0.11",
"link-checker": "~1.2",
"npm-run-all": "~4.1",
"opal-runtime": "1.0.11",
"toml": "~3.0"
},
"installConfig": {
"pnp": true
}
}