forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 796 Bytes
/
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
{
"private": true,
"version": "1.0.0",
"name": "cloudflare-docs",
"repository": "cloudflare/cloudflare-docs",
"description": "Cloudflare Developer Docs",
"scripts": {
"dev": "hugo serve -D",
"lint": "tsm bin/format.ts --check",
"crawl": "tsm bin/crawl.ts",
"prebuild": "tsm bin/highlight.ts replace",
"build": "hugo --minify",
"postbuild": "tsm bin/highlight.ts restore"
},
"dependencies": {
"fromnow": "3.0.1",
"mermaid": "9.1.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.17.0",
"@types/node": "16.11.12",
"@types/prettier": "2.4.3",
"@types/prismjs": "^1.26.0",
"node-html-parser": "5.2.0",
"prettier": "2.5.1",
"prismjs": "^1.29.0",
"tsm": "2.2.2"
},
"volta": {
"node": "18.10.0"
}
}