-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.57 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
{
"name": "@kocdigital/eslint-plugin",
"version": "1.0.4",
"description": "KocDigital's base TypeScript ESLint config",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"eslintconfig",
"eslintplugin",
"config",
"typescript",
"vue",
"vue2"
],
"author": "Gökhan Öztürk <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kocdigital/kd-vue-lintrules.git"
},
"bugs": {
"url": "https://github.com/kocdigital/kd-vue-lintrules/issues"
},
"homepage": "https://github.com/kocdigital/kd-vue-lintrules",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.24.0",
"eslint-find-rules": "^4.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-vue": "^9.6.0",
"typescript": "~4.5.5",
"vue-eslint-parser": "^9.1.0"
},
"peerDependencies": {
"eslint": "^8.24.0",
"typescript": "~4.5.5"
}
}