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