-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
{
"name": "ui-codegate",
"description": "An archetype project that produces a UI for creating documentation sites with Antora",
"homepage": "https://github.com/codegatecircle/ui-codegate",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/codegatecircle/ui-codegate.git"
},
"engines": {
"node": ">= 16.0.0"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"@asciidoctor/core": "^2.2.6",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.8",
"@vscode/gulp-vinyl-zip": "^2.5.0",
"autoprefixer": "^10.4.17",
"browser-pack-flat": "^3.4.0",
"browserify": "^17.0.0",
"eslint": "^6.8.0",
"fancy-log": "^2.0.0",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"handlebars": "^4.7.8",
"highlight.js": "^11.9.0",
"imagemin-mozjpeg": "^9.0.0",
"js-yaml": "^4.1.0",
"merge-stream": "^2.0.0",
"postcss-calc": "^8.2.4",
"postcss-custom-properties": "^13.3.0",
"postcss-import": "^16.0.1",
"postcss-markdown": "^1.3.0",
"postcss-url": "^10.1.3",
"prettier-eslint": "^8.8.2",
"require-directory": "^2.1.1",
"require-from-string": "^2.0.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"vinyl-fs": "^4.0.0"
}
}