-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "@dsb-norge/eslint-config-dsb-vue",
"version": "2.3.1",
"description": "ESLint standard config for Vue.js projects",
"keywords": [
"eslint",
"eslint-config",
"eslintconfig"
],
"scripts": {
"lint": "eslint"
},
"main": "index.js",
"files": [
"index.js"
],
"author": "Nils Lien <[email protected]>",
"contributors": [
{
"name": "Chris Aurora Neumann Ruud",
"email": "[email protected]"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "[email protected]:dsb-norge/eslint-config-dsb-vue.git"
},
"bugs": {
"url": "https://github.com/dsb-norge/eslint-config-dsb-vue/issues"
},
"homepage": "https://github.com/dsb-norge/eslint-config-dsb-vue",
"peerDependencies": {
"@babel/eslint-parser": ">=7.23.3 <8",
"eslint": ">=8.56.0 <9",
"eslint-config-standard": ">=17.1.0 <18",
"eslint-plugin-import": ">=2.29.1 <3",
"eslint-plugin-n": ">=16.6.2 <17",
"eslint-plugin-promise": ">=6.1.1 <7",
"eslint-plugin-vue": ">=9.20.1 < 10",
"eslint-plugin-vuejs-accessibility": ">=2.2.1 < 3"
},
"devDependencies": {
"@babel/eslint-parser": "7.26.10",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-vue": "9.33.0",
"eslint-plugin-vuejs-accessibility": "2.4.1"
}
}