diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 11:57:49 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 11:57:49 +0200 |
commit | d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb (patch) | |
tree | 549b14b842de296efed846a11b3681efe08cfa9e /client/package.json | |
parent | 91f6f169b1110eeae6ebf5c387f4204b0d07703c (diff) | |
download | PeerTube-d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb.tar.gz PeerTube-d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb.tar.zst PeerTube-d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb.zip |
Move to HttpClient and PrimeNG data table
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 d69a7b10b..caec34e44 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -62,7 +62,6 @@ | |||
62 | "json-loader": "^0.5.4", | 62 | "json-loader": "^0.5.4", |
63 | "ng-router-loader": "^2.0.0", | 63 | "ng-router-loader": "^2.0.0", |
64 | "ng2-file-upload": "^1.1.4-2", | 64 | "ng2-file-upload": "^1.1.4-2", |
65 | "ng2-smart-table": "1.2.1", | ||
66 | "ngc-webpack": "3.2.2", | 65 | "ngc-webpack": "3.2.2", |
67 | "ngx-bootstrap": "1.9.1", | 66 | "ngx-bootstrap": "1.9.1", |
68 | "ngx-chips": "1.5.3", | 67 | "ngx-chips": "1.5.3", |
@@ -97,6 +96,7 @@ | |||
97 | "add-asset-html-webpack-plugin": "^2.0.1", | 96 | "add-asset-html-webpack-plugin": "^2.0.1", |
98 | "codelyzer": "^3.0.0-beta.4", | 97 | "codelyzer": "^3.0.0-beta.4", |
99 | "extract-text-webpack-plugin": "^3.0.0", | 98 | "extract-text-webpack-plugin": "^3.0.0", |
99 | "primeng": "^4.2.0", | ||
100 | "purify-css": "^1.2.5", | 100 | "purify-css": "^1.2.5", |
101 | "purifycss-webpack": "^0.7.0", | 101 | "purifycss-webpack": "^0.7.0", |
102 | "standard": "^10.0.0", | 102 | "standard": "^10.0.0", |