-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.53 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 4.53 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "@jackyzha0/quartz",
"description": "🌱 publish your digital garden and notes as a website",
"private": true,
"version": "5.0.0",
"type": "module",
"author": "jackyzha0 <j.zhao2k19@gmail.com>",
"license": "MIT",
"homepage": "https://quartz.jzhao.xyz",
"repository": {
"type": "git",
"url": "https://github.com/jackyzha0/quartz.git"
},
"scripts": {
"quartz": "./quartz/bootstrap-cli.mjs",
"docs": "npx quartz build --serve -d docs",
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"test": "tsx --test",
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1",
"install-plugins": "npx tsx ./quartz/plugins/loader/install-plugins.ts",
"prebuild": "npm run install-plugins"
},
"engines": {
"npm": ">=10.9.2",
"node": ">=22"
},
"keywords": [
"site generator",
"ssg",
"digital-garden",
"markdown",
"blog",
"quartz"
],
"bin": {
"quartz": "./quartz/bootstrap-cli.mjs"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"@floating-ui/dom": "^1.7.4",
"@myriaddreamin/rehype-typst": "^0.6.0",
"@napi-rs/simple-git": "0.1.22",
"@quartz-community/alias-redirects": "^0.1.0",
"@quartz-community/article-title": "^0.1.0",
"@quartz-community/backlinks": "^0.1.0",
"@quartz-community/bases-page": "^0.2.0",
"@quartz-community/breadcrumbs": "^0.1.0",
"@quartz-community/canvas-page": "^0.1.0",
"@quartz-community/citations": "^0.1.0",
"@quartz-community/cname": "^0.1.0",
"@quartz-community/comments": "^0.1.0",
"@quartz-community/content-index": "^0.1.0",
"@quartz-community/content-meta": "^0.1.0",
"@quartz-community/content-page": "^0.1.0",
"@quartz-community/crawl-links": "^0.1.0",
"@quartz-themes/core": "^1.0.0",
"@quartz-community/created-modified-date": "^0.1.0",
"@quartz-community/darkmode": "^0.1.0",
"@quartz-community/description": "^0.1.0",
"@quartz-community/encrypted-pages": "^0.1.0",
"@quartz-community/explicit-publish": "^0.1.0",
"@quartz-community/explorer": "^0.1.0",
"@quartz-community/favicon": "^0.1.1",
"@quartz-community/folder-page": "^0.1.0",
"@quartz-community/footer": "^0.1.0",
"@quartz-community/github-flavored-markdown": "^0.1.0",
"@quartz-community/graph": "^0.1.0",
"@quartz-community/hard-line-breaks": "^0.1.0",
"@quartz-community/latex": "^0.1.0",
"@quartz-community/note-properties": "^0.1.0",
"@quartz-community/obsidian-flavored-markdown": "^0.1.1",
"@quartz-community/og-image": "^0.1.1",
"@quartz-community/ox-hugo": "^0.1.0",
"@quartz-community/page-title": "^0.1.0",
"@quartz-community/quartz-fonts": "^0.1.1",
"@quartz-community/reader-mode": "^0.1.0",
"@quartz-community/recent-notes": "^0.1.0",
"@quartz-community/remove-draft": "^0.1.0",
"@quartz-community/roam": "^0.1.0",
"@quartz-community/search": "^0.1.0",
"@quartz-community/spacer": "^0.1.0",
"@quartz-community/stacked-pages": "^0.1.0",
"@quartz-community/syntax-highlighting": "^0.1.0",
"@quartz-community/table-of-contents": "^0.1.0",
"@quartz-community/tag-list": "^0.1.0",
"@quartz-community/tag-page": "^0.1.0",
"@quartz-community/unlisted-pages": "^0.1.0",
"ansi-truncate": "^1.4.0",
"async-mutex": "^0.5.0",
"chokidar": "^5.0.0",
"esbuild-sass-plugin": "^3.6.0",
"github-slugger": "^2.0.0",
"globby": "^16.1.0",
"hast-util-from-html": "^2.0.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"isomorphic-git": "^1.36.3",
"lightningcss": "^1.31.1",
"micromorph": "^0.4.5",
"minimatch": "^10.1.1",
"preact": "^10.28.2",
"preact-render-to-string": "^6.6.5",
"pretty-bytes": "^7.1.0",
"pretty-time": "^1.1.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rfdc": "^1.4.1",
"serve-handler": "^6.1.6",
"sharp": "^0.34.5",
"source-map-support": "^0.5.21",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vfile": "^6.0.3",
"workerpool": "^10.0.1",
"ws": "^8.19.0",
"yaml": "^2.8.2",
"yargs": "^18.0.0"
},
"devDependencies": {
"@quartz-community/types": "^0.3.0",
"@quartz-community/utils": "^0.1.0",
"@types/hast": "^3.0.4",
"@types/node": "^25.0.10",
"@types/pretty-time": "^1.1.5",
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.18.1",
"@types/yargs": "^17.0.35",
"esbuild": "^0.27.2",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}