-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "redpanda-docs-playbook",
"version": "1.0.0",
"description": "Redpanda documentation",
"license": "ISC",
"scripts": {
"build": "antora --to-dir docs --fetch local-antora-playbook.yml",
"serve": "wds --node-resolve --open / --watch --root-dir docs --port 5002",
"start": "cross-env-shell LIVERELOAD=true npx gulp",
"test-console-docs": "cd setup-tests && npx doc-detective runTests --input ../modules/console/pages/quickstart.adoc -l debug",
"test-docs": "cd setup-tests && npx doc-detective runTests --input ../modules -l debug"
},
"dependencies": {
"@antora/cli": "3.1.2",
"@antora/site-generator": "3.1.2",
"@asciidoctor/tabs": "^1.0.0-beta.5",
"@redpanda-data/docs-extensions-and-macros": "latest"
},
"devDependencies": {
"@octokit/rest": "^21.0.1",
"@octokit/core": "^6.1.2",
"@octokit/plugin-retry": "^7.1.1",
"@web/dev-server": "^0.2.1",
"cross-env": "^7.0.3",
"doc-detective": "^2.17.0",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"open": "^9.1.0",
"semver": "^7.6.3"
},
"overrides": {
"vinyl-fs": {
"glob-stream": "~7.0"
}
}
}