-
Showing
gulp.d/tasks/lint-css.js
0 → 100644
{ | ||
"name": "@antora/ui-default", | ||
"description": "An archetype project that produces a UI for creating documentation sites with Antora", | ||
"homepage": "https://gitlab.bwg.co.kr/test/antora-ui", | ||
"homepage": "https://gitlab.com/antora/antora-ui-default", | ||
"license": "MPL-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.bwg.co.kr/test/antora-ui" | ||
"url": "https://gitlab.com/antora/antora-ui-default.git" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions" | ||
], | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions" | ||
], | ||
"devDependencies": { | ||
"@asciidoctor/core": "~2.2", | ||
"@fontsource/roboto": "~4.5", | ||
... | ... | @@ -36,6 +36,7 @@ |
"gulp-eslint": "~6.0", | ||
"gulp-imagemin": "~6.2", | ||
"gulp-postcss": "~8.0", | ||
"gulp-stylelint": "~13.0", | ||
"gulp-uglify": "~3.0", | ||
"handlebars": "~4.7", | ||
"highlight.js": "9.18.3", | ||
... | ... |
Please register or sign in to comment