2023-02-22 13:12:40 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-02-27 13:23:58 +00:00
|
|
|
"angular-in-memory-web-api": "^0.15.0",
|
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
2023-02-22 13:12:40 +00:00
|
|
|
"typescript": "~4.9.4"
|
2023-02-27 13:23:58 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
2023-02-22 13:12:40 +00:00
|
|
|
}
|
|
|
|
}
|