start project
This commit is contained in:
30
first-app_01-hello-world(1)/package.json
Normal file
30
first-app_01-hello-world(1)/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user