Skip to content

Commit 4bd63ee

Browse files
package config
1 parent 4b65077 commit 4bd63ee

File tree

1 file changed

+41
-20
lines changed

1 file changed

+41
-20
lines changed

package.json

Lines changed: 41 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,50 @@
4343
},
4444
"main": "./dist/index.js",
4545
"dependencies": {
46-
"@angular/animations": "^13.0.0",
47-
"@angular/common": "^13.0.0",
48-
"@angular/compiler": "^13.0.0",
49-
"@angular/core": "^13.0.0",
50-
"@angular/forms": "^13.0.0",
51-
"@angular/platform-browser": "^13.0.0",
52-
"@angular/platform-browser-dynamic": "^13.0.0",
53-
"@angular/router": "^13.0.0",
54-
"rxjs": "^7.0.0",
55-
"tslib": "^2.3.0",
56-
"zone.js": "~0.11.4"
46+
"@angular/animations": "4.0.0 - 13.x",
47+
"@angular/common": "4.0.0 - 13.x",
48+
"@angular/compiler": "4.0.0 - 13.x",
49+
"@angular/core": "4.0.0 - 13.x",
50+
"@angular/forms": "4.0.0 - 13.x",
51+
"@angular/platform-browser": "4.0.0 - 13.x",
52+
"@angular/platform-browser-dynamic": "4.0.0 - 13.x",
53+
"@angular/router": "4.0.0 - 13.x",
54+
"angularjs2-tabs": "0.0.1-beta.1",
55+
"bootstrap": "3.3.7 - 5.x",
56+
"core-js": "2.4.1 - 3.x",
57+
"https-proxy-agent": "2.2.4 - 5.x",
58+
"mixin-deep": "1.3.2 - 2.x",
59+
"prismjs": "^1.6.0",
60+
"rxjs": "5.4.1 - 8.x",
61+
"tslib": "^2.0.0",
62+
"websocket-extensions": "^0.1.4",
63+
"ws": "3.3.3 - 8.x",
64+
"zone.js": "~0.11.0"
5765
},
5866
"devDependencies": {
59-
"@angular-devkit/build-angular": "^13.0.0",
60-
"@angular/cli": "^13.0.0",
61-
"@angular/compiler-cli": "^13.0.0",
62-
"@types/jasmine": "^3.0.0",
63-
"@types/node": "^12.0.0",
67+
"@angular-devkit/build-angular": "0.x - 13.x",
68+
"@angular/cli": "4.0.0 - 13.x",
69+
"@angular/compiler-cli": "4.0.0 - 13.x",
70+
"@angular/language-service": "4.0.0 - 13.x",
71+
"@types/codemirror": "0.0.58 - 5.x",
72+
"@types/jasmine": "2.5.53 - 4.x",
73+
"@types/jasminewd2": "~2.0.2",
74+
"@types/node": "6.0.60 - 17.x",
6475
"fusioncharts": "^3.19.0",
65-
"jasmine-core": "^4.0.0",
66-
"karma": "^6.0.0",
67-
"karma-chrome-launcher": "^3.0.0",
68-
"typescript": "^4.0.0"
76+
"jasmine-core": "2.6.2 - 4.x",
77+
"jasmine-spec-reporter": "4.1.0 - 7.x",
78+
"karma": "3.0.0 - 6.x",
79+
"karma-chrome-launcher": "2.1.1 - 3.x",
80+
"karma-cli": "1.0.1 - 2.x",
81+
"karma-coverage-istanbul-reporter": "1.2.1 - 3.x",
82+
"karma-jasmine": "1.1.0 - 5.x",
83+
"karma-jasmine-html-reporter": "0.2.2 - 1.x",
84+
"prismjs": "1.6.0 - 1.x",
85+
"protractor": "5.4.0 - 7.x",
86+
"rollup": "0.45.2 - 2.x",
87+
"ts-node": "3.0.4 - 10.x",
88+
"tslint": "5.3.2 - 6.x",
89+
"typescript": "2.9.2 - 4.x"
6990
},
7091
"engines": {
7192
"node": ">=4.4.1"

0 commit comments

Comments
 (0)