{ "name": "angular.dev", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, "private": true, "dependencies": { "@angular/common": "^21.2.0-next", "@angular/compiler": "^21.2.0-next", "@angular/core": "^21.2.0-next", "@angular/forms": "^21.2.0-next", "@angular/platform-browser": "^21.2.0-next", "@angular/router": "^21.2.0-next", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.16.0" }, "devDependencies": { "@angular/build": "^21.2.0-next", "@angular/cli": "^21.2.0-next", "@angular/compiler-cli": "^21.2.0-next", "typescript": "~5.9.2" } }