-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"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": "^7.1.6",
"browserify": "^14.5.0",
"chokidar": "^2.0.1",
"cssnano": "^3.10.0",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.2.0",
"gulp-eslint": "^4.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-postcss": "^7.0.0",
"gulp-stylelint": "^5.0.0",
"gulp-uglify": "^3.0.0",
"gulp-vinyl-zip": "^2.1.0",
"handlebars": "^4.0.10",
"highlight.js": "^9.12.0",
"js-yaml": "^3.10.0",
"map-stream": "^0.0.7",
"merge-stream": "^1.0.1",
"postcss-calc": "^6.0.1",
"postcss-custom-properties": "^6.1.0",
"postcss-import": "^11.0.0",
"postcss-url": "^7.1.2",
"prettier-eslint": "^8.2.0",
"require-from-string": "^2.0.1",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"typeface-roboto": "^0.0.45",
"typeface-roboto-mono": "^0.0.44",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.4"
}
}