-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 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
43
{
"name": "eslint-config-buefy",
"version": "0.0.3",
"description": "Official ESLint rules for Buefy",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=production eslint *.js",
"unused": "eslint-find-rules --unused"
},
"keywords": [
"buefy",
"lint",
"vue"
],
"author": "Antério Vieira <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-eslint": "^7.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.0"
},
"devDependencies": {
"codecov": "^3.0.0",
"cross-env": "^5.1.1",
"eslint": "^4.18.2",
"eslint-find-rules": "^3.1.1",
"greenkeeper-lockfile": "^1.12.0"
},
"peerDependencies": {
"eslint": "^4.18.2"
},
"repository": {
"type": "git",
"url": "[email protected]:buefy/eslint-config-buefy.git"
}
}