mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "@vuepress-plume/plugin-shikiji",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.63",
|
|
"description": "The Plugin for VuePress 2 - shiki",
|
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git",
|
|
"directory": "plugins/plugin-shikiji"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"ts": "tsc -b tsconfig.build.json"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.13"
|
|
},
|
|
"dependencies": {
|
|
"@shikijs/transformers": "^1.6.3",
|
|
"@shikijs/twoslash": "^1.6.3",
|
|
"@types/hast": "^3.0.4",
|
|
"@vuepress/helper": "2.0.0-rc.34",
|
|
"floating-vue": "^5.2.2",
|
|
"mdast-util-from-markdown": "^2.0.1",
|
|
"mdast-util-gfm": "^3.0.0",
|
|
"mdast-util-to-hast": "^13.1.0",
|
|
"nanoid": "^5.0.7",
|
|
"shiki": "^1.6.3",
|
|
"twoslash": "^0.2.6",
|
|
"twoslash-vue": "^0.2.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"shiki",
|
|
"vuepress-plugin-shiki"
|
|
]
|
|
}
|