2023-05-29 03:44:08 +03:00
|
|
|
{
|
|
|
|
"name": "@jackyzha0/quartz",
|
|
|
|
"description": "🌱 publish your digital garden and notes as a website",
|
2023-07-05 10:16:06 +03:00
|
|
|
"private": true,
|
2024-09-23 23:40:12 +03:00
|
|
|
"version": "4.4.0",
|
2023-06-04 20:37:43 +03:00
|
|
|
"type": "module",
|
2023-05-29 03:44:08 +03:00
|
|
|
"author": "jackyzha0 <j.zhao2k19@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://quartz.jzhao.xyz",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jackyzha0/quartz.git"
|
|
|
|
},
|
2023-05-30 18:02:20 +03:00
|
|
|
"scripts": {
|
2024-04-19 23:02:49 +03:00
|
|
|
"quartz": "./quartz/bootstrap-cli.mjs",
|
2023-08-23 23:10:23 +03:00
|
|
|
"docs": "npx quartz build --serve -d docs",
|
2023-07-23 03:26:03 +03:00
|
|
|
"check": "tsc --noEmit && npx prettier . --check",
|
|
|
|
"format": "npx prettier . --write",
|
2024-02-09 18:07:32 +03:00
|
|
|
"test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts",
|
2023-08-09 10:26:33 +03:00
|
|
|
"profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
|
2023-05-30 18:02:20 +03:00
|
|
|
},
|
2023-08-20 18:57:56 +03:00
|
|
|
"engines": {
|
2023-10-04 19:23:56 +03:00
|
|
|
"npm": ">=9.3.1",
|
2024-08-06 04:41:46 +03:00
|
|
|
"node": "20 || >=22"
|
2023-08-20 18:57:56 +03:00
|
|
|
},
|
2023-05-29 03:44:08 +03:00
|
|
|
"keywords": [
|
|
|
|
"site generator",
|
|
|
|
"ssg",
|
|
|
|
"digital-garden",
|
|
|
|
"markdown",
|
|
|
|
"blog",
|
|
|
|
"quartz"
|
|
|
|
],
|
|
|
|
"bin": {
|
2023-06-04 20:37:43 +03:00
|
|
|
"quartz": "./quartz/bootstrap-cli.mjs"
|
2023-05-29 03:44:08 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-18 20:48:40 +03:00
|
|
|
"@clack/prompts": "^0.7.0",
|
2024-10-01 03:10:05 +03:00
|
|
|
"@floating-ui/dom": "^1.6.11",
|
2024-08-27 00:12:45 +03:00
|
|
|
"@napi-rs/simple-git": "0.1.19",
|
2024-08-25 10:33:14 +03:00
|
|
|
"@tweenjs/tween.js": "^25.0.0",
|
2024-03-11 23:41:48 +03:00
|
|
|
"async-mutex": "^0.5.0",
|
2023-12-18 20:48:40 +03:00
|
|
|
"chalk": "^5.3.0",
|
2024-10-10 00:57:33 +03:00
|
|
|
"chokidar": "^4.0.1",
|
2023-05-29 03:44:08 +03:00
|
|
|
"cli-spinner": "^0.2.10",
|
2024-04-05 23:02:00 +03:00
|
|
|
"d3": "^7.9.0",
|
2024-10-10 00:57:33 +03:00
|
|
|
"esbuild-sass-plugin": "^3.3.1",
|
2024-01-28 09:15:25 +03:00
|
|
|
"flexsearch": "0.7.43",
|
2023-06-02 02:48:38 +03:00
|
|
|
"github-slugger": "^2.0.0",
|
2024-08-02 21:48:54 +03:00
|
|
|
"globby": "^14.0.2",
|
2023-05-30 18:02:20 +03:00
|
|
|
"gray-matter": "^4.0.3",
|
2024-09-25 03:19:12 +03:00
|
|
|
"hast-util-to-html": "^9.0.3",
|
2023-12-18 20:48:40 +03:00
|
|
|
"hast-util-to-jsx-runtime": "^2.3.0",
|
2024-10-02 11:41:50 +03:00
|
|
|
"hast-util-to-string": "^3.0.1",
|
2023-06-01 00:01:23 +03:00
|
|
|
"is-absolute-url": "^4.0.1",
|
2023-07-07 04:45:38 +03:00
|
|
|
"js-yaml": "^4.1.0",
|
2024-10-10 00:57:33 +03:00
|
|
|
"lightningcss": "^1.27.0",
|
2023-12-18 20:48:40 +03:00
|
|
|
"mdast-util-find-and-replace": "^3.0.1",
|
2024-07-19 20:02:03 +03:00
|
|
|
"mdast-util-to-hast": "^13.2.0",
|
2023-12-18 20:48:40 +03:00
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2023-06-12 09:26:43 +03:00
|
|
|
"micromorph": "^0.4.5",
|
2024-09-25 03:19:48 +03:00
|
|
|
"pixi.js": "^8.4.1",
|
2024-10-10 00:57:33 +03:00
|
|
|
"preact": "^10.24.2",
|
2024-09-17 05:24:03 +03:00
|
|
|
"preact-render-to-string": "^6.5.11",
|
2023-12-18 20:48:40 +03:00
|
|
|
"pretty-bytes": "^6.1.1",
|
2023-05-29 03:44:08 +03:00
|
|
|
"pretty-time": "^1.1.0",
|
2023-06-12 09:26:43 +03:00
|
|
|
"reading-time": "^1.5.0",
|
2023-12-18 20:48:40 +03:00
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
2024-10-10 00:57:33 +03:00
|
|
|
"rehype-citation": "^2.1.2",
|
2024-08-20 00:14:29 +03:00
|
|
|
"rehype-katex": "^7.0.1",
|
2024-01-28 09:00:38 +03:00
|
|
|
"rehype-mathjax": "^6.0.0",
|
2024-09-25 03:19:25 +03:00
|
|
|
"rehype-pretty-code": "^0.14.0",
|
2023-12-18 20:48:40 +03:00
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
"rehype-slug": "^6.0.0",
|
|
|
|
"remark": "^15.0.1",
|
|
|
|
"remark-breaks": "^4.0.0",
|
|
|
|
"remark-frontmatter": "^5.0.0",
|
|
|
|
"remark-gfm": "^4.0.0",
|
|
|
|
"remark-math": "^6.0.0",
|
|
|
|
"remark-parse": "^11.0.0",
|
2024-09-25 03:19:37 +03:00
|
|
|
"remark-rehype": "^11.1.1",
|
2024-07-10 03:16:02 +03:00
|
|
|
"remark-smartypants": "^3.0.2",
|
2024-07-10 03:20:37 +03:00
|
|
|
"rfdc": "^1.4.1",
|
2024-08-06 04:54:10 +03:00
|
|
|
"rimraf": "^6.0.1",
|
2023-05-29 03:44:08 +03:00
|
|
|
"serve-handler": "^6.1.5",
|
2024-10-10 00:57:33 +03:00
|
|
|
"shiki": "^1.22.0",
|
2023-07-16 09:02:12 +03:00
|
|
|
"source-map-support": "^0.5.21",
|
2023-12-18 20:48:40 +03:00
|
|
|
"to-vfile": "^8.0.0",
|
2023-08-25 20:25:46 +03:00
|
|
|
"toml": "^3.0.0",
|
2024-08-27 00:13:09 +03:00
|
|
|
"unified": "^11.0.5",
|
2023-12-18 20:48:40 +03:00
|
|
|
"unist-util-visit": "^5.0.0",
|
2024-09-17 02:55:23 +03:00
|
|
|
"vfile": "^6.0.3",
|
2024-08-06 01:46:00 +03:00
|
|
|
"workerpool": "^9.1.3",
|
2024-07-19 20:02:06 +03:00
|
|
|
"ws": "^8.18.0",
|
2023-05-29 03:44:08 +03:00
|
|
|
"yargs": "^17.7.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-18 20:48:40 +03:00
|
|
|
"@types/cli-spinner": "^0.2.3",
|
|
|
|
"@types/d3": "^7.4.3",
|
2024-02-01 05:35:29 +03:00
|
|
|
"@types/hast": "^3.0.4",
|
2023-12-18 20:48:40 +03:00
|
|
|
"@types/js-yaml": "^4.0.9",
|
2024-10-10 00:57:33 +03:00
|
|
|
"@types/node": "^22.7.5",
|
2023-12-18 20:48:40 +03:00
|
|
|
"@types/pretty-time": "^1.1.5",
|
|
|
|
"@types/source-map-support": "^0.5.10",
|
2024-07-29 23:14:34 +03:00
|
|
|
"@types/ws": "^8.5.12",
|
2024-08-27 00:13:00 +03:00
|
|
|
"@types/yargs": "^17.0.33",
|
2024-10-10 00:57:33 +03:00
|
|
|
"esbuild": "^0.24.0",
|
2024-08-06 04:38:07 +03:00
|
|
|
"prettier": "^3.3.3",
|
2024-10-02 11:41:36 +03:00
|
|
|
"tsx": "^4.19.1",
|
2024-10-10 00:57:33 +03:00
|
|
|
"typescript": "^5.6.3"
|
2023-05-29 03:44:08 +03:00
|
|
|
}
|
|
|
|
}
|