{ "name": "opt-cc-static", "license": "MIT", "author": "Florian Hartwich ", "private": true, "angular-cli": {}, "scripts": { "ng": "$(npm bin)/ng", "build": "ng build", "build:prod": "ng build --no-progress --prod --aot", "start": "ng serve", "lint": "ng lint", "test": "ng test", "pree2e": "webdriver-manager update --standalone false --gecko false", "e2e": "ng e2e --serve=false" }, "dependencies": { "@angular/animations": "^6.0.7", "@angular/cdk": "^6.0.7", "@angular/cli": "^6.0.7", "@angular/common": "^6.0.7", "@angular/compiler": "^6.0.7", "@angular/compiler-cli": "^6.0.7", "@angular/core": "^6.0.7", "@angular/forms": "^6.0.7", "@angular/http": "^6.0.7", "@angular/material": "^6.0.7", "@angular/platform-browser": "^6.0.7", "@angular/platform-browser-dynamic": "^6.0.7", "@angular/router": "^6.0.7", "@swimlane/ngx-charts": "^8.1.0", "bootstrap": "^3.3.7", "d3": "^4.11.0", "file-saver": "^1.3.8", "jquery": "^3.1.0", "jquery-ui": "^1.12.0", "jquery-ui-bundle": "^1.11.4", "ngx-clipboard": "^11.1.1", "ngx-cookie-service": "^1.0.10", "ngx-infinite-scroll": "^0.5.2", "rxjs-compat": "^6.2.1", "ts-helpers": "^1.1.2", "zone.js": "^0.8.26" }, "devDependencies": { "@types/jasmine": "2.5.38", "@types/node": "^6.0.89", "codelyzer": "^4.4.2", "jasmine-core": "^2.5.2", "jasmine-spec-reporter": "^3.2.0", "karma": "^2.0.4", "karma-chrome-launcher": "^2.0.0", "karma-jasmine": "^1.1.0", "karma-spec-reporter": "0.0.30", "protractor": "^5.3.2", "protractor-jasmine2-screenshot-reporter": "^0.3.2", "ts-node": "1.2.1", "tslint": "^5.10.0", "@angular-devkit/build-angular": "~0.6.8", "typescript": "^2.7.2" } }