{ "name": "ngx-flowchart-demo", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0 --open --port 4300", "build": "ng build ngx-flowchart --prod", "test": "ng test ngx-flowchart", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "peerDependencies": { "@angular/common": "^8.0.3", "@angular/core": "^8.0.3", "jquery": "^3.4.1", "typescript": "^3.1" }, "devDependencies": { "@angular/common": "^8.0.3", "@angular/core": "^8.0.3", "jquery": "^3.4.1", "@angular/animations": "^8.0.3", "@angular/cdk": "^8.0.3", "@angular/compiler": "~8.2.11", "@angular/forms": "~8.2.11", "@angular/platform-browser": "~8.2.11", "@angular/platform-browser-dynamic": "~8.2.11", "@angular/router": "~8.2.11", "rxjs": "~6.5.2", "tslib": "^1.10.0", "zone.js": "~0.9.1", "@angular-devkit/build-angular": "^0.802.0", "@angular-devkit/build-ng-packagr": "~0.803.19", "@angular/cli": "~8.2.2", "@angular/compiler-cli": "~8.2.11", "@angular/language-service": "~8.2.11", "@types/node": "~10.14.15", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "@types/jquery": "^3.3.31", "codelyzer": "~5.1.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", "ng-packagr": "^5.7.1", "protractor": "~5.4.0", "ts-node": "~8.3.0", "tsickle": "^0.35.0", "tslint": "~5.18.0", "typescript": "~3.5.3" } }