forked from vuejs/eslint-config-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "@vue/eslint-config-standard",
"version": "6.1.0",
"description": "eslint-config-standard for Vue CLI",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/eslint-config-standard.git"
},
"keywords": [
"vue",
"cli"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/eslint-config-standard/issues"
},
"homepage": "https://github.com/vuejs/eslint-config-standard#readme",
"dependencies": {
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-vite-ts": "^1.1.1",
"eslint-import-resolver-webpack": "^0.13.1"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1 || ^5.0.0",
"eslint-plugin-vue": "^7.0.0"
},
"peerDependenciesMeta": {
"@vue/cli-service": {
"optional": true
}
}
}