diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 14:46:22 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 14:46:22 +0100 |
commit | 9bf9d2a5c223bf006496ae7adf0c0bd7a7975108 (patch) | |
tree | 7e72814af43176ad96841046a9310af001d23a14 /client/package.json | |
parent | 26c6ee80d0fecfce595e8970f15717560b4f4ceb (diff) | |
download | PeerTube-9bf9d2a5c223bf006496ae7adf0c0bd7a7975108.tar.gz PeerTube-9bf9d2a5c223bf006496ae7adf0c0bd7a7975108.tar.zst PeerTube-9bf9d2a5c223bf006496ae7adf0c0bd7a7975108.zip |
Begin videos list new design
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index c551c995a..310860fec 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -43,7 +43,6 @@ | |||
43 | "@types/webpack": "^3.0.0", | 43 | "@types/webpack": "^3.0.0", |
44 | "@types/webtorrent": "^0.98.4", | 44 | "@types/webtorrent": "^0.98.4", |
45 | "add-asset-html-webpack-plugin": "^2.0.1", | 45 | "add-asset-html-webpack-plugin": "^2.0.1", |
46 | "angular-pipes": "^6.0.0", | ||
47 | "angular2-notifications": "^0.7.7", | 46 | "angular2-notifications": "^0.7.7", |
48 | "angular2-template-loader": "^0.6.0", | 47 | "angular2-template-loader": "^0.6.0", |
49 | "assets-webpack-plugin": "^3.4.0", | 48 | "assets-webpack-plugin": "^3.4.0", |
@@ -72,6 +71,7 @@ | |||
72 | "ngc-webpack": "3.2.2", | 71 | "ngc-webpack": "3.2.2", |
73 | "ngx-bootstrap": "2.0.0-beta.9", | 72 | "ngx-bootstrap": "2.0.0-beta.9", |
74 | "ngx-chips": "1.5.3", | 73 | "ngx-chips": "1.5.3", |
74 | "ngx-pipes": "^2.0.5", | ||
75 | "node-sass": "^4.1.1", | 75 | "node-sass": "^4.1.1", |
76 | "normalize.css": "^7.0.0", | 76 | "normalize.css": "^7.0.0", |
77 | "optimize-js-plugin": "0.0.4", | 77 | "optimize-js-plugin": "0.0.4", |