-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.18 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": "gramjs-docs",
"version": "1.0.4",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "run-script-os",
"build:darwin:linux:default": "rm -rf docs && node index.js && cp -r static/ docs/ && cp -r beta/ docs/",
"build:win32": "(if exist docs RMDIR /S /Q docs) && node index.js && echo d | xcopy static docs\\static && echo d | xcopy /s /q /e /y beta docs\\beta"
},
"keywords": [],
"author": "Andrew Lane <contact@lungers.com>",
"license": "MIT",
"dependencies": {
"@youtwitface/escape-html": "^1.1.3",
"glob": "^7.1.6",
"html-minifier": "^4.0.0",
"mkdirp": "^1.0.4",
"rehype-autolink-headings": "^5.0.1",
"rehype-highlight": "^4.1.0",
"rehype-raw": "^5.1.0",
"rehype-slug": "^4.0.1",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-directive": "^1.0.1",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-toc": "^7.2.0",
"string-strip-html": "latest",
"unified": "^9.2.1",
"unist-util-find": "^1.0.2",
"unist-util-visit": "^3.1.0"
},
"devDependencies": {
"prettier": "2.3.0",
"run-script-os": "^1.1.6"
}
}