|
|
|
@ -6,7 +6,7 @@ |
|
|
|
"start": "ng serve", |
|
|
|
"start:hmr": "ng serve --configuration hmr", |
|
|
|
"build": "ng build", |
|
|
|
"build:prod": "ng build --configuration production", |
|
|
|
"build:prod": "ng build --prod", |
|
|
|
"test": "ng test", |
|
|
|
"lint": "ng lint", |
|
|
|
"e2e": "ng e2e" |
|
|
|
@ -18,14 +18,14 @@ |
|
|
|
"@abp/ng.theme.basic": "^0.9.0", |
|
|
|
"@abp/ng.tenant-management": "^0.9.0", |
|
|
|
"@abp/ng.setting-management": "^0.9.0", |
|
|
|
"@angular/animations": "~8.2.8", |
|
|
|
"@angular/common": "~8.2.8", |
|
|
|
"@angular/compiler": "~8.2.8", |
|
|
|
"@angular/core": "~8.2.8", |
|
|
|
"@angular/forms": "~8.2.8", |
|
|
|
"@angular/platform-browser": "~8.2.8", |
|
|
|
"@angular/platform-browser-dynamic": "~8.2.8", |
|
|
|
"@angular/router": "~8.2.8", |
|
|
|
"@angular/animations": "~8.2.10", |
|
|
|
"@angular/common": "~8.2.10", |
|
|
|
"@angular/compiler": "~8.2.10", |
|
|
|
"@angular/core": "~8.2.10", |
|
|
|
"@angular/forms": "~8.2.10", |
|
|
|
"@angular/platform-browser": "~8.2.10", |
|
|
|
"@angular/platform-browser-dynamic": "~8.2.10", |
|
|
|
"@angular/router": "~8.2.10", |
|
|
|
"@angularclass/hmr": "^2.1.3", |
|
|
|
"@ngxs/hmr-plugin": "^3.5.0", |
|
|
|
"@ngxs/devtools-plugin": "^3.5.0", |
|
|
|
@ -34,10 +34,10 @@ |
|
|
|
"zone.js": "~0.9.1" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@angular-devkit/build-angular": "~0.803.6", |
|
|
|
"@angular/cli": "~8.3.6", |
|
|
|
"@angular/compiler-cli": "~8.2.8", |
|
|
|
"@angular/language-service": "~8.2.8", |
|
|
|
"@angular-devkit/build-angular": "~0.803.9", |
|
|
|
"@angular/cli": "~8.3.9", |
|
|
|
"@angular/compiler-cli": "~8.2.10", |
|
|
|
"@angular/language-service": "~8.2.10", |
|
|
|
"@types/jasmine": "~3.3.8", |
|
|
|
"@types/jasminewd2": "~2.0.3", |
|
|
|
"@types/node": "~8.9.4", |
|
|
|
|