mirror of
https://github.com/zimya/zhihu_obsidian.git
synced 2026-07-22 05:51:58 +00:00
70 lines
2.4 KiB
JSON
70 lines
2.4 KiB
JSON
{
|
|
"overrides": {
|
|
"esbuild": "0.17.3"
|
|
},
|
|
"name": "zhihu-obsidian",
|
|
"version": "0.4.2",
|
|
"description": "Enable you to publish your articles and answers to Zhihu",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"test": "tsx test/test.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/commands": "^6.0.0",
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
"@codemirror/lang-json": "^6.0.0",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/search": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/turndown": "^5.0.5",
|
|
"@types/unist": "^3.0.3",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "latest",
|
|
"remark-html": "^16.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"tsx": "^4.20.3",
|
|
"unified": "^11.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@r4ai/remark-callout": "^0.6.2",
|
|
"file-type": "^20.4.1",
|
|
"hast-util-to-string": "^3.0.1",
|
|
"image-size": "^2.0.2",
|
|
"magic-string": "^0.30.21",
|
|
"marked": "^15.0.8",
|
|
"mdast-util-math": "^3.0.0",
|
|
"mdast-util-to-markdown": "^2.1.2",
|
|
"mdast-util-wiki-link": "github:zimya/mdast-util-wiki-link",
|
|
"micromark-extension-math": "github:zimya/micromark-extension-math",
|
|
"micromark-extension-wiki-link": "github:zimya/micromark-extension-wiki-link",
|
|
"rehype-format": "^5.0.1",
|
|
"rehype-raw": "github:zimya/rehype-raw",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-footnotes": "^5.0.0",
|
|
"remark-gfm": "github:zimya/remark-gfm",
|
|
"remark-rehype": "^11.1.2",
|
|
"tex2typst": "^0.3.14",
|
|
"tslib": "^2.8.1",
|
|
"turndown": "^7.2.0",
|
|
"unist-builder": "^4.0.0",
|
|
"unist-util-remove": "^4.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"uuid": "^11.1.0"
|
|
}
|
|
}
|