-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.57 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
{
"name": "mulesoft-docs-ui",
"description": "The project that produces the UI for the MuleSoft documentation site",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft/docs-site-antora-ui.git"
},
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@octokit/rest": "^15.9.3",
"asciidoctor.js": "^1.5.6",
"browserify": "^16.2.2",
"chokidar": "^2.0.3",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^7.0.1",
"gulp-stylelint": "^7.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.12.0",
"map-stream": "^0.0.7",
"merge-stream": "^1.0.1",
"postcss": "^6.0.23",
"postcss-calc": "^6.0.1",
"postcss-import": "^11.1.0",
"postcss-preset-env": "5.3.0",
"postcss-syntax": "^0.10.0",
"postcss-url": "^7.3.2",
"prettier-eslint": "^8.8.1",
"require-from-string": "^2.0.2",
"stylelint": "^9.4.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-fs": "^2.4.4"
}
}