aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-08-05 00:50:07 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-11 09:03:39 +0200
commit02c01341f4dae30ec6b81fcb644952393d73c4a8 (patch)
treeaca3f2b118bb123457fd38724be68fe877504c75 /client/package.json
parent766d13b4470de02d3d7bec94188260b89a356399 (diff)
downloadPeerTube-02c01341f4dae30ec6b81fcb644952393d73c4a8.tar.gz
PeerTube-02c01341f4dae30ec6b81fcb644952393d73c4a8.tar.zst
PeerTube-02c01341f4dae30ec6b81fcb644952393d73c4a8.zip
add ng-select for templatable select options
- create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json
index 946cd109c..50b33d7c3 100644
--- a/client/package.json
+++ b/client/package.json
@@ -44,6 +44,7 @@
44 "@angularclass/hmr": "^2.1.3", 44 "@angularclass/hmr": "^2.1.3",
45 "@neos21/bootstrap3-glyphicons": "^1.0.1", 45 "@neos21/bootstrap3-glyphicons": "^1.0.1",
46 "@ng-bootstrap/ng-bootstrap": "^7.0.0", 46 "@ng-bootstrap/ng-bootstrap": "^7.0.0",
47 "@ng-select/ng-select": "^5.0.0",
47 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", 48 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
48 "@ngx-i18nsupport/tooling": "^8.0.3", 49 "@ngx-i18nsupport/tooling": "^8.0.3",
49 "@ngx-loading-bar/core": "^5.0.0", 50 "@ngx-loading-bar/core": "^5.0.0",
@@ -95,7 +96,6 @@
95 "linkifyjs": "^2.1.5", 96 "linkifyjs": "^2.1.5",
96 "lodash-es": "^4.17.4", 97 "lodash-es": "^4.17.4",
97 "markdown-it": "^11.0.0", 98 "markdown-it": "^11.0.0",
98 "ngx-chips": "2.1.0",
99 "ngx-pipes": "^2.6.0", 99 "ngx-pipes": "^2.6.0",
100 "node-sass": "^4.9.3", 100 "node-sass": "^4.9.3",
101 "npm-font-source-sans-pro": "^1.0.2", 101 "npm-font-source-sans-pro": "^1.0.2",
@@ -133,6 +133,5 @@
133 "webtorrent": "^0.108.1", 133 "webtorrent": "^0.108.1",
134 "whatwg-fetch": "^3.0.0", 134 "whatwg-fetch": "^3.0.0",
135 "zone.js": "~0.10.2" 135 "zone.js": "~0.10.2"
136 }, 136 }
137 "dependencies": {}
138} 137}