-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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": "eslint-config-regani-vue",
"version": "1.0.24",
"description": "Shared vue eslint config",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Regani/eslint-config-vue.git"
},
"author": "Bohdan Konechnyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Regani/eslint-config-vue/issues"
},
"homepage": "https://github.com/Regani/eslint-config-vue#readme",
"main": "index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.49.0",
"eslint-plugin-vue": "9.17.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5",
"@typescript-eslint/parser": ">=5",
"@vue/eslint-config-typescript": ">=11",
"eslint": ">=8",
"eslint-plugin-vue": "^9.0.0"
},
"dependencies": {
"eslint-config-regani-ts": "1.0.16"
}
}