2017-09-14 12:37:36 +02:00
|
|
|
{
|
2024-07-09 10:21:04 +02:00
|
|
|
"name": "frontend2",
|
2019-09-23 10:17:03 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2023-10-03 16:29:45 +02:00
|
|
|
"start": "set NODE_OPTIONS=--openssl-legacy-provider && ng s -o",
|
2021-09-24 20:52:14 +02:00
|
|
|
"build": "ng build --configuration production",
|
2019-09-23 10:17:03 +02:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
2024-04-23 14:41:41 +02:00
|
|
|
"e2e": "ng e2e",
|
|
|
|
"sonar-scanner": "node_modules/sonar-scanner/bin/sonar-scanner"
|
2019-09-23 10:17:03 +02:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-06-12 16:36:56 +02:00
|
|
|
"@angular/animations": "^18.0.2",
|
|
|
|
"@angular/common": "^18.0.2",
|
|
|
|
"@angular/compiler": "^18.0.2",
|
|
|
|
"@angular/core": "^18.0.2",
|
|
|
|
"@angular/forms": "^18.0.2",
|
|
|
|
"@angular/material-moment-adapter": "^18.0.2",
|
|
|
|
"@angular/platform-browser": "^18.0.2",
|
2023-10-05 21:42:47 +02:00
|
|
|
"@kolkov/angular-editor": "^2.1.0",
|
2024-07-09 10:21:04 +02:00
|
|
|
"@mat-datetimepicker/core": "^13.0.2",
|
|
|
|
"@mat-datetimepicker/moment": "^13.0.2",
|
2023-10-05 21:42:47 +02:00
|
|
|
"@ngx-translate/core": "^15.0.0",
|
|
|
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
|
|
"@swimlane/ngx-datatable": "^20.1.0",
|
2024-07-09 10:21:04 +02:00
|
|
|
"@tinymce/tinymce-angular": "^8.0.0",
|
|
|
|
"angular-mentions": "^1.5.0",
|
2023-10-05 21:42:47 +02:00
|
|
|
"bootstrap": "^4.6.0",
|
2019-11-19 17:28:25 +01:00
|
|
|
"cookieconsent": "^3.1.1",
|
2023-10-05 21:42:47 +02:00
|
|
|
"dragula": "^3.7.3",
|
2021-09-24 20:52:14 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2024-07-15 14:23:15 +02:00
|
|
|
"keycloak-angular": "^16.0.1",
|
|
|
|
"keycloak-js": "^25.0.0",
|
2024-04-23 10:57:16 +02:00
|
|
|
"moment": "^2.30.1",
|
2024-04-08 15:22:56 +02:00
|
|
|
"moment-timezone": "^0.5.45",
|
2021-09-24 20:52:14 +02:00
|
|
|
"ng-dialog-animation": "^9.0.4",
|
2024-06-04 15:58:18 +02:00
|
|
|
"ng2-dragula": "^5.1.0",
|
|
|
|
"ngx-colors": "^3.6.0",
|
|
|
|
"ngx-cookie-service": "^18.0.0",
|
2024-04-08 15:22:56 +02:00
|
|
|
"ngx-cookieconsent": "^6.0.0",
|
2021-09-24 20:52:14 +02:00
|
|
|
"ngx-dropzone": "^3.0.0",
|
2023-10-05 21:42:47 +02:00
|
|
|
"ngx-guided-tour": "^2.0.1",
|
2024-06-04 15:58:18 +02:00
|
|
|
"ngx-matomo-client": "^6.2.0",
|
2024-07-15 14:36:19 +02:00
|
|
|
"ngx-mentions": "^16.2.0",
|
2024-04-08 15:22:56 +02:00
|
|
|
"rxjs": "^7.4.0",
|
2024-07-09 10:21:04 +02:00
|
|
|
"tinymce": "^7.2.0",
|
2023-10-05 10:41:11 +02:00
|
|
|
"ts-simple-nameof": "^1.3.1",
|
2024-06-12 16:36:56 +02:00
|
|
|
"tslib": "^2.6.3",
|
2024-04-08 15:22:56 +02:00
|
|
|
"zone.js": "~0.14.4"
|
2019-09-23 10:17:03 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-12 16:36:56 +02:00
|
|
|
"@angular-devkit/build-angular": "^18.0.3",
|
|
|
|
"@angular/cdk": "^18.0.2",
|
|
|
|
"@angular/cli": "18.0.3",
|
|
|
|
"@angular/compiler-cli": "^18.0.2",
|
|
|
|
"@angular/language-service": "^18.0.2",
|
|
|
|
"@angular/material": "^18.0.2",
|
|
|
|
"@angular/platform-browser-dynamic": "^18.0.2",
|
|
|
|
"@angular/router": "^18.0.2",
|
2024-06-04 15:58:18 +02:00
|
|
|
"@types/dragula": "^3.7.5",
|
2024-04-08 15:22:56 +02:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2021-09-24 20:52:14 +02:00
|
|
|
"@types/moment-timezone": "^0.5.13",
|
2024-06-12 16:36:56 +02:00
|
|
|
"@types/node": "^20.14.2",
|
2024-07-09 10:21:04 +02:00
|
|
|
"codelyzer": "^0.0.28",
|
2024-04-08 15:22:56 +02:00
|
|
|
"ts-node": "~10.9.2",
|
2021-09-24 20:52:14 +02:00
|
|
|
"tslint": "~6.1.0",
|
2024-06-21 15:52:00 +02:00
|
|
|
"typescript": "5.4.5"
|
2019-09-23 10:17:03 +02:00
|
|
|
}
|
2024-06-12 16:36:56 +02:00
|
|
|
}
|