110 lines
2.8 KiB
JSON
110 lines
2.8 KiB
JSON
{
|
|
"name": "vuepress-plugin-md-power",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.131",
|
|
"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": {
|
|
"dev": "pnpm '/(copy|tsup):watch/'",
|
|
"build": "pnpm copy && pnpm tsup",
|
|
"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",
|
|
"tsup": "tsup --config tsup.config.ts",
|
|
"tsup:watch": "tsup --config tsup.config.ts --watch -- -c"
|
|
},
|
|
"peerDependencies": {
|
|
"artplayer": "^5.2.0",
|
|
"dashjs": "^4.7.4",
|
|
"esbuild": ">=0.24.2",
|
|
"hls.js": "^1.5.18",
|
|
"less": "^4.2.1",
|
|
"markdown-it": "^14.0.0",
|
|
"mpegts.js": "^1.8.0",
|
|
"sass": "^1.83.0",
|
|
"sass-embedded": "^1.83.0",
|
|
"stylus": ">=0.64.0",
|
|
"vuepress": "catalog:"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"artplayer": {
|
|
"optional": true
|
|
},
|
|
"dashjs": {
|
|
"optional": true
|
|
},
|
|
"hls.js": {
|
|
"optional": true
|
|
},
|
|
"markdown-it": {
|
|
"optional": true
|
|
},
|
|
"mpegts.js": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@mdit/plugin-attrs": "^0.16.7",
|
|
"@mdit/plugin-footnote": "^0.16.0",
|
|
"@mdit/plugin-mark": "^0.16.0",
|
|
"@mdit/plugin-sub": "^0.16.0",
|
|
"@mdit/plugin-sup": "^0.16.0",
|
|
"@mdit/plugin-tab": "^0.16.0",
|
|
"@mdit/plugin-tasklist": "^0.16.0",
|
|
"@vuepress/helper": "catalog:",
|
|
"@vueuse/core": "catalog:",
|
|
"chokidar": "catalog:",
|
|
"image-size": "^1.2.0",
|
|
"local-pkg": "catalog:",
|
|
"lru-cache": "^11.0.2",
|
|
"markdown-it-container": "^4.0.0",
|
|
"nanoid": "catalog:",
|
|
"shiki": "^2.4.1",
|
|
"tm-grammars": "^1.22.14",
|
|
"tm-themes": "^1.9.12",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"artplayer": "^5.2.2",
|
|
"dashjs": "^5.0.0",
|
|
"hls.js": "^1.5.20",
|
|
"mpegts.js": "^1.8.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"markdown power",
|
|
"vuepress-plugin-md-power"
|
|
]
|
|
}
|