blob: 7929442c40ea02a9da3017f9aadf20d90df96389 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"private": true,
"description": "Compiles the default stylesheet for the built-in HTML converter.",
"dependencies": {
"cssnano": "~5.0",
"package.json": "^2.0.1",
"postcss": "~8.3",
"postcss-cli": "~8.3",
"stylelint": "~13.13",
"stylelint-config-standard": "~22.0"
},
"scripts": {
"build": "postcss asciidoctor.css -o ../../data/stylesheets/asciidoctor-default.css",
"lint": "stylelint asciidoctor.css"
}
}
|