argos/dmp-frontend/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

{
2019-09-23 10:17:03 +02:00
"name": "dmp-frontend2",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"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",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
2023-10-05 21:42:47 +02:00
"@angular/animations": "^16.2.8",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/material-moment-adapter": "^16.2.7",
"@angular/platform-browser": "^16.2.8",
"@kolkov/angular-editor": "^2.1.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@swimlane/ngx-datatable": "^20.1.0",
"@tinymce/tinymce-angular": "^7.0.0",
"@w11k/angular-sticky-things": "^1.5.2",
"bootstrap": "^4.6.0",
2019-11-19 17:28:25 +01:00
"cookieconsent": "^3.1.1",
2023-10-05 21:42:47 +02:00
"core-js": "^3.33.0",
"dragula": "^3.7.3",
2021-09-24 20:52:14 +02:00
"file-saver": "^2.0.5",
2023-10-05 21:42:47 +02:00
"moment": "^2.29.4",
2023-10-11 16:53:12 +02:00
"keycloak-angular": "^14.0.0",
"keycloak-js": "^20.0.5",
2023-10-05 21:42:47 +02:00
"moment-timezone": "^0.5.43",
2021-09-24 20:52:14 +02:00
"ng-dialog-animation": "^9.0.4",
2023-10-05 21:42:47 +02:00
"ng2-dragula": "^5.0.1",
"ngx-cookie-service": "^16.0.1",
"ngx-cookieconsent": "^4.0.2",
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",
"ngx-matomo-client": "^5.0.4",
2022-04-28 11:03:01 +02:00
"pako": "^1.0.11",
2019-09-23 10:17:03 +02:00
"rxjs": "^6.3.2",
2023-10-05 21:42:47 +02:00
"tinymce": "^6.7.0",
2023-10-05 10:41:11 +02:00
"ts-simple-nameof": "^1.3.1",
2023-10-05 21:42:47 +02:00
"tslib": "^2.6.2",
"zone.js": "~0.13.0"
2019-09-23 10:17:03 +02:00
},
"devDependencies": {
2023-10-05 21:42:47 +02:00
"@angular-devkit/build-angular": "^16.2.5",
"@angular/cdk": "^16.2.7",
"@angular/cli": "16.2.5",
"@angular/compiler-cli": "^16.2.8",
"@angular/language-service": "^16.2.8",
"@angular/material": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@types/dragula": "^3.7.2",
"@types/file-saver": "^2.0.5",
"@types/gapi": "^0.0.45",
"@types/gapi.auth2": "^0.0.58",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "~2.0.11",
2021-09-24 20:52:14 +02:00
"@types/moment-timezone": "^0.5.13",
2023-10-05 21:42:47 +02:00
"@types/node": "^20.8.2",
2022-04-28 11:03:01 +02:00
"@types/pako": "^1.0.3",
2023-10-05 21:42:47 +02:00
"codelyzer": "^0.0.28",
"ts-node": "~10.9.1",
2021-09-24 20:52:14 +02:00
"tslint": "~6.1.0",
2023-10-05 21:42:47 +02:00
"typescript": "^4.9.3"
2019-09-23 10:17:03 +02:00
}
2023-10-05 21:42:47 +02:00
}