diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-07 22:34:02 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-07 22:34:02 +0200 |
commit | e822fdaeee90cb7c70d5678f19249198cd7aae8c (patch) | |
tree | 07678eff3b3d378bda40800002b515b982017c78 /client/package.json | |
parent | 8c255eb53c8f47bd64778d6fbcb93b248ee14163 (diff) | |
download | PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.tar.gz PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.tar.zst PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.zip |
Use ng2-file-upload instead of jquery and add tags support to the video
upload form
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index d2d039437..cd8afcc98 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -28,7 +28,6 @@ | |||
28 | "@angular/router-deprecated": "2.0.0-rc.1", | 28 | "@angular/router-deprecated": "2.0.0-rc.1", |
29 | "angular-pipes": "^2.0.0", | 29 | "angular-pipes": "^2.0.0", |
30 | "awesome-typescript-loader": "^0.17.0", | 30 | "awesome-typescript-loader": "^0.17.0", |
31 | "blueimp-file-upload": "^9.12.1", | ||
32 | "bootstrap-loader": "^1.0.8", | 31 | "bootstrap-loader": "^1.0.8", |
33 | "bootstrap-sass": "^3.3.6", | 32 | "bootstrap-sass": "^3.3.6", |
34 | "compression-webpack-plugin": "^0.3.1", | 33 | "compression-webpack-plugin": "^0.3.1", |
@@ -40,10 +39,9 @@ | |||
40 | "es6-shim": "^0.35.0", | 39 | "es6-shim": "^0.35.0", |
41 | "file-loader": "^0.8.5", | 40 | "file-loader": "^0.8.5", |
42 | "html-webpack-plugin": "^2.19.0", | 41 | "html-webpack-plugin": "^2.19.0", |
43 | "jquery": "^2.2.3", | ||
44 | "jquery.ui.widget": "^1.10.3", | ||
45 | "json-loader": "^0.5.4", | 42 | "json-loader": "^0.5.4", |
46 | "ng2-bootstrap": "^1.0.16", | 43 | "ng2-bootstrap": "^1.0.16", |
44 | "ng2-file-upload": "^1.0.3", | ||
47 | "node-sass": "^3.7.0", | 45 | "node-sass": "^3.7.0", |
48 | "normalize.css": "^4.1.1", | 46 | "normalize.css": "^4.1.1", |
49 | "raw-loader": "^0.5.1", | 47 | "raw-loader": "^0.5.1", |
@@ -75,4 +73,4 @@ | |||
75 | "bundles/" | 73 | "bundles/" |
76 | ] | 74 | ] |
77 | } | 75 | } |
78 | } \ No newline at end of file | 76 | } |