-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.7 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
55
56
57
58
59
60
61
{
"name": "write",
"version": "2.0.0",
"description": "A template for markdown writing projects",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"publish": "gulp publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nevenall/ghosting-the-edge.git"
},
"author": "Dan Behlings",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nevenall/ghosting-the-edge/issues"
},
"homepage": "https://github.com/Nevenall/ghosting-the-edge#readme",
"dependencies": {
"@types/gulp": "^4.0.6",
"@types/node": "^17.0.30",
"change-case": "^4.1.2",
"convert-vinyl-to-vfile": "^3.0.0",
"del": "^7.0.0",
"esm": "^3.2.25",
"fancylog": "^4.0.5",
"fast-glob": "^3.2.4",
"gulp": "^4.0.2",
"gulp-count-stat": "^1.0.0",
"gulp-rename": "^2.0.0",
"mdast-util-toc": "^6.1.0",
"minimist": "^1.2.5",
"natives": "^1.1.6",
"node-fetch": "^3.2.4",
"rehype-autolink-headings": "^6.1.1",
"rehype-document": "^6.0.1",
"rehype-format": "^4.0.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"rehype-urls": "^1.1.1",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"remark-frontmatter": "^4.0.1",
"remark-lint": "^9.1.1",
"remark-parse": "^10.0.1",
"remark-parse-yaml": "0.0.3",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-rehype": "^10.1.0",
"remark-sub-super": "^1.0.19",
"remark-supersub": "^1.0.0",
"remark-textr": "^5.0.1",
"simple-git": "^3.7.1",
"spellchecker": "^3.7.0",
"typographic-base": "^1.0.4",
"unified": "^10.1.2",
"unified-stream": "^2.0.0",
"unist-util-visit": "^4.1.0",
"write-good": "^1.0.3"
}
}