You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
837 B

{
"name": "praktikum-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test --watch=false"
},
"dependencies": {
"@angular/animations": "^22.0.0",
"@angular/cdk": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/material": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"@fontsource-variable/inter": "^5.3.0",
"material-icons": "^1.13.14",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"typescript": "~6.0.0"
}
}