2022-11-29 18:25:52 +01:00
|
|
|
{
|
2023-01-04 15:45:45 +01:00
|
|
|
"name": "diuna-bi",
|
2022-12-11 21:30:54 +01:00
|
|
|
"version": "0.0.5",
|
2023-01-07 14:03:14 +01:00
|
|
|
"azureBuild": "#{buildId}#",
|
2022-11-29 18:25:52 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build",
|
|
|
|
|
"watch": "ng build --watch --configuration development",
|
2023-01-06 11:55:01 +01:00
|
|
|
"test": "ng test",
|
|
|
|
|
"lint": "ng lint"
|
2022-11-29 18:25:52 +01:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2023-06-22 13:39:45 +02:00
|
|
|
"@angular/animations": "^16.1.2",
|
|
|
|
|
"@angular/cdk": "^16.1.1",
|
|
|
|
|
"@angular/common": "^16.1.2",
|
|
|
|
|
"@angular/compiler": "^16.1.2",
|
|
|
|
|
"@angular/core": "^16.1.2",
|
|
|
|
|
"@angular/forms": "^16.1.2",
|
|
|
|
|
"@angular/material": "^16.1.1",
|
|
|
|
|
"@angular/material-moment-adapter": "^16.1.1",
|
|
|
|
|
"@angular/platform-browser": "^16.1.2",
|
|
|
|
|
"@angular/platform-browser-dynamic": "^16.1.2",
|
|
|
|
|
"@angular/pwa": "^16.1.0",
|
|
|
|
|
"@angular/router": "^16.1.2",
|
|
|
|
|
"@angular/service-worker": "^16.1.2",
|
2022-12-05 14:20:34 +01:00
|
|
|
"jwt-decode": "^3.1.2",
|
2022-11-29 19:21:24 +01:00
|
|
|
"moment": "^2.29.4",
|
2022-12-05 14:34:48 +01:00
|
|
|
"rxjs": "^7.6.0",
|
2022-12-11 23:40:16 +01:00
|
|
|
"uuid": "^9.0.0",
|
2023-06-22 13:39:45 +02:00
|
|
|
"zone.js": "^0.13.1"
|
2022-11-29 18:25:52 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-06-22 13:39:45 +02:00
|
|
|
"@angular-devkit/build-angular": "^16.1.0",
|
|
|
|
|
"@angular-eslint/builder": "16.0.3",
|
|
|
|
|
"@angular-eslint/eslint-plugin": "16.0.3",
|
|
|
|
|
"@angular-eslint/eslint-plugin-template": "16.0.3",
|
|
|
|
|
"@angular-eslint/schematics": "16.0.3",
|
|
|
|
|
"@angular-eslint/template-parser": "16.0.3",
|
|
|
|
|
"@angular/cli": "~16.1.0",
|
|
|
|
|
"@angular/compiler-cli": "^16.1.2",
|
2022-12-05 14:34:48 +01:00
|
|
|
"@types/jasmine": "^4.3.1",
|
2022-12-11 23:40:16 +01:00
|
|
|
"@types/uuid": "^9.0.0",
|
2023-06-22 13:39:45 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
|
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
|
|
|
"eslint": "^8.39.0",
|
|
|
|
|
"jasmine-core": "5.0.1",
|
2022-11-29 18:25:52 +01:00
|
|
|
"karma": "~6.4.0",
|
2023-06-22 13:39:45 +02:00
|
|
|
"karma-chrome-launcher": "3.2.0",
|
2022-11-29 18:25:52 +01:00
|
|
|
"karma-coverage": "~2.2.0",
|
|
|
|
|
"karma-jasmine": "~5.1.0",
|
2023-06-22 13:39:45 +02:00
|
|
|
"karma-jasmine-html-reporter": "2.1.0",
|
2022-11-29 19:21:24 +01:00
|
|
|
"tslib": "^2.4.1",
|
2023-06-22 13:39:45 +02:00
|
|
|
"typescript": "5.1.3"
|
2022-11-29 18:25:52 +01:00
|
|
|
}
|
2023-06-22 13:39:45 +02:00
|
|
|
}
|