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

127 lines
3.0 KiB
JSON

{
"name": "vuepress-plugin-md-power",
"type": "module",
"version": "1.0.0-rc.164",
"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"
],
"peerDependencies": {
"artplayer": "^5.3.0",
"dashjs": "^5.0.3",
"esbuild": "^0.25.10",
"hls.js": "^1.6.12",
"less": "^4.4.1",
"markdown-it": "^14.1.0",
"mpegts.js": "^1.7.3",
"pyodide": "^0.28.2",
"sass": "^1.93.0",
"sass-embedded": "^1.93.0",
"stylus": "^0.64.0",
"vuepress": "2.0.0-rc.24"
},
"peerDependenciesMeta": {
"artplayer": {
"optional": true
},
"dashjs": {
"optional": true
},
"hls.js": {
"optional": true
},
"less": {
"optional": true
},
"markdown-it": {
"optional": true
},
"mpegts.js": {
"optional": true
},
"pyodide": {
"optional": true
},
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
"stylus": {
"optional": true
}
},
"dependencies": {
"@mdit/plugin-attrs": "^0.23.1",
"@mdit/plugin-footnote": "^0.22.2",
"@mdit/plugin-mark": "^0.22.1",
"@mdit/plugin-sub": "^0.22.1",
"@mdit/plugin-sup": "^0.22.1",
"@mdit/plugin-tab": "^0.22.2",
"@mdit/plugin-tasklist": "^0.22.1",
"@pengzhanbo/utils": "^2.1.0",
"@vuepress/helper": "2.0.0-rc.112",
"@vueuse/core": "^13.9.0",
"chokidar": "4.0.3",
"image-size": "^2.0.2",
"local-pkg": "^1.1.2",
"lru-cache": "^11.2.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.1.5",
"shiki": "^3.13.0",
"tinyglobby": "^0.2.13",
"tm-grammars": "^1.24.12",
"tm-themes": "^1.10.9",
"vue": "^3.5.21"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"artplayer": "^5.3.0",
"dashjs": "^5.0.3",
"hls.js": "^1.6.12",
"mpegts.js": "1.7.3"
},
"publishConfig": {
"access": "public"
},
"keyword": [
"VuePress",
"vuepress plugin",
"markdown power",
"vuepress-plugin-md-power"
],
"scripts": {
"dev": "pnpm '/(copy|tsdown):watch/'",
"build": "pnpm tsdown && pnpm copy",
"clean": "rimraf --glob ./lib",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"copy:watch": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib -w",
"tsdown": "tsdown",
"tsdown:watch": "tsdown --watch -- -c"
}
}