-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
69 lines (69 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "docusaurus-lunr-search",
"version": "3.5.0",
"description": "Offline search component for Docusaurus V3",
"main": "src/index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "mocha '**/__tests__/**/*.spec.js'"
},
"homepage": "https://github.com/lelouch77/docusaurus-lunr-search/blob/master/README.md",
"repository": {
"url": "https://github.com/lelouch77/docusaurus-lunr-search/"
},
"author": {
"name": "Praveen N",
"url": "https://github.com/lelouch77"
},
"contributors": [
{
"name": "Pieter C",
"url": "https://github.com/pcallewaert"
},
{
"name": "ZachJW34",
"url": "https://github.com/ZachJW34"
},
{
"name": "Andrei Rublev",
"url": "https://github.com/anru"
}
],
"keywords": [
"docusaurus",
"lunr",
"offline-search",
"documentation"
],
"license": "MIT",
"dependencies": {
"autocomplete.js": "^0.37.0",
"clsx": "^1.2.1",
"gauge": "^3.0.0",
"hast-util-select": "^4.0.0",
"hast-util-to-text": "^2.0.0",
"hogan.js": "^3.0.2",
"lunr": "^2.3.8",
"lunr-languages": "^1.4.0",
"mark.js": "^8.11.1",
"minimatch": "^3.0.4",
"rehype-parse": "^7.0.1",
"to-vfile": "^6.1.0",
"unified": "^9.0.0",
"unist-util-is": "^4.0.2"
},
"devDependencies": {
"mocha": "^8.0.1"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0-alpha.60 || ^2.0.0 || ^3.0.0",
"react": "^16.8.4 || ^17 || ^18",
"react-dom": "^16.8.4 || ^17 || ^18"
},
"engines": {
"node": ">= 8.10.0"
}
}