UNPKG

@bi8/am-uaa

Version:

ng update @angular/cli yarn add @angular/cli

78 lines (77 loc) 2.19 kB
{ "name": "@bi8/am-uaa", "version": "8.0.4", "license": "MIT", "scripts": { "ng": "ng", "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "package": "ng-packagr", "install:local": "yalc add @bi8/am-logger", "publish:local": "yarn run package && cd dist && yalc publish", "serve": "ng serve --ssl --proxy-config proxy-conf.json --port 8000" }, "private": false, "repository": { "type": "git", "url": "https://github.com/bi8solutions/am-uaa.git" }, "peerDependencies": {}, "dependencies": { "@angular/animations": "8.2.4", "@angular/cdk": "8.2.0", "@angular/common": "8.2.4", "@angular/compiler": "8.2.4", "@angular/core": "8.2.4", "@angular/flex-layout": "8.0.0-beta.27", "@angular/forms": "8.2.4", "@angular/http": "7.2.15", "@angular/material": "8.2.0", "@angular/platform-browser": "8.2.4", "@angular/platform-browser-dynamic": "8.2.4", "@angular/router": "8.2.4", "@bi8/am-storage": "8.0.0", "core-js": "3.2.1", "lodash": "4.17.15", "moment": "2.24.0", "rxjs": "6.5.3", "rxjs-compat": "6.5.3", "jwt-decode": "2.2.0", "zone.js": "0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "0.803.3", "@angular/cli": "8.3.3", "@angular/compiler-cli": "8.2.4", "@angular/language-service": "8.2.4", "@types/node": "8.9.4", "@types/jasmine": "3.3.8", "@types/jasminewd2": "2.0.6", "codelyzer": "5.0.0", "jasmine-core": "3.4.0", "jasmine-spec-reporter": "4.2.1", "karma": "4.1.0", "karma-chrome-launcher": "2.2.0", "karma-coverage-istanbul-reporter": "2.0.1", "karma-jasmine": "2.0.1", "karma-jasmine-html-reporter": "1.4.0", "protractor": "5.4.0", "ts-node": "7.0.0", "tslint": "5.15.0", "typescript": "3.5.3", "ng-packagr": "5.5.1", "tsickle": "0.37.0", "tslib": "1.10.0" }, "keywords": [ "Angular", "Material", "Authentication", "Authorization", "Not For Production Use", "Proof of Concept", "POC" ] }