|
| 1 | +{ |
| 2 | + "name": "@antora/ui-default", |
| 3 | + "description": "An archetype project that produces a UI for creating documentation sites with Antora", |
| 4 | + "homepage": "https://gitlab.com/antora/antora-ui-default", |
| 5 | + "license": "MPL-2.0", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://gitlab.com/antora/antora-ui-default.git" |
| 9 | + }, |
| 10 | + "engines": { |
| 11 | + "node": ">= 8.0.0" |
| 12 | + }, |
| 13 | + "browserslist": [ |
| 14 | + "last 2 versions" |
| 15 | + ], |
| 16 | + "devDependencies": { |
| 17 | + "@asciidoctor/core": "~2.2", |
| 18 | + "@fontsource/roboto": "~4.5", |
| 19 | + "@fontsource/roboto-mono": "~4.5", |
| 20 | + "@vscode/gulp-vinyl-zip": "~2.5", |
| 21 | + "autoprefixer": "~9.7", |
| 22 | + "browser-pack-flat": "~3.4", |
| 23 | + "browserify": "~16.5", |
| 24 | + "cssnano": "~4.1", |
| 25 | + "eslint": "~6.8", |
| 26 | + "eslint-config-standard": "~14.1", |
| 27 | + "eslint-plugin-import": "~2.20", |
| 28 | + "eslint-plugin-node": "~11.1", |
| 29 | + "eslint-plugin-promise": "~4.2", |
| 30 | + "eslint-plugin-standard": "~4.0", |
| 31 | + "fancy-log": "~1.3", |
| 32 | + "fs-extra": "~8.1", |
| 33 | + "gulp": "~4.0", |
| 34 | + "gulp-concat": "~2.6", |
| 35 | + "gulp-connect": "~5.7", |
| 36 | + "gulp-eslint": "~6.0", |
| 37 | + "gulp-imagemin": "~6.2", |
| 38 | + "gulp-postcss": "~8.0", |
| 39 | + "gulp-stylelint": "~13.0", |
| 40 | + "gulp-uglify": "~3.0", |
| 41 | + "handlebars": "~4.7", |
| 42 | + "highlight.js": "9.18.3", |
| 43 | + "js-yaml": "~3.13", |
| 44 | + "merge-stream": "~2.0", |
| 45 | + "postcss-calc": "~7.0", |
| 46 | + "postcss-custom-properties": "~9.1", |
| 47 | + "postcss-import": "~12.0", |
| 48 | + "postcss-url": "~8.0", |
| 49 | + "prettier-eslint": "~9.0", |
| 50 | + "require-directory": "~2.1", |
| 51 | + "require-from-string": "~2.0", |
| 52 | + "stylelint": "~13.3", |
| 53 | + "stylelint-config-standard": "~20.0", |
| 54 | + "vinyl-fs": "~3.0" |
| 55 | + }, |
| 56 | + "dependencies": { |
| 57 | + "prismjs": "^1.29.0" |
| 58 | + } |
| 59 | +} |
0 commit comments