forked from leo-buneev/vuepress-plugin-fulltext-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 887 Bytes
/
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
{
"name": "vuepress-plugin-fulltext-search",
"version": "2.2.6",
"description": "Adds full-text search capabilities to your vuepress site with a help of flexsearch library.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/oreillymedia/vuepress-plugin-fulltext-search.git"
},
"author": "Leonid Buneev <leonid.buneev@tirecheck.com>",
"license": "MIT",
"scripts": {
"lint": "cross-env NODE_ENV=production eslint --max-warnings=0 --ext .js,.vue,.md ."
},
"dependencies": {
"flexsearch": "^0.6.32",
"html-to-text": "^7.0.0",
"lodash": "^4.17.19"
},
"peerDependencies": {
"vuepress": "^1.4.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"eslint-plugin-tyrecheck": "^2.10.3"
},
"publishConfig": {
"registry": "https://nexus.common-build.gcp.oreilly.com/repository/npm-hosted"
}
}