-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
{
"name": "evident-stack-docs-ui",
"description": "Antora UI bundle for the Evident Stack documentation site.",
"homepage": "https://github.com/evidentsystems/evident-stack-docs-ui.git",
"private": true,
"license": "unlicensed",
"repository": {
"type": "git",
"url": "https://github.com/evidentsystems/evident-stack-docs-ui.git"
},
"engines": {
"node": ">= 8.0.0"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"asciidoctor.js": "1.5.9",
"autoprefixer": "^10",
"browser-pack-flat": "~3.4",
"browserify": "~16.5",
"cssnano": "^5",
"eslint": "^7",
"eslint-config-standard": "^16",
"eslint-plugin-import": "^2",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "^5",
"fancy-log": "~1.3",
"fs-extra": "^10",
"gulp": "~4.0",
"gulp-concat": "~2.6",
"gulp-connect": "~5.7",
"gulp-eslint": "~6.0",
"gulp-imagemin": "~6.2",
"gulp-postcss": "^9",
"gulp-stylelint": "^13",
"gulp-uglify": "~3.0",
"gulp-vinyl-zip": "^2",
"handlebars": "^4.7.7",
"highlight.js": "9.18.3",
"js-yaml": "~3.13",
"merge-stream": "~2.0",
"postcss": "^8.3.6",
"postcss-custom-properties": "^11",
"postcss-import": "^14",
"postcss-url": "^10",
"prettier-eslint": "^13",
"require-directory": "~2.1",
"require-from-string": "~2.0",
"stylelint": "^13",
"stylelint-config-standard": "^22",
"tailwindcss": "^2.2.7",
"typeface-roboto": "1.1.13",
"typeface-roboto-mono": "1.1.13",
"vinyl-buffer": "~1.0",
"vinyl-fs": "~3.0"
},
"dependencies": {
"yarn": "^1.22.11"
}
}