Files
introductionAngular/first-app/package.json
2025-11-03 17:24:01 +01:00

31 lines
785 B
JSON

{
"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": "^20.2.0-next",
"@angular/compiler": "^20.2.0-next",
"@angular/core": "^20.2.0-next",
"@angular/forms": "^20.2.0-next",
"@angular/platform-browser": "^20.2.0-next",
"@angular/router": "^20.2.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.2.0-next",
"@angular/cli": "^20.2.0-next",
"@angular/compiler-cli": "^20.2.0-next",
"@types/node": "^16.11.35",
"ts-node": "~10.9.0",
"typescript": "~5.8.0"
}
}