-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 949 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 949 Bytes
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
{
"private": true,
"name": "migration-docs",
"description": "The content source for DataStax Zero Downtime Migration documentation.",
"author": "DataStax Inc.",
"homepage": "https://docs.datastax.com",
"repository": {
"type": "git",
"url": "https://github.com/datastax/migration-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.1",
"@asciidoctor/tabs": "^1.0.0-beta.6",
"antora": "3.2.0-alpha.8",
"asciidoctor-external-callout": "^1.2.1",
"asciidoctor-kroki": "^0.18.1",
"linkinator": "^5.0.2",
"lodash": "^4.17.21",
"tailwindcss": "^3.3.3"
}
}