diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index 39cd209e6..bddf2ce73 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -20,10 +20,12 @@ | |||
20 | "webpack-bundle-analyzer": "webpack-bundle-analyzer" | 20 | "webpack-bundle-analyzer": "webpack-bundle-analyzer" |
21 | }, | 21 | }, |
22 | "license": "GPLv3", | 22 | "license": "GPLv3", |
23 | "dependencies": {}, | 23 | "resolutions": { |
24 | "copy-webpack-plugin": "4.3.0" | ||
25 | }, | ||
24 | "devDependencies": { | 26 | "devDependencies": { |
25 | "@angular/animations": "~5.2.2", | 27 | "@angular/animations": "~5.2.2", |
26 | "@angular/cli": "^1.6.0", | 28 | "@angular/cli": "1.6.7", |
27 | "@angular/common": "~5.2.2", | 29 | "@angular/common": "~5.2.2", |
28 | "@angular/compiler": "~5.2.2", | 30 | "@angular/compiler": "~5.2.2", |
29 | "@angular/compiler-cli": "~5.2.2", | 31 | "@angular/compiler-cli": "~5.2.2", |
@@ -75,7 +77,7 @@ | |||
75 | "standard": "^10.0.0", | 77 | "standard": "^10.0.0", |
76 | "tslint": "^5.7.0", | 78 | "tslint": "^5.7.0", |
77 | "tslint-config-standard": "^7.0.0", | 79 | "tslint-config-standard": "^7.0.0", |
78 | "typescript": "^2.6.2", | 80 | "typescript": "2.6", |
79 | "uglifyjs-webpack-plugin": "^1.1.2", | 81 | "uglifyjs-webpack-plugin": "^1.1.2", |
80 | "video.js": "^6.2.0", | 82 | "video.js": "^6.2.0", |
81 | "videojs-dock": "^2.0.2", | 83 | "videojs-dock": "^2.0.2", |