2023-11-06 16:42:56 +00:00
|
|
|
{
|
|
|
|
|
"name": "angular.dev",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
2025-02-21 04:09:08 +00:00
|
|
|
"start": "ng serve",
|
2023-11-06 16:42:56 +00:00
|
|
|
"build": "ng build",
|
|
|
|
|
"watch": "ng build --watch --configuration development"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2026-01-26 22:44:55 +00:00
|
|
|
"@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",
|
2023-11-06 16:42:56 +00:00
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.3.0",
|
2025-11-26 09:10:24 +00:00
|
|
|
"zone.js": "~0.16.0"
|
2023-11-06 16:42:56 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-12 18:56:00 +00:00
|
|
|
"@angular/build": "^21.2.0-next",
|
|
|
|
|
"@angular/cli": "^21.2.0-next",
|
2026-01-26 22:44:55 +00:00
|
|
|
"@angular/compiler-cli": "^21.2.0-next",
|
2025-09-04 07:15:58 +00:00
|
|
|
"typescript": "~5.9.2"
|
2023-11-06 16:42:56 +00:00
|
|
|
}
|
|
|
|
|
}
|