blob: 79bc44c941004e698431db6a8ebd24b3461a2ca0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"private": true,
"description": "Compiles the default stylesheet for the built-in HTML converter.",
"devDependencies": {
"autoprefixer": "~10.3",
"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"
},
"browserslist": [
"defaults"
]
}
|