-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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": "@thomaslorincz/eslint-config-vue",
"version": "0.1.1",
"description": "A reusable ESLint config for my Vue projects",
"main": "index.js",
"files": [
"index.js"
],
"peerDependencies": {
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "v8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.26.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "v8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.26.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomaslorincz/eslint-config-vue.git"
},
"keywords": [
"eslint",
"config",
"vue"
],
"author": "Thomas Lorincz",
"license": "MIT",
"bugs": {
"url": "https://github.com/thomaslorincz/eslint-config-vue/issues"
},
"homepage": "https://github.com/thomaslorincz/eslint-config-vue#readme"
}