-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "@navikt/eslint-config-teamia",
"version": "1.0.8",
"description": "Setup av eslint-plugins med regler vi ønsker å bruke likt i alle våre prosjekter.",
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"eslint",
"eslintconfig"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/eslint-config-teamia.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/navikt/eslint-config-teamia/issues"
},
"homepage": "https://github.com/navikt/eslint-config-teamia#readme",
"dependencies": {
"eslint": ">= 8",
"eslint-config-next": ">= 13.1",
"next": ">= 14.1",
"eslint-plugin-react": ">= 7.32",
"@typescript-eslint/eslint-plugin": ">= 5.59",
"@typescript-eslint/parser": ">= 5.59",
"eslint-plugin-jsx-a11y": ">= 6.7",
"eslint-plugin-jest": ">= 27.2",
"@next/eslint-plugin-next": ">= 13.1",
"eslint-config-prettier": ">= 8.6",
"eslint-plugin-testing-library": ">= 5.10",
"jest": ">= 29.3",
"prettier": ">= 2.8",
"typescript": "^5.2.2"
}
}