forked from feelpp/book.feelpp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.01 KB
/
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
{
"description": "Antora Builder",
"scripts": {
"clean-build": "npm run clean-install;npm run build",
"clean-install": "rm -rf node_modules/ .cache/ package-lock.json ;npm i --cache=.cache/npm",
"dev": "npx antora site-dev.yml --stacktrace --fetch",
"version": "node_modules/.bin/antora --version",
"build": "npx antora --stacktrace --fetch site.yml ",
"dev-serve": "node_modules/.bin/antora --stacktrace --fetch site-dev.yml ; node-srv -p 8010 build/site",
"serve": "node-srv -p 8011 build/site"
},
"devDependencies": {
"@antora/cli": "^3.1.2",
"@antora/collector-extension": "^1.0.0-alpha.2",
"@antora/site-generator-default": "^3.1.2",
"@asciidoctor/core": "^2.2.6",
"asciidoctor": "^2.2.6",
"@djencks/asciidoctor-template": "^0.0.3",
"@feelpp/asciidoctor-remote-include-processor": "^0.0.6",
"asciidoctor-emoji": "^0.4.2",
"asciidoctor-jupyter": "^0.3.0",
"asciidoctor-kroki": "^0.16.0",
"handlebars-utils": "^1.0.6",
"node-srv": "^3.0.3"
}
}