mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"name": "vuepress-plugin-md-power",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.119",
|
|
"description": "The Plugin for VuePress 2 - markdown power",
|
|
"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-md-power"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./client": {
|
|
"types": "./lib/client/index.d.ts",
|
|
"import": "./lib/client/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm copy && pnpm tsup",
|
|
"clean": "rimraf --glob ./lib",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"tsup": "tsup --config tsup.config.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"markdown-it": "^14.0.0",
|
|
"vuepress": "2.0.0-rc.18"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"markdown-it": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@mdit/plugin-attrs": "^0.14.0",
|
|
"@mdit/plugin-footnote": "^0.14.0",
|
|
"@mdit/plugin-mark": "^0.14.0",
|
|
"@mdit/plugin-sub": "^0.14.0",
|
|
"@mdit/plugin-sup": "^0.14.0",
|
|
"@mdit/plugin-tab": "^0.14.0",
|
|
"@mdit/plugin-tasklist": "^0.14.0",
|
|
"@vuepress/helper": "2.0.0-rc.60",
|
|
"@vueuse/core": "^12.0.0",
|
|
"image-size": "^1.1.1",
|
|
"local-pkg": "^0.5.1",
|
|
"markdown-it-container": "^4.0.0",
|
|
"nanoid": "^5.0.9",
|
|
"shiki": "^1.24.0",
|
|
"tm-grammars": "^1.21.0",
|
|
"tm-themes": "^1.9.3",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"markdown power",
|
|
"vuepress-plugin-md-power"
|
|
]
|
|
}
|