diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-15 15:52:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-15 15:52:18 +0100 |
commit | 41d713446c2152d47943ddb0c841a9e36ca5a9db (patch) | |
tree | 7b22f6f7ea5652107ef503470d2455c4bb087799 /client/package.json | |
parent | 17036be5bc2f14dc4e66053087e39887599df4de (diff) | |
download | PeerTube-41d713446c2152d47943ddb0c841a9e36ca5a9db.tar.gz PeerTube-41d713446c2152d47943ddb0c841a9e36ca5a9db.tar.zst PeerTube-41d713446c2152d47943ddb0c841a9e36ca5a9db.zip |
Lazy import some modules
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 92659b091..08d309b07 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -93,6 +93,7 @@ | |||
93 | "@types/jasminewd2": "^2.0.3", | 93 | "@types/jasminewd2": "^2.0.3", |
94 | "@types/jest": "^23.3.1", | 94 | "@types/jest": "^23.3.1", |
95 | "@types/jschannel": "^1.0.0", | 95 | "@types/jschannel": "^1.0.0", |
96 | "@types/linkifyjs": "^2.1.1", | ||
96 | "@types/lodash-es": "^4.17.0", | 97 | "@types/lodash-es": "^4.17.0", |
97 | "@types/markdown-it": "^0.0.5", | 98 | "@types/markdown-it": "^0.0.5", |
98 | "@types/node": "^10.9.2", | 99 | "@types/node": "^10.9.2", |
@@ -154,7 +155,7 @@ | |||
154 | "ts-jest": "^23.1.4", | 155 | "ts-jest": "^23.1.4", |
155 | "tslint": "^5.7.0", | 156 | "tslint": "^5.7.0", |
156 | "tslint-config-standard": "^8.0.1", | 157 | "tslint-config-standard": "^8.0.1", |
157 | "typescript": "3.1.6", | 158 | "typescript": "3.2", |
158 | "video.js": "^7", | 159 | "video.js": "^7", |
159 | "videojs-contextmenu-ui": "^5.0.0", | 160 | "videojs-contextmenu-ui": "^5.0.0", |
160 | "videojs-contrib-quality-levels": "^2.0.9", | 161 | "videojs-contrib-quality-levels": "^2.0.9", |