2024-10-03 09:35:41 +08:00

64 lines
1.6 KiB
JSON

{
"name": "@vuepress-plume/plugin-shikiji",
"type": "module",
"version": "1.0.0-rc.106",
"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 tsup",
"clean": "rimraf --glob ./lib",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@shikijs/transformers": "^1.21.0",
"@shikijs/twoslash": "^1.21.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.52",
"@vueuse/core": "^11.1.0",
"fast-glob": "^3.3.2",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.21.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},
"publishConfig": {
"access": "public"
},
"keyword": [
"VuePress",
"vuepress plugin",
"shiki",
"vuepress-plugin-shiki"
]
}