{ "name": "ng-microfrontends", "version": "0.0.0", "scripts": { "ng": "ng", "start:shell": "ng serve", "start:profile": "ng serve mdmf-profile", "build:shell": "ng build mdmf-shell --configuration production", "build:profile": "ng build mdmf-profile --configuration production", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "12.2.16", "@angular/common": "12.2.16", "@angular/compiler": "12.2.16", "@angular/core": "12.2.16", "@angular/forms": "12.2.16", "@angular/platform-browser": "12.2.16", "@angular/platform-browser-dynamic": "12.2.16", "@angular/router": "12.2.16", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-builders/custom-webpack": "10.0.1", "@angular-devkit/build-angular": "12.2.17", "@angular/cli": "12.2.17", "@angular/compiler-cli": "12.2.16", "@types/jasmine": "4.0.3", "@types/jasminewd2": "2.0.10", "@types/node": "12.20.54", "codelyzer": "6.0.2", "jasmine-core": "4.1.1", "jasmine-spec-reporter": "5.0.2", "karma": "6.3.20", "karma-chrome-launcher": "3.1.1", "karma-coverage": "2.2.0", "karma-jasmine": "4.0.2", "karma-jasmine-html-reporter": "1.7.0", "ngx-build-plus": "12.0.1", "protractor": "7.0.0", "ts-node": "9.1.1", "tslint": "6.1.3", "typescript": "4.3.5", "webpack": "5.72.1" } }