-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 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
{
"name": "open.quartz",
"version": "1.0.0",
"description": "🌱 publish your digital garden and notes as a website",
"keywords": [
"site",
"generator",
"ssg",
"digital-garden",
"markdown",
"blog",
"quartz"
],
"homepage": "https://github.com/Open-IA/Open.Quartz#readme",
"bugs": {
"url": "https://github.com/Open-IA/Open.Quartz/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open-IA/Open.Quartz.git"
},
"license": "MIT",
"author": "AshGreyG",
"type": "module",
"main": "index.js",
"scripts": {
"quartz": "./quartz/bootstrap-cli.mjs",
"test": "tsx --test"
},
"bin": {
"quartz": "./quartz/bootstrap-cli.mjs"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"@types/node": "^25.0.3",
"@types/source-map-support": "^0.5.10",
"@types/yargs": "^17.0.33",
"async-mutex": "^0.5.0",
"esbuild-sass-plugin": "^3.3.1",
"github-slugger": "^2.0.0",
"hast-util-to-html": "^9.0.5",
"hast-util-to-jsx-runtime": "^2.3.6",
"hast-util-to-string": "^3.0.1",
"pretty-bytes": "^7.1.0",
"rfdc": "^1.4.1",
"source-map-support": "^0.5.21",
"unified": "^11.0.5",
"vfile": "^6.0.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"esbuild": "0.27.2",
"tsx": "^4.21.0"
}
}