-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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": "@almunnings/eslint-config",
"description": "Drupal eslint meta package trying to lighten the neutron star that is core/package.json.",
"license": "MIT",
"version": "0.0.7",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/almunnings/eslint-config.git"
},
"main": "drupal.js",
"dependencies": {
"@babel/eslint-parser": "^7.23.9",
"deepmerge": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-gitlab": "^5.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.21.0",
"eslint-plugin-yml": "^1.14.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.4",
"stylelint": "^15.11.0",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^4.1.0",
"stylelint-scss": "^5.3.2"
},
"keywords": [
"eslint",
"eslintconfig",
"stylelint",
"prettier",
"drupal",
"icon",
"lint"
]
}