|
|
|
@ -10,36 +10,36 @@
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@angular/animations": "^17.0.1",
|
|
|
|
|
"@angular/cdk": "^17.0.0",
|
|
|
|
|
"@angular/common": "^17.0.1",
|
|
|
|
|
"@angular/compiler": "^17.0.1",
|
|
|
|
|
"@angular/core": "^17.0.1",
|
|
|
|
|
"@angular/forms": "^17.0.1",
|
|
|
|
|
"@angular/platform-browser": "^17.0.1",
|
|
|
|
|
"@angular/platform-browser-dynamic": "^17.0.1",
|
|
|
|
|
"@angular/router": "^17.0.1",
|
|
|
|
|
"@angular/animations": "^17.1.0",
|
|
|
|
|
"@angular/cdk": "^17.1.0",
|
|
|
|
|
"@angular/common": "^17.1.0",
|
|
|
|
|
"@angular/compiler": "^17.1.0",
|
|
|
|
|
"@angular/core": "^17.1.0",
|
|
|
|
|
"@angular/forms": "^17.1.0",
|
|
|
|
|
"@angular/platform-browser": "^17.1.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "^17.1.0",
|
|
|
|
|
"@angular/router": "^17.1.0",
|
|
|
|
|
"@ctrl/ngx-codemirror": "^7.0.0",
|
|
|
|
|
"@emailjs/browser": "^3.11.0",
|
|
|
|
|
"@emailjs/browser": "^3.12.1",
|
|
|
|
|
"@ngx-translate/core": "^15.0.0",
|
|
|
|
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
|
|
|
"codemirror": "^5.65.16",
|
|
|
|
|
"rxjs": "~7.8.1",
|
|
|
|
|
"sse.js": "^2.2.0",
|
|
|
|
|
"tslib": "^2.6.2",
|
|
|
|
|
"zone.js": "~0.14.2"
|
|
|
|
|
"zone.js": "~0.14.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@angular-devkit/build-angular": "^17.0.0",
|
|
|
|
|
"@angular/cli": "~17.0.0",
|
|
|
|
|
"@angular/compiler-cli": "^17.0.1",
|
|
|
|
|
"@types/jasmine": "~5.1.2",
|
|
|
|
|
"@angular-devkit/build-angular": "^17.1.0",
|
|
|
|
|
"@angular/cli": "~17.1.0",
|
|
|
|
|
"@angular/compiler-cli": "^17.1.0",
|
|
|
|
|
"@types/jasmine": "~5.1.4",
|
|
|
|
|
"jasmine-core": "~5.1.1",
|
|
|
|
|
"karma": "~6.4.2",
|
|
|
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
|
|
|
"karma-coverage": "~2.2.1",
|
|
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
|
|
|
"typescript": "~5.2.2"
|
|
|
|
|
"typescript": "~5.3.3"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|