-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "@silverstripe/eslint-config",
"version": "1.4.0",
"description": "SilverStripe config files for eslint",
"engines": {
"node": ">=18.x"
},
"bin": {
"eslint": "./node_modules/.bin/eslint"
},
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git://github.com/silverstripe/eslint-config.git"
},
"keywords": [
"silverstripe",
"eslint",
"config",
"modules",
"react"
],
"author": "SilverStripe Ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/silverstripe/eslint-config/issues"
},
"homepage": "https://github.com/silverstripe/eslint-config",
"dependencies": {
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-webpack-plugin": "^3.2.0",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-sass-guidelines": "^11.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.2.1"
}
}