56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@vuepress/plugin-docsearch",
|
|
"version": "2.0.0-rc.114",
|
|
"description": "VuePress plugin - docsearch",
|
|
"keywords": [
|
|
"vuepress-plugin",
|
|
"vuepress",
|
|
"plugin",
|
|
"docsearch",
|
|
"search",
|
|
"algolia"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/plugins/search/docsearch.html",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "plugins/search/plugin-docsearch"
|
|
},
|
|
"license": "MIT",
|
|
"author": "meteorlxy",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/node/index.js",
|
|
"./client": "./lib/client/index.js",
|
|
"./styles/*": "./lib/client/styles/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@docsearch/css": "^4.2.0",
|
|
"@docsearch/js": "^4.2.0",
|
|
"@docsearch/react": "^4.2.0",
|
|
"@vuepress/helper": "2.0.0-rc.114",
|
|
"@vueuse/core": "^13.9.0",
|
|
"ts-debounce": "^4.0.0",
|
|
"vue": "^3.5.22"
|
|
},
|
|
"devDependencies": {
|
|
"algoliasearch": "5.40.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.26"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
|
|
}
|