31 lines
790 B
JSON
31 lines
790 B
JSON
{
|
|
"name": "ng-pokemon-app",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^15.1.0",
|
|
"@angular/common": "^15.1.0",
|
|
"@angular/compiler": "^15.1.0",
|
|
"@angular/core": "^15.1.0",
|
|
"@angular/forms": "^15.1.0",
|
|
"@angular/platform-browser": "^15.1.0",
|
|
"@angular/platform-browser-dynamic": "^15.1.0",
|
|
"@angular/router": "^15.1.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.1.5",
|
|
"@angular/cli": "~15.1.5",
|
|
"@angular/compiler-cli": "^15.1.0",
|
|
"typescript": "~4.9.4"
|
|
}
|
|
}
|