-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 KB
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": "@squonk/eslint-config",
"version": "3.1.0",
"description": "ESLint config used by Squonk front-end apps",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:InformaticsMatters/eslint-config-squonk.git"
},
"private": false,
"author": "Informatics Matters",
"license": "MIT",
"bugs": {
"url": "https://github.com/InformaticsMatters/eslint-config-squonk/issues"
},
"homepage": "https://github.com/InformaticsMatters/eslint-config-squonk#readme",
"dependencies": {
"@eslint/compat": "2.0.5",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@next/eslint-plugin-next": "16.2.4",
"@types/node": "@types/node",
"eslint": "10.2.1",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-mdx": "3.7.0",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-mdx": "3.7.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-unicorn": "64.0.0",
"eslint-plugin-unused-imports": "4.4.1",
"typescript": "6.0.3",
"typescript-eslint": "8.59.1"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"semantic-release": "25.0.3"
}
}