-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "@ronas-it/angular-common",
"description": "Ronas IT Angular Common - Modules",
"keywords": [
"angular",
"modules",
"component",
"auth",
"api",
"user"
],
"repository": {
"type": "git",
"url": "https://github.com/RonasIT/angular-common.git"
},
"version": "18.2.0",
"scripts": {
"build": "ng build --configuration production",
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.0",
"@angular-eslint/builder": "18.2.0",
"@angular-eslint/eslint-plugin": "18.2.0",
"@angular-eslint/eslint-plugin-template": "18.2.0",
"@angular-eslint/schematics": "18.2.0",
"@angular-eslint/template-parser": "18.2.0",
"@angular/cli": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/router": "^18.2.0",
"@types/lodash": "^4.14.191",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"ng-packagr": "^18.2.0",
"typescript": "~5.5.2"
}
}