30 lines
752 B
JSON
30 lines
752 B
JSON
{
|
|
"name": "cf-deployer-ui",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"build:prod": "ng build --configuration production"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^19.1.0",
|
|
"@angular/common": "^19.1.0",
|
|
"@angular/compiler": "^19.1.0",
|
|
"@angular/core": "^19.1.0",
|
|
"@angular/forms": "^19.1.0",
|
|
"@angular/platform-browser": "^19.1.0",
|
|
"@angular/platform-browser-dynamic": "^19.1.0",
|
|
"rxjs": "^7.8.0",
|
|
"tslib": "^2.6.0",
|
|
"zone.js": "^0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^19.1.0",
|
|
"@angular/cli": "^19.1.0",
|
|
"@angular/compiler-cli": "^19.1.0",
|
|
"typescript": "~5.6.0"
|
|
}
|
|
}
|