Files
Angular Robot 2d2d5fc362 build: lock file maintenance
See associated pull request for more information.

Closes #69367 as a pr takeover
2026-06-17 09:12:30 -07:00

32 lines
824 B
JSON

{
"name": "example-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.1.0-next",
"@angular/common": "^22.1.0-next",
"@angular/compiler": "^22.1.0-next",
"@angular/core": "^22.1.0-next",
"@angular/forms": "^22.1.0-next",
"@angular/platform-browser": "^22.1.0-next",
"@angular/router": "^22.1.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^22.1.0-next",
"@angular/cli": "^22.1.0-next",
"@angular/compiler-cli": "^22.1.0-next",
"@types/node": "^20.14.8",
"typescript": "~6.0.3"
}
}