-
-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 625 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"type": "module",
"packageManager": "pnpm@11.4.0",
"devDependencies": {
"vitepress": "1.6.4",
"vitepress-export-pdf": "1.0.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"export-pdf": "press-export-pdf export ./docs --outFile ./nixos-and-flakes-book.pdf",
"export-epub": "npx tsx epub-export.ts"
},
"dependencies": {
"@searking/markdown-it-cjk-breaks": "2.0.1-0",
"markdown-it-footnote": "^4.0.0",
"sitemap-ts": "^1.10.1",
"vitepress-plugin-comment-with-giscus": "^1.1.15"
}
}