2024-02-05 06:29:18 +03:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
2024-12-18 07:11:15 +03:00
|
|
|
"version": "1.0.0-b10",
|
2024-02-05 06:29:18 +03:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
|
"test": "ng test"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-12-18 07:11:15 +03:00
|
|
|
"@angular/animations": "^19.0.4",
|
|
|
|
"@angular/cdk": "~19.0.3",
|
|
|
|
"@angular/cdk-experimental": "^19.0.3",
|
|
|
|
"@angular/common": "^19.0.4",
|
|
|
|
"@angular/compiler": "^19.0.4",
|
|
|
|
"@angular/core": "^19.0.4",
|
|
|
|
"@angular/forms": "^19.0.4",
|
|
|
|
"@angular/material": "~19.0.3",
|
|
|
|
"@angular/platform-browser": "^19.0.4",
|
|
|
|
"@angular/platform-browser-dynamic": "^19.0.4",
|
|
|
|
"@angular/router": "^19.0.4",
|
2024-10-25 01:52:29 +03:00
|
|
|
"@progress/kendo-date-math": "^1.5.14",
|
2024-10-07 01:17:49 +03:00
|
|
|
"ngx-toastr": "^19.0.0",
|
2024-02-19 01:21:12 +03:00
|
|
|
"rxjs": "~7.8.1",
|
2024-12-18 07:11:15 +03:00
|
|
|
"tslib": "^2.8.1",
|
|
|
|
"zone.js": "^0.15.0"
|
2024-02-05 06:29:18 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-18 07:11:15 +03:00
|
|
|
"@angular-devkit/build-angular": "^19.0.5",
|
|
|
|
"@angular/cli": "^19.0.5",
|
|
|
|
"@angular/compiler-cli": "^19.0.4",
|
|
|
|
"@types/jasmine": "~5.1.5",
|
|
|
|
"jasmine-core": "~5.5.0",
|
2024-08-04 23:13:56 +03:00
|
|
|
"karma": "~6.4.4",
|
2024-02-05 06:29:18 +03:00
|
|
|
"karma-chrome-launcher": "~3.2.0",
|
2024-02-19 01:21:12 +03:00
|
|
|
"karma-coverage": "~2.2.1",
|
2024-02-05 06:29:18 +03:00
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
2024-12-18 07:11:15 +03:00
|
|
|
"typescript": "^5.6.3"
|
2024-02-05 06:29:18 +03:00
|
|
|
}
|
|
|
|
}
|