forked from skalenetwork/docs.skale.network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 5.42 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "docs.skale.network",
"version": "0.0.0",
"private": true,
"scripts": {
"docs:watch:chain-admin": "npx skl-reload --node-runner yarn --path components/skale-chain-administration --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-skale-chain-administration.yml --docs-stacktrace --watch-paths components/skale-chain-administration/**/*.yml,components/skale-chain-administration/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:delegators": "npx skl-reload --node-runner yarn --path components/introduction --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-delegators.yml --docs-stacktrace --watch-paths components/delegators/**/*.yml,components/delegators/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:develop": "npx skl-reload --node-runner yarn --path components/develop --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-develop.yml --docs-stacktrace --watch-paths components/develop/**/*.yml,components/develop/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:governance": "npx skl-reload --node-runner yarn --path components/governance --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-governance.yml --docs-stacktrace --watch-paths components/governance/**/*.yml,components/governance/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:home": "npx skl-reload --node-runner yarn --path components/home --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-home.yml --docs-stacktrace --watch-paths components/home/**/*.yml,components/home/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:infrastructure": "npx skl-reload --node-runner yarn --path components/infrastructure --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-infrastructure.yml --docs-stacktrace --watch-paths components/infrastructure/**/*.yml,components/infrastructure/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:introduction": "npx skl-reload --node-runner yarn --path components/introduction --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-introduction.yml --docs-stacktrace --watch-paths components/introduction/**/*.yml,components/introduction/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:recipes": "npx skl-reload --node-runner yarn --path components/recipes --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-recipes.yml --docs-stacktrace --watch-paths components/recipes/**/*.yml,components/recipes/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:technology": "npx skl-reload --node-runner yarn --path components/technology --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-technology.yml --docs-stacktrace --watch-paths components/technology/**/*.yml,components/technology/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:tools": "npx skl-reload --node-runner yarn --path components/tools --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-tools.yml --docs-stacktrace --watch-paths components/tools/**/*.yml,components/tools/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch:validators": "npx skl-reload --node-runner yarn --path components/validators --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-validators.yml --docs-stacktrace --watch-paths components/validators/**/*.yml,components/validators/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"docs:watch": "npx skl-reload --node-runner yarn --path components --ui-repo https://github.com/skalenetwork/doc-ui.git --ui-path doc-ui --ui-only --docs-playbook playbook-local-all.yml --docs-stacktrace --watch-paths components/**/*.yml,components/**/*.adoc --watch-event change --server-open --server-dir build/site/",
"prepare:ui": "yarn --cwd doc-ui bundle",
"build:ui": "yarn --cwd doc-ui install && yarn --cwd doc-ui bundle",
"prepare:docs": "antora --fetch playbook.yml --stacktrace",
"prepare:local": "antora --fetch playbook-local-only.yml --stacktrace",
"build:local": "yarn prepare:ui && yarn prepare:docs",
"build": "yarn build:ui && antora --fetch playbook.yml --html-url-extension-style=drop --log-level=fatal",
"serve": "live-server build/site",
"setup:git": "git submodule update --init --recursive --remote",
"setup": "yarn setup:git"
},
"dependencies": {
"@antora/cli": "^3.1.2",
"@antora/site-generator-default": "^3.1.2",
"@skalenetwork/doc-utils": "https://github.com/skalenetwork/doc-utils.git",
"asciidoctor-kroki": "^0.14.0",
"generator": "^1.0.1",
"typeface-space-mono": "^1.1.13",
"yarn": "^1.22.4"
},
"devDependencies": {
"@djencks/asciidoctor-mathjax": "^0.0.7",
"fgbg": "^0.1.5",
"gulp-cli": "^2.3.0",
"live-server": "^1.2.1",
"nodemon": "^2.0.7"
}
}