-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 1011 Bytes
/
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
{
"private": true,
"name": "starlight-for-rabbitmq-docs",
"description": "The content source for DataStax Starlight for RabbitMQ documentation.",
"author": "DataStax Inc.",
"homepage": "https://docs.datastax.com",
"repository": {
"type": "git",
"url": "https://github.com/datastax/starlight-for-rabbitmq-docs.git"
},
"scripts": {
"tailwindcss": "tailwindcss build -c ${npm_config_tailwind_config_path} -i ${npm_config_css_path} -o ${npm_config_css_path} --minify",
"build:local": "env FORCE_SHOW_EDIT_PAGE_LINK=true antora --clean --fetch --stacktrace local-preview-playbook.yml"
},
"dependencies": {
"@antora/atlas-extension": "^1.0.0-alpha.2",
"@antora/collector-extension": "^1.0.0-alpha.3",
"@asciidoctor/tabs": "^1.0.0-beta.6",
"antora": "3.2.0-alpha.4",
"asciidoctor-external-callout": "~1.2.1",
"asciidoctor-kroki": "~0.18.1",
"csv-parser": "^3.0.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.5"
}
}