-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "vuepress-plugin-flexsearch",
"version": "0.3.0",
"description": "Next-Generation full text search library for Vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vuepress dev example/docs",
"build": "vuepress build example/docs",
"prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "https://github.com/z3by/vuepress-plugin-flexsearch"
},
"keywords": [
"vuepress-plugin-flexsearch",
"vuepress-search",
"search",
"vuepress-plugin",
"vuepress"
],
"author": {
"name": "Ahmad Mostafa",
"email": "zoaby.am@gmail.com",
"url": "https://github.com/z3by"
},
"license": "MIT",
"homepage": "https://github.com/z3by/vuepress-plugin-flexsearch#readme",
"devDependencies": {
"conventional-changelog-cli": "2.0.31",
"he": "^1.2.0",
"vuepress": "^1.4.1"
},
"dependencies": {
"@vuepress/plugin-search": "^1.8.2",
"flexsearch": "^0.6.32"
}
}