-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "akeneo-help-center",
"dependencies": {
"@firebase/testing": "^0.20.5",
"bootstrap": "3.4.1",
"docsearch.js": "2.4.1",
"isotope-layout": "^3.0.6",
"jquery": "3.5.1",
"lato-font": "3.0.0",
"lodash": "^4.17.21",
"typeface-comfortaa": "0.0.35"
},
"devDependencies": {
"del": "3.0.0",
"firebase-admin": "^8.12.1",
"gulp": "4.0.2",
"gulp-base64-inline": "1.0.6",
"gulp-concat": "2.6.1",
"gulp-filter": "^6.0.0",
"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-jsoncombine": "1.0.4",
"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-tap": "1.0.1",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"handlebars": "4.7.7",
"highlightjs": "9.10.0",
"jest-cli": "^26.0.1",
"markdown-it": "8.2.2",
"markdown-it-container": "2.0.0",
"markdown-it-emoji": "1.4.0",
"markdown-it-toc-and-anchor": "4.2.0",
"merge-stream": "1.0.1",
"moment": "2.27.0",
"require-dir": "0.3.2"
},
"scripts": {
"test": "jest --runInBand --detectOpenHandles",
"start": "gulp serve"
},
"engines": {
"node": ">=0.16.0 <18"
}
}