jccp_a/vuepress/node_modules/@vuepress/plugin-shiki/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

62 lines
1.5 KiB
JSON

{
"name": "@vuepress/plugin-shiki",
"version": "2.0.0-rc.114",
"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.13.0",
"@vuepress/helper": "2.0.0-rc.114",
"@vuepress/highlighter-helper": "2.0.0-rc.114",
"nanoid": "^5.1.6",
"shiki": "^3.13.0",
"synckit": "^0.11.11"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@vuepress/shiki-twoslash": "2.0.0-rc.114",
"markdown-it": "^14.1.0"
},
"peerDependencies": {
"@vuepress/shiki-twoslash": "2.0.0-rc.114",
"vuepress": "2.0.0-rc.26"
},
"peerDependenciesMeta": {
"@vuepress/shiki-twoslash": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
}