forked from akeneo/pim-helpcenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 Bytes
/
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
{
"name": "akeneo-help-center",
"dependencies": {
"bootstrap": "3.3.7",
"docsearch.js": "2.4.1",
"jquery": "3.1.1",
"lato-font": "3.0.0",
"typeface-comfortaa": "0.0.35"
},
"devDependencies": {
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-flatmap": "1.0.0",
"gulp-front-matter": "1.3.0",
"gulp-handlebars-html": "0.0.2",
"gulp-if": "2.0.2",
"gulp-insert": "0.5.0",
"gulp-json-transform": "0.4.2",
"gulp-less": "3.3.0",
"gulp-markdown-it-adapter": "0.1.1",
"gulp-prompt": "0.2.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-rsync": "0.0.7",
"gulp-tap": "1.0.1",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"handlebars": "4.0.6",
"highlightjs": "9.10.0",
"markdown-it": "8.2.2",
"markdown-it-container": "2.0.0",
"markdown-it-emoji": "1.4.0",
"markdown-it-toc-and-anchor": "4.1.1",
"merge-stream": "1.0.1",
"require-dir": "0.3.2"
}
}