mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@vuepress-plume/plugin-search",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.109",
|
|
"description": "The Plugin for VuePress 2 - local search",
|
|
"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-search"
|
|
},
|
|
"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 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.18"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/helper": "2.0.0-rc.55",
|
|
"@vueuse/core": "^11.1.0",
|
|
"@vueuse/integrations": "^11.1.0",
|
|
"chokidar": "3.6.0",
|
|
"focus-trap": "^7.6.0",
|
|
"mark.js": "^8.11.1",
|
|
"minisearch": "^7.1.0",
|
|
"p-map": "^7.0.2",
|
|
"vue": "^3.5.12"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"mini search",
|
|
"vuepress-plugin-search"
|
|
]
|
|
}
|