-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 KB
/
package.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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"
},
"scripts": {
"build": "gulp bundle",
"build:once": "gulp preview:build",
"bundle:develop": "gulp bundle:pack",
"develop": "gulp preview"
},
"engines": {
"node": ">= 8.0.0"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"asciidoctor.js": "1.5.9",
"autoprefixer": "~9.7",
"browser-pack-flat": "~3.4",
"browserify": "~16.5",
"cssnano": "~4.1",
"dot-prop": ">=5.1.1",
"eslint": "~6.6",
"eslint-config-standard": "~14.1",
"eslint-plugin-import": "~2.18",
"eslint-plugin-node": "~10.0",
"eslint-plugin-promise": "~4.2",
"eslint-plugin-standard": "~4.0",
"fs-extra": "~8.1",
"gulp": "^4.0.2",
"gulp-concat": "~2.6",
"gulp-connect": "~5.7",
"gulp-eslint": "~6.0",
"gulp-imagemin": "~6.1",
"gulp-postcss": "~8.0",
"gulp-stylelint": "~10.0",
"gulp-uglify": "~3.0",
"gulp-vinyl-zip": "~2.1 >=2.1.2",
"handlebars": "^4.7.7",
"highlight.js": "~10.4",
"js-yaml": "~3.13",
"merge-stream": "~2.0",
"postcss-calc": "~7.0",
"postcss-custom-properties": "^10.0.0",
"postcss-import": "~12.0",
"postcss-url": "~8.0",
"prettier-eslint": "~9.0",
"require-directory": "~2.1",
"require-from-string": "~2.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "~19.0",
"through2": "~3.0",
"typeface-roboto": "0.0.75",
"uglify-es": "^3.3.9",
"vinyl-buffer": "~1.0",
"vinyl-fs": "~3.0",
"websocket-extensions": ">=0.1.4"
}
}