{ "name": "dmp-frontend2", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "^6.1.7", "@angular/common": "^6.1.7", "@angular/compiler": "^6.1.7", "@angular/core": "^6.1.7", "@angular/flex-layout": "6.0.0-beta.18", "@angular/forms": "^6.1.7", "@angular/material-moment-adapter": "^6.4.7", "@angular/platform-browser": "^6.1.7", "@covalent/core": "^2.0.0-beta.5", "@ngx-translate/core": "^10.0.2", "@ngx-translate/http-loader": "^3.0.1", "@swimlane/ngx-datatable": "^13.1.0", "bootstrap": "^4.1.3", "core-js": "^2.5.5", "file-saver": "^2.0.0-rc.3", "moment": "^2.22.2", "moment-timezone": "^0.5.23", "ngx-cookie-service": "^1.0.10", "rxjs": "^6.3.2", "rxjs-compat": "^6.3.2", "web-animations-js": "^2.3.1", "zone.js": "^0.8.26" }, "devDependencies": { "@angular-devkit/build-angular": "^0.8.5", "@angular/cdk": "^6.3.0", "@angular/material": "^6.4.7", "@angular/cli": "6.2.5", "@angular/compiler-cli": "^6.1.10", "@angular/http": "^6.1.10", "@angular/platform-browser-dynamic": "^6.1.10", "@angular/router": "^6.1.10", "@angular/language-service": "^6.1.10", "@types/facebook-js-sdk": "^2.8.4", "@types/file-saver": "^1.3.1", "@types/gapi": "^0.0.36", "@types/gapi.auth2": "^0.0.47", "@types/jasmine": "~2.8.9", "@types/jasminewd2": "~2.0.5", "@types/moment-timezone": "^0.5.4", "@types/node": "^10.11.7", "codelyzer": "~4.5.0", "jasmine-core": "^3.2.1", "jasmine-spec-reporter": "^4.2.1", "protractor": "~5.4.1", "ts-node": "~7.0.1", "tslint": "~5.11.0", "typescript": "2.9.1" } }