-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.57 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
{
"name": "base-app",
"version": "0.0.0",
"license": "Apache-2.0",
"packageManager": "yarn@4.12.0",
"engines": {
"node": ">=24.0.0 <25.0.0",
"npm": "please-use-yarn",
"yarn": ">=4.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production",
"test": "ng test --watch=true",
"test-ci": "ng test --watch=false",
"tests": "echo 'Test suite should be run with \"`npm run test` or npm `run test-ci`\"'",
"lint": "ng lint --format=stylish",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "22.0.5",
"@angular/common": "22.0.5",
"@angular/core": "22.0.5",
"@angular/forms": "22.0.5",
"@angular/localize": "22.0.5",
"@angular/platform-browser": "22.0.5",
"@angular/platform-browser-dynamic": "22.0.5",
"@angular/router": "22.0.5",
"@ng-bootstrap/ng-bootstrap": "^21.0.0",
"@ng-select/ng-select": "^23.2.0",
"@popperjs/core": "^2.11.8",
"@tinymce/tinymce-angular": "^9",
"analytics": "^0.8.19",
"bootstrap": "^5.3.8",
"jszip": "^3.10.1",
"keycloak-angular": "^22.0.0",
"keycloak-js": "^26.2.4",
"luxon": "^3.7.2",
"rxjs": "^7.8.2",
"tinymce": "patch:tinymce@npm%3A8.7.0#~/.yarn/patches/tinymce-npm-8.7.0-767e2d8e60.patch",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/core": "22.0.5",
"@angular-devkit/schematics": "22.0.5",
"@angular-eslint/builder": "22.0.0",
"@angular-eslint/eslint-plugin": "22.0.0",
"@angular-eslint/eslint-plugin-template": "22.0.0",
"@angular-eslint/schematics": "22.0.0",
"@angular-eslint/template-parser": "22.0.0",
"@angular/build": "22.0.5",
"@angular/cli": "22.0.5",
"@angular/compiler": "22.0.5",
"@angular/compiler-cli": "22.0.5",
"@types/jasmine": "~6.0.0",
"@types/luxon": "^3.7.2",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@typescript-eslint/types": "^8.62.1",
"@typescript-eslint/utils": "^8.62.1",
"angular-eslint": "^22.0.0",
"eslint": "^10.6.0",
"jasmine-core": "~6.3.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "~2.0.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.62.1"
},
"resolutions": {
"esbuild": "0.28.1",
"qs": "6.15.3",
"@babel/core": "7.29.7"
}
}