summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 49a08fbb15b3eb90fbe92f7941906cbda728c281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "antora-ui-default",
  "description": "An archetype project that produces a UI for creating documentation sites with Antora",
  "homepage": "https://gitlab.com/antora/antora-ui-default",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/antora/antora-ui-default.git"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "devDependencies": {
    "autoprefixer": "~9.4",
    "browserify": "~16.2",
    "cssnano": "~4.1",
    "eslint": "~5.11",
    "eslint-config-standard": "~12.0",
    "eslint-plugin-import": "~2.14",
    "eslint-plugin-node": "~8.0",
    "eslint-plugin-promise": "~4.0",
    "eslint-plugin-standard": "~4.0",
    "fs-extra": "~7.0",
    "gulp": "~4.0",
    "gulp-concat": "~2.6",
    "gulp-connect": "~5.7",
    "gulp-eslint": "~5.0",
    "gulp-imagemin": "~5.0",
    "gulp-postcss": "~8.0",
    "gulp-stylelint": "~8.0",
    "gulp-uglify": "~3.0",
    "gulp-vinyl-zip": "~2.1 >=2.1.2",
    "handlebars": "~4.0",
    "highlight.js": "~9.13",
    "js-yaml": "~3.12",
    "merge-stream": "~1.0",
    "postcss-calc": "~7.0",
    "postcss-custom-properties": "~8.0",
    "postcss-import": "~12.0",
    "postcss-url": "~8.0",
    "prettier-eslint": "~8.8",
    "require-directory": "~2.1",
    "require-from-string": "~2.0",
    "stylelint": "~9.9",
    "stylelint-config-standard": "~18.2",
    "through2": "~3.0",
    "typeface-roboto": "0.0.54",
    "typeface-roboto-mono": "0.0.54",
    "vinyl-buffer": "~1.0",
    "vinyl-fs": "~3.0"
  }
}