-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.43 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.43 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
{
"name": "redpanda-labs",
"version": "1.0.0",
"description": "Redpanda labs",
"license": "ISC",
"scripts": {
"build": "antora --to-dir local-docs --fetch docs/local-antora-playbook.yml",
"serve": "wds --node-resolve --open / --watch --root-dir local-docs --port 5002",
"start": "cross-env-shell LIVERELOAD=true npx gulp",
"test-transforms": "cd setup-tests && npx doc-detective runTests --input ../data-transforms/go -l debug",
"test-oidc": "cd setup-tests && npx doc-detective runTests --input ../docker-compose/oidc -l debug",
"test-envoy-shadowing": "cd setup-tests && npx doc-detective runTests --input ../docker-compose/envoy-shadowing -l debug",
"test-migrator": "cd setup-tests && npx doc-detective runTests --input ../docker-compose/redpanda-migrator-demo/README.adoc -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": "^4.0.0",
"@sntke/antora-mermaid-extension": "^0.0.6"
},
"devDependencies": {
"@octokit/core": "^6.1.2",
"@octokit/plugin-retry": "^7.1.1",
"@octokit/rest": "^21.0.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"
}
}
}