Jacky Zhao
2023-07-20 83d47f7aaa247371ad8a51b8d5245afe8f4af620
package.json
@@ -2,7 +2,7 @@
  "name": "@jackyzha0/quartz",
  "description": "🌱 publish your digital garden and notes as a website",
  "private": true,
  "version": "4.0.4",
  "version": "4.0.5",
  "type": "module",
  "author": "jackyzha0 <j.zhao2k19@gmail.com>",
  "license": "MIT",
@@ -12,7 +12,8 @@
    "url": "https://github.com/jackyzha0/quartz.git"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
    "typecheck": "tsc --noEmit",
    "test": "tsx ./quartz/path.test.ts"
  },
  "keywords": [
    "site generator",
@@ -47,6 +48,7 @@
    "plausible-tracker": "^0.3.8",
    "preact": "^10.14.1",
    "preact-render-to-string": "^6.0.3",
    "pretty-bytes": "^6.1.0",
    "pretty-time": "^1.1.0",
    "reading-time": "^1.5.0",
    "rehype-autolink-headings": "^6.1.1",
@@ -64,6 +66,7 @@
    "remark-smartypants": "^2.0.0",
    "rimraf": "^5.0.1",
    "serve-handler": "^6.1.5",
    "source-map-support": "^0.5.21",
    "to-vfile": "^7.2.4",
    "unified": "^10.1.2",
    "unist-util-visit": "^4.1.2",
@@ -83,6 +86,7 @@
    "@types/workerpool": "^6.4.0",
    "@types/yargs": "^17.0.24",
    "esbuild": "^0.18.11",
    "tsx": "^3.12.7",
    "typescript": "^5.0.4"
  }
}