diff --git a/package.json b/package.json index 637b721..eeb0047 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,8 @@ }, "peerDependencies": { "@jackyzha0/quartz": "^4.5.2", - "preact": "^10.0.0" + "preact": "^10.0.0", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { "@jackyzha0/quartz": { @@ -60,14 +61,14 @@ }, "preact": { "optional": false + }, + "vfile": { + "optional": true } }, "dependencies": { "@quartz-community/types": "github:quartz-community/types", - "@quartz-community/utils": "github:quartz-community/utils", - "tsup": "^8.5.0", - "typescript": "^5.9.3", - "vfile": "^6.0.3" + "@quartz-community/utils": "github:quartz-community/utils" }, "devDependencies": { "@types/hast": "^3.0.4", @@ -80,7 +81,9 @@ "preact": "^10.28.2", "prettier": "^3.6.2", "sass": "^1.97.3", - "vitest": "^2.1.9" + "vitest": "^2.1.9", + "tsup": "^8.5.0", + "typescript": "^5.9.3" }, "engines": { "node": ">=22",