diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 7e23d4d75..ba0a318bc 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -16,7 +16,8 @@ | |||
16 | "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", | 16 | "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", |
17 | "webpack": "webpack", | 17 | "webpack": "webpack", |
18 | "ng": "ng", | 18 | "ng": "ng", |
19 | "postinstall": "npm rebuild node-sass" | 19 | "postinstall": "npm rebuild node-sass", |
20 | "webpack-bundle-analyzer": "webpack-bundle-analyzer" | ||
20 | }, | 21 | }, |
21 | "license": "GPLv3", | 22 | "license": "GPLv3", |
22 | "dependencies": {}, | 23 | "dependencies": {}, |
@@ -37,6 +38,7 @@ | |||
37 | "@ngx-loading-bar/http-client": "^1.0.0-rc.1", | 38 | "@ngx-loading-bar/http-client": "^1.0.0-rc.1", |
38 | "@ngx-meta/core": "^4.0.1", | 39 | "@ngx-meta/core": "^4.0.1", |
39 | "@types/core-js": "^0.9.28", | 40 | "@types/core-js": "^0.9.28", |
41 | "@types/lodash-es": "^4.17.0", | ||
40 | "@types/markdown-it": "^0.0.4", | 42 | "@types/markdown-it": "^0.0.4", |
41 | "@types/node": "^8.0.33", | 43 | "@types/node": "^8.0.33", |
42 | "@types/video.js": "6.2.0", | 44 | "@types/video.js": "6.2.0", |
@@ -50,6 +52,7 @@ | |||
50 | "extract-text-webpack-plugin": "^3.0.2", | 52 | "extract-text-webpack-plugin": "^3.0.2", |
51 | "file-loader": "^1.1.5", | 53 | "file-loader": "^1.1.5", |
52 | "html-webpack-plugin": "^2.19.0", | 54 | "html-webpack-plugin": "^2.19.0", |
55 | "lodash-es": "^4.17.4", | ||
53 | "markdown-it": "^8.4.0", | 56 | "markdown-it": "^8.4.0", |
54 | "ngx-bootstrap": "2.0.0-beta.9", | 57 | "ngx-bootstrap": "2.0.0-beta.9", |
55 | "ngx-chips": "1.6.1", | 58 | "ngx-chips": "1.6.1", |
@@ -74,6 +77,7 @@ | |||
74 | "video.js": "^6.2.0", | 77 | "video.js": "^6.2.0", |
75 | "videojs-dock": "^2.0.2", | 78 | "videojs-dock": "^2.0.2", |
76 | "webpack": "^3.3.0", | 79 | "webpack": "^3.3.0", |
80 | "webpack-bundle-analyzer": "^2.9.1", | ||
77 | "webtorrent": "^0.98.0", | 81 | "webtorrent": "^0.98.0", |
78 | "zone.js": "~0.8.5" | 82 | "zone.js": "~0.8.5" |
79 | } | 83 | } |