blob: e4511a2fa4e26d4f837791bd6681a51cc52aea82 [file] [log] [blame]
{
"name": "antora-ui-camel",
"description": "An archetype project that produces a UI for creating documentation sites with Antora",
"homepage": "https://github.com/apache/camel-website/",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/apache/camel-website.git"
},
"engines": {
"node": ">= 8.0.0"
},
"browserslist": [
"last 2 versions"
],
"scripts": {
"build": "gulp bundle",
"format": "gulp format",
"preview": "gulp preview"
},
"devDependencies": {
"@openfonts/open-sans_latin-ext": "^1.44.0",
"asciidoctor.js": "1.5.9",
"autoprefixer": "~9.7",
"browser-pack-flat": "~3.4",
"browserify": "~16.5",
"cssnano": "~4.1",
"eslint": "~6.8",
"eslint-config-standard": "~14.1",
"eslint-plugin-import": "~2.20",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~4.2",
"eslint-plugin-standard": "~4.0",
"fancy-log": "~1.3",
"fs-extra": "~8.1",
"gulp": "~4.0",
"gulp-concat": "~2.6",
"gulp-connect": "~5.7",
"gulp-data": "~1.3",
"gulp-eslint": "~6.0",
"gulp-imagemin": "~6.2",
"gulp-postcss": "~8.0",
"gulp-rename": "~1.4",
"gulp-rev": "~9.0",
"gulp-stylelint": "~13.0",
"gulp-template": "~5.0",
"gulp-terser": "^1.2.0",
"gulp-vinyl-zip": "~2.2",
"handlebars": "~4.7",
"highlight.js": "~9.18",
"js-yaml": "~3.13",
"merge-stream": "~2.0",
"plugin-error": "~1.0",
"postcss-calc": "~7.0",
"postcss-custom-properties": "~9.1",
"postcss-import": "~12.0",
"postcss-url": "~8.0",
"prettier-eslint": "~9.0",
"require-directory": "~2.1",
"require-from-string": "~2.0",
"stylelint": "~13.3",
"stylelint-config-standard": "~20.0",
"svg4everybody": "^2.1.9",
"through2": "~3.0",
"toml": "^3.0.0",
"typeface-droid-sans-mono": "^0.0.44",
"undertaker": "~1.2",
"vinyl-buffer": "~1.0",
"vinyl-fs": "~3.0"
},
"resolutions": {
"resolve": "~1.9"
},
"installConfig": {
"pnp": true
},
"dependencies": {
"algoliasearch": "^4.0.3"
}
}