-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.87 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
45
46
47
48
49
50
{
"name": "@team23/eslint-config-team23-ngrx",
"version": "15.0.0",
"description": "A set of eslint rules used by TEAM23 for angular projects using NgRx",
"main": ".eslintrc.js",
"scripts": {
"lint": "eslint test/* --no-ignore"
},
"keywords": [
"eslint",
"angular",
"ngrx",
"TEAM23"
],
"author": "TEAM23 GmbH",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/team23/eslint-config-team23-ngrx"
},
"devDependencies": {
"@angular-eslint/builder": "^15.1.0",
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/template-parser": "^15.1.0",
"@angular/compiler": "^15.0.4",
"@angular/core": "^15.0.4",
"@ngrx/eslint-plugin": "^15.0.0",
"@ngrx/store": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-plugin-html": "^7.1.0",
"rxjs": "^7.8.0",
"typescript": "^4.9.4"
},
"peerDependencies": {
"@angular-eslint/builder": "^12.5.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-eslint/eslint-plugin": "^12.5.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-eslint/eslint-plugin-template": "^12.5.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular-eslint/template-parser": "^12.5.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/compiler": "^12.1.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/core": "^12.1.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@ngrx/eslint-plugin": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
"@typescript-eslint/parser": "^4.0.0 || ^5.0.0",
"eslint": "^7.0.0 || ^8.0.0",
"eslint-plugin-html": "^7.1.0"
}
}