-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "pim-api-docs",
"scripts": {
"serve": "gulp serve"
},
"dependencies": {
"bootstrap": "3.4.1",
"font-awesome": "4.7.0",
"isotope-layout": "3.0.6",
"jquery": "3.5.1",
"lato-font": "3.0.0",
"prismjs": "^1.29.0"
},
"devDependencies": {
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-flatmap": "^1.0.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-replace": "0.5.4",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-swagger": "1.0.1",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"handlebars": "4.7.7",
"highlightjs": "9.8.0",
"js-yaml": "^3.0.0",
"lodash": "4.17.21",
"markdown-it": "12.3.2",
"markdown-it-codetabs": "1.2.0",
"markdown-it-container": "2.0.0",
"markdown-it-emoji": "1.4.0",
"markdown-it-include": "2.0.0",
"markdown-it-toc-and-anchor": "4.2.0",
"merge-stream": "1.0.1",
"minimist": "1.2.6",
"object-scan": "^18.0.1",
"require-dir": "^0.3.1",
"swagger-parser": "^10.0.3"
},
"resolutions": {
"graceful-fs": "^4.2.9"
}
}