|
15 | 15 | "lint:fix": "tslint --fix -p tsconfig.json -c tslint.json",
|
16 | 16 | "lint": "tslint -p tsconfig.json -c tslint.json"
|
17 | 17 | },
|
| 18 | + "peerDependencies": { |
| 19 | + "@angular/animations": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 20 | + "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 21 | + "@angular/compiler": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 22 | + "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 23 | + "@angular/forms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 24 | + "@angular/platform-browser": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 25 | + "@angular/platform-browser-dynamic": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
| 26 | + "quill": "^1.3.6", |
| 27 | + "rxjs": "^5.5.2 || ^6.1.0 || ^6.2.0 || ^6.3.0 || ^6.4.0 || ^6.5.0", |
| 28 | + "rxjs-compat": "^5.5.2 || ^6.1.0 || ^6.2.0 || ^6.3.0 || ^6.4.0 || ^6.5.0", |
| 29 | + "@ng-bootstrap/ng-bootstrap": "^4.2.0", |
| 30 | + "bootstrap": "^4.3.0" |
| 31 | + }, |
18 | 32 | "dependencies": {
|
19 |
| - "@angular/animations": "^6.0.4", |
20 |
| - "@angular/common": "^6.0.4", |
21 |
| - "@angular/compiler": "^6.0.4", |
22 |
| - "@angular/core": "^6.0.4", |
23 |
| - "@angular/forms": "^6.0.4", |
24 |
| - "@angular/http": "^6.0.4", |
25 |
| - "@angular/platform-browser": "^6.0.4", |
26 |
| - "@angular/platform-browser-dynamic": "^6.0.4", |
27 |
| - "@ng-bootstrap/ng-bootstrap": "^4.2.1", |
28 |
| - "bootstrap": "^4.3.1", |
29 | 33 | "core-js": "^2.4.1",
|
30 |
| - "fork-ts-checker-webpack-plugin": "^1.3.7", |
31 | 34 | "ngx-chips": "^2.0.2",
|
32 | 35 | "ngx-quill": "^5.0.0",
|
33 |
| - "quill": "^1.3.6", |
34 | 36 | "reflect-metadata": "^0.1.13",
|
35 |
| - "rxjs": "^6.2.0", |
36 |
| - "rxjs-compat": "^6.2.0", |
37 | 37 | "zone.js": "^0.9.1"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
| 40 | + "fork-ts-checker-webpack-plugin": "^1.3.7", |
| 41 | + "@ng-bootstrap/ng-bootstrap": "^4.2.0", |
| 42 | + "bootstrap": "^4.3.0", |
| 43 | + "@angular/common": "^6.0.4", |
| 44 | + "@angular/compiler": "^6.0.4", |
| 45 | + "@angular/core": "^6.0.4", |
| 46 | + "@angular/forms": "^6.0.4", |
| 47 | + "@angular/platform-browser": "^6.0.4", |
| 48 | + "@angular/platform-browser-dynamic": "^6.0.4", |
40 | 49 | "@angular/compiler-cli": "^6.0.4",
|
41 | 50 | "@commitlint/cli": "^8.0.0",
|
42 | 51 | "@commitlint/config-conventional": "^8.0.0",
|
|
62 | 71 | "karma-webpack": "^4.0.2",
|
63 | 72 | "node-sass": "^4.12.0",
|
64 | 73 | "null-loader": "^0.1.1",
|
| 74 | + "quill": "^1.3.6", |
| 75 | + "rxjs": "^6.2.0", |
| 76 | + "rxjs-compat": "^6.2.0", |
65 | 77 | "sass-loader": "7.1.0",
|
66 | 78 | "semantic-release": "^15.13.16",
|
67 | 79 | "style-loader": "^0.23.1",
|
|
0 commit comments