forked from asciidoctor/asciidoctor-docs-ui
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"name": "asciidoctor-docs-ui",
"description": "Produces the UI bundle for docs.asciidoctor.org",
"homepage": "https://docs.asciidoctor.org",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/asciidoctor/asciidoctor-docs-ui"
},
"scripts": {
"start": "gulp preview"
},
"engines": {
"node": ">= 10.17.0"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@asciidoctor/core": "~2.2",
"@octokit/rest": "~18.0",
"autoprefixer": "~10.0",
"browser-pack-flat": "~3.4",
"browserify": "~17.0",
"core-js": "~3.8",
"cssnano": "^6.0.0",
"docsearch.js": "^2.5.2",
"eslint": "~6.8",
"eslint-config-standard": "~14.1",
"eslint-plugin-import": "~2.22",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~4.2",
"eslint-plugin-standard": "~4.0",
"fancy-log": "~1.3",
"gulp": "^3.9.1",
"gulp-concat": "~2.6",
"gulp-connect": "~5.7",
"gulp-eslint": "~6.0",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "~9.0",
"gulp-stylelint": "~13.0",
"gulp-uglify": "~3.0",
"gulp-vinyl-zip": "^2.1.0",
"handlebars": "~4.7",
"highlight.js": "^11.7.0",
"js-yaml": "~3.14",
"merge-stream": "~2.0",
"postcss": "^8.4.21",
"postcss-calc": "~7.0",
"postcss-custom-properties": "~10.0",
"postcss-import": "~13.0",
"postcss-url": "~10.1",
"prettier-eslint": "~12.0",
"require-directory": "~2.1",
"require-from-string": "~2.0",
"stylelint": "~13.8",
"stylelint-config-standard": "~20.0",
"typeface-comfortaa": "^1.1",
"typeface-roboto": "^1.1",
"typeface-roboto-mono": "^1.1",
"vinyl-buffer": "~1.0",
"vinyl-fs": "^2.4.1"
}
}