-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 1.22 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
{
"name": "vuepress-plugin-meilisearch",
"version": "0.13.1",
"description": "Relevant and typo tolerant search bar for your Vuepress",
"author": "Clémentine <clementine@meilisearch.com>",
"scripts": {
"playground": "yarn --cwd ./playground install && yarn --cwd ./playground setup && yarn --cwd ./playground dev",
"lint": "eslint '{.,tests}/**/*.{vue,js}'",
"lint:fix": "yarn lint --fix",
"test": "vue-cli-service test:unit"
},
"main": "index.js",
"dependencies": {
"docs-searchbar.js": "^2.5.0"
},
"resolutions": {
"yargs-parser": "^13.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "^1.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.9.0",
"prettier": "^2.4.1",
"vue": "^2.7.14",
"vue-template-compiler": "^2.7.14"
},
"license": "MIT",
"repository": "git@github.com:meilisearch/vuepress-plugin-meilisearch.git"
}