fuc-new/doc/node_modules/@vuepress/plugin-shiki/package.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

62 lines
1.5 KiB
JSON

{
"name": "@vuepress/plugin-shiki",
"version": "2.0.0-rc.112",
"description": "VuePress plugin - shiki",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"shiki",
"highlight"
],
"homepage": "https://ecosystem.vuejs.press/plugins/markdown/shiki.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/markdown/plugin-shiki"
},
"license": "MIT",
"author": "meteorlxy",
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./resolveLang": "./lib/node/resolveLang.js",
"./styles/*": "./lib/client/styles/*",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@shikijs/transformers": "^3.7.0",
"@vuepress/helper": "2.0.0-rc.112",
"@vuepress/highlighter-helper": "2.0.0-rc.112",
"nanoid": "^5.1.5",
"shiki": "^3.7.0",
"synckit": "^0.11.8"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@vuepress/shiki-twoslash": "2.0.0-rc.112",
"markdown-it": "^14.1.0"
},
"peerDependencies": {
"@vuepress/shiki-twoslash": "2.0.0-rc.112",
"vuepress": "2.0.0-rc.24"
},
"peerDependenciesMeta": {
"@vuepress/shiki-twoslash": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
}