forked from oierbravo/necrorol-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "necrorol-md-pdf",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@agentofuser/rehype-section": "^1.0.5",
"@wulechuan/gulp-markdown-to-html": "^2.8.12",
"bootstrap": "^4.3.1",
"gulp": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.1.1",
"gulp-html-pdf": "^0.3.0",
"gulp-markdownit": "^1.0.3",
"gulp-nunjucks": "^5.0.1",
"gulp-remark": "^7.0.0",
"gulp-remote-src": "^0.4.4",
"gulp-rename": "^1.4.0",
"gutenberg-css": "^0.5.0",
"markdown-it": "^10.0.0",
"nunjucks-markdown": "^2.0.1",
"rehype-document": "^3.1.0",
"rehype-format": "^3.0.0",
"rehype-inline": "^1.3.1",
"rehype-stringify": "^6.0.1",
"remark-html": "^10.0.0",
"remark-normalize-headings": "^1.0.2",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"remark-sectionize": "^1.1.0",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"gulp-append-prepend": "^1.0.8",
"gulp-html2pdf": "^0.1.3",
"gulp-inline-css": "^3.4.0",
"gulp-markdown": "^5.0.1",
"gulp-markdown-pdf": "^8.0.0"
}
}