-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.95 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.95 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "control-center",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prod": "ng serve --configuration=production",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"spell": "cspell --no-progress ** && cspell-check-unused-words",
"spell:fix": "cspell-check-unused-words --fix && cspell --no-progress ** --show-suggestions --show-context",
"fix": "npm run lint:fix && npm run format:fix && npm run spell:fix",
"check": "concurrently --prefix \"[{command}]\" --prefixColors auto --prefixLength 20 \"npm run format\" \"npm run lint\" \"npm run spell\""
},
"workspaces": [
"projects/*"
],
"private": true,
"dependencies": {
"@angular/cdk": "^20.1.4",
"@angular/common": "^20.1.0",
"@angular/compiler": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.0",
"@angular/material": "^20.1.4",
"@angular/material-date-fns-adapter": "^20.1.4",
"@angular/platform-browser": "^20.1.0",
"@angular/router": "^20.1.0",
"@ngneat/input-mask": "^6.1.0",
"@tailwindcss/postcss": "^4.1.11",
"@vality/domain-proto": "^2.0.1-7a97267.0",
"@vality/fistful-proto": "^2.0.1-7c61ac5.0",
"@vality/machinegun-proto": "^1.0.1-cc2c27c.0",
"@vality/magista-proto": "^2.0.2-2de1ebf.0",
"@vality/ng-monaco-editor": "^20.0.0",
"@vality/repairer-proto": "^2.0.2-1a48729.0",
"@vality/scrooge-proto": "^0.1.1-42aba67.0",
"@vality/thrift-ts": "^2.5.1-2b658f2.0",
"auto-bind": "^5.0.1",
"date-fns": "^4.1.0",
"keycloak-angular": "^20.0.0",
"keycloak-js": "^26.2.0",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.52.2",
"postcss": "^8.5.6",
"rxjs": "~7.8.0",
"short-uuid": "^5.2.0",
"tailwindcss": "^4.1.11",
"tslib": "^2.3.0",
"typescript-memoize": "^1.1.1",
"utility-types": "^3.11.0",
"zod": "^3.25.76",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.1.5",
"@angular/cli": "^20.1.5",
"@angular/compiler-cli": "^20.1.0",
"@cspell/dict-ru_ru": "^2.3.2",
"@types/jasmine": "~5.1.0",
"@types/lodash-es": "^4.17.12",
"angular-eslint": "^20.1.1",
"concurrently": "^9.2.0",
"cross-env": "^10.0.0",
"cspell": "^9.2.0",
"cspell-check-unused-words": "^1.5.3",
"eslint": "^9.29.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-paths": "^1.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"jasmine-core": "~5.8.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^20.1.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-attributes": "^1.0.0",
"typescript": "~5.8.2",
"typescript-eslint": "^8.34.1"
}
}