|
6 | 6 | "start": "ng serve", |
7 | 7 | "build": "ng build", |
8 | 8 | "test": "ng test --browsers=Chrome --source-map=false", |
9 | | - "travis-test": "ng test --watch=false --environment=prod --browsers=ChromeHeadlessNoSandbox --reporters=progress,kjhtml", |
| 9 | + "travis-test": "ng test --watch=false --environment=prod --browsers=ChromeHeadlessNoSandbox --reporters=progress,kjhtml --source-map=false", |
10 | 10 | "lint": "ng lint", |
11 | 11 | "e2e": "ng e2e", |
12 | 12 | "compodoc": "npx compodoc", |
|
22 | 22 | "@angular/core": "^8.1.1", |
23 | 23 | "@angular/flex-layout": "^8.0.0-beta.26", |
24 | 24 | "@angular/forms": "^8.1.1", |
25 | | - "@angular/http": "*", |
| 25 | + "@angular/http": "7.2.15", |
26 | 26 | "@angular/platform-browser": "^8.1.1", |
27 | 27 | "@angular/platform-browser-dynamic": "^8.1.1", |
28 | 28 | "@angular/pwa": "^0.801.1", |
|
33 | 33 | "bulma-badge": "^2.0.0", |
34 | 34 | "bulma-checkradio": "^2.1.1", |
35 | 35 | "bulma-divider": "^2.0.1", |
36 | | - "cloudiator-rest-api": "1.4.0", |
| 36 | + "cloudiator-rest-api": "1.5.0", |
37 | 37 | "core-js": "^2.6.5", |
38 | 38 | "cytoscape": "^3.8.1", |
39 | 39 | "file-saver": "^2.0.1", |
40 | 40 | "hammerjs": "^2.0.8", |
| 41 | + "lodash": "^4.17.15", |
41 | 42 | "node-sass": "^4.12.0", |
42 | 43 | "rxjs": "^6.4.0", |
43 | 44 | "sass-loader": "^7.1.0", |
44 | 45 | "webpack": "^4.35.3", |
| 46 | + "xterm": "^4.1.0", |
| 47 | + "xterm-addon-attach": "^0.3.0", |
| 48 | + "xterm-addon-fit": "^0.2.1", |
45 | 49 | "zone.js": "^0.8.29" |
46 | 50 | }, |
47 | 51 | "devDependencies": { |
|
50 | 54 | "@angular/compiler-cli": "^8.1.1", |
51 | 55 | "@angular/language-service": "^8.1.1", |
52 | 56 | "@compodoc/compodoc": "^1.1.10", |
| 57 | + "@types/cytoscape": "^3.8.1", |
53 | 58 | "@types/jasmine": "^2.8.16", |
54 | 59 | "@types/jasminewd2": "^2.0.6", |
| 60 | + "@types/lodash": "^4.14.138", |
55 | 61 | "@types/node": "^10.14.12", |
56 | 62 | "bulma": "^0.7.4", |
57 | 63 | "codelyzer": "^4.5.0", |
|
68 | 74 | "protractor": "^5.4.2", |
69 | 75 | "ts-node": "^7.0.1", |
70 | 76 | "tslint": "^5.18.0", |
71 | | - "typescript": "<3.5.0" |
| 77 | + "typescript": " >=3.4.0 <3.6.0" |
72 | 78 | } |
73 | 79 | } |
0 commit comments