-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1001 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1001 Bytes
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
{
"name": "dovecot-ce-documentation",
"devDependencies": {
"@sindresorhus/slugify": "^3.0.0",
"camelcase": "^9.0.0",
"clean-deep": "^3.4.0",
"commander": "^14.0.3",
"fast-glob": "^3.3.3",
"git-commit-info": "^2.0.2",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-mathjax3": "^4.3.2",
"pagefind": "^1.4.0",
"remark-definition-list": "^2.0.0",
"remark-flexible-containers": "^1.5.3",
"remark-gfm": "^4.0.1",
"remark-man": "^9.0.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-parents": "^3.0.0",
"vitepress": "^1.6.4",
"vitepress-mermaid-renderer": "^1.1.7",
"vitepress-plugin-pagefind": "^0.4.19",
"vitepress-sidebar": "^1.33.1"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"man:build": "node util/generate_man.js"
},
"type": "module"
}