{ "name": "ge-admin-auth-app", "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "extract-i18n": "ngx-translate-extract --input ./projects/ge-admin-auth --output ./projects/ge-admin-auth/src/i18n/temp.json --clean --sort --format namespaced-json" }, "private": true, "dependencies": { "@angular/animations": "~7.2.0", "@angular/cdk": "^7.2.2", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", "@angular/core": "~7.2.0", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0", "@nebular/auth": "^3.1.0", "@nebular/theme": "^3.1.0", "@ngx-translate/core": "^11.0.1", "core-js": "^2.5.4", "jsencrypt": "^3.0.0-rc.1", "node-sass": "^4.12.0", "rxjs": "~6.3.3", "tslib": "^1.9.0", "zone.js": "~0.8.26" }, "devDependencies": { "@angular-devkit/build-angular": "~0.12.0", "@angular-devkit/build-ng-packagr": "~0.12.0", "@angular/cli": "~7.2.0", "@angular/compiler-cli": "~7.2.0", "@angular/language-service": "~7.2.0", "@biesbjerg/ngx-translate-extract": "^6.0.3", "@types/jasmine": "~2.8.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4", "codelyzer": "~4.5.0", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~3.1.1", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~1.1.2", "karma-jasmine-html-reporter": "^0.2.2", "ng-packagr": "^4.2.0", "prettier": "^1.16.1", "protractor": "~5.4.0", "stylelint": "^9.10.1", "ts-node": "~7.0.0", "tsickle": ">=0.34.0", "tslib": "^1.9.0", "tslint": "~5.11.0", "tslint-config-ge": "git+https://git.geteasy.info/GetEasy/tslint-config.git", "typescript": "~3.2.2" } }