]> git.evergreen-ils.org Git - working/eg-antora.git/blob - package.json
Fixing header download link for Evergreen downloads
[working/eg-antora.git] / package.json
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     "autoprefixer": "~9.7",
21     "browser-pack-flat": "~3.4",
22     "browserify": "~16.5",
23     "cssnano": "~4.1",
24     "eslint": "~6.8",
25     "eslint-config-standard": "~14.1",
26     "eslint-plugin-import": "~2.20",
27     "eslint-plugin-node": "~11.1",
28     "eslint-plugin-promise": "~4.2",
29     "eslint-plugin-standard": "~4.0",
30     "fancy-log": "~1.3",
31     "fs-extra": "~8.1",
32     "gulp": "~4.0",
33     "gulp-concat": "~2.6",
34     "gulp-connect": "~5.7",
35     "gulp-eslint": "~6.0",
36     "gulp-imagemin": "~6.2",
37     "gulp-postcss": "~8.0",
38     "gulp-stylelint": "~13.0",
39     "gulp-uglify": "~3.0",
40     "gulp-vinyl-zip": "~2.2",
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-buffer": "~1.0",
55     "vinyl-fs": "~3.0"
56   },
57   "scripts": {
58     "gulp-bundle": "gulp bundle"
59   }
60 }