-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "@loveyunk/eslint-config-vue-prettier-airbnb",
"version": "1.3.0",
"description": "vue lint config for airbnb, prettier",
"main": "index.js",
"author": "loveyunk <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "eslint . --no-fix"
},
"keywords": [
"eslint",
"vue",
"prettier",
"airbnb"
],
"dependencies": {
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.1.2"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
"eslint": "^5.16.0 || ^6.1.0"
},
"devDependencies": {
"@vue/cli-service": "^4.1.2",
"eslint": "^6.7.2",
"prettier": "1.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loveyunk/eslint-config-vue-prettier-airbnb.git"
},
"bugs": {
"url": "https://github.com/loveyunk/eslint-config-vue-prettier-airbnb/issues"
},
"homepage": "https://github.com/loveyunk/eslint-config-vue-prettier-airbnb#readme"
}