mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2d2d5fc362
See associated pull request for more information. Closes #69367 as a pr takeover
32 lines
824 B
JSON
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"
|
|
}
|
|
}
|