-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "@chialab/eslint-config",
"description": "Chialab's linting rules for ESLint.",
"version": "4.1.1",
"license": "MIT",
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"main": "index.js",
"files": [
"LICENSE",
"README.md",
"*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chialab/eslint-config.git"
},
"bugs": {
"url": "https://github.com/chialab/eslint-config/issues"
},
"homepage": "https://github.com/chialab/eslint-config",
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"typescript": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-lit-a11y": "^4.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"eslint": "^8.0.0",
"typescript": "^5.0.0"
}
}