Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit 5383efa

Browse files
committed
feat(package): split dev and peer deps
1 parent 4858df9 commit 5383efa

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

package.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,37 @@
1515
"lint:fix": "tslint --fix -p tsconfig.json -c tslint.json",
1616
"lint": "tslint -p tsconfig.json -c tslint.json"
1717
},
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+
},
1832
"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",
2933
"core-js": "^2.4.1",
30-
"fork-ts-checker-webpack-plugin": "^1.3.7",
3134
"ngx-chips": "^2.0.2",
3235
"ngx-quill": "^5.0.0",
33-
"quill": "^1.3.6",
3436
"reflect-metadata": "^0.1.13",
35-
"rxjs": "^6.2.0",
36-
"rxjs-compat": "^6.2.0",
3737
"zone.js": "^0.9.1"
3838
},
3939
"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",
4049
"@angular/compiler-cli": "^6.0.4",
4150
"@commitlint/cli": "^8.0.0",
4251
"@commitlint/config-conventional": "^8.0.0",
@@ -62,6 +71,9 @@
6271
"karma-webpack": "^4.0.2",
6372
"node-sass": "^4.12.0",
6473
"null-loader": "^0.1.1",
74+
"quill": "^1.3.6",
75+
"rxjs": "^6.2.0",
76+
"rxjs-compat": "^6.2.0",
6577
"sass-loader": "7.1.0",
6678
"semantic-release": "^15.13.16",
6779
"style-loader": "^0.23.1",

0 commit comments

Comments
 (0)