forked from bonitasoft/bonita-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "bonita-documentation",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node ./scripts/watchFilesToConvertHtml.js",
"taxonomy": "node ./scripts/taxonomy.js",
"build": "node ./scripts/convertMdToHtml.js",
"buildPdf": "npm run build && npm run taxonomy && npm run pdf",
"pdf": "node --max-old-space-size=8192 scripts/convert2PDF.js"
},
"author": "Julien Reboul <[email protected]>",
"devDependencies": {
"common-tags": "1.3.0",
"connect": "^3.4.1",
"denodeify": "1.2.1",
"es6-promise": "3.2.1",
"himalaya": "0.2.0",
"html5-to-pdf": "1.1.3",
"livereload": "^0.4.1",
"markdown-it": "6.0.2",
"markdown-it-alerts": "0.1.0",
"markdown-it-decorate": "1.2.1",
"markdown-it-fontawesome": "0.2.0",
"markdown-it-for-inline": "0.1.1",
"markdown-it-smartarrows": "1.0.1",
"markdown-pdf": "7.0.0",
"mkdirp": "0.5.1",
"pdf-merge": "0.0.4",
"query-string": "4.2.2",
"rx": "4.1.0",
"serve-index": "^1.7.3",
"serve-static": "^1.10.2",
"through": "2.3.8",
"winston": "2.2.0",
"xmldom": "0.1.22",
"xpath": "0.0.23",
"yargs": "4.7.1"
}
}