-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "@zedix/eslint-config",
"version": "1.2.0",
"description": "@zedix's eslint shareable configs",
"homepage": "https://github.com/zedix/eslint-config#readme",
"author": "@zedix",
"copyright": "Copyright (c) 2018-present",
"license": "MIT",
"main": "index.js",
"scripts": {
"eslint-check": "eslint --print-config . | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zedix/eslint-config.git"
},
"bugs": {
"url": "https://github.com/zedix/eslint-config/issues"
},
"keywords": [
"eslint",
"eslint-config",
"eslint-shareable-configs",
"eslint-configurations",
"vue"
],
"dependencies": {
"@babel/eslint-parser": "^7.15.8",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.4.1",
"vue-eslint-parser": "^8.0.0"
},
"peerDependencies": {
"eslint": "^8.1.0",
"eslint-plugin-vue": "^7.20.0"
}
}