aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-24 15:48:48 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-05-27 14:56:06 +0200
commit7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1 (patch)
treefb3b258dd55bcf2d85a3cf507ea0bb9e6d2b9fc2 /package.json
parentff747e79400f43de79df578c14d9b81ff55de84b (diff)
downloadPeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.tar.gz
PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.tar.zst
PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.zip
Move CLI dependencies in their own package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json
index caacec808..bdc389572 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
23 "scripts": { 23 "scripts": {
24 "e2e": "scripty", 24 "e2e": "scripty",
25 "e2e:local": "scripty", 25 "e2e:local": "scripty",
26 "setup:cli": "scripty",
26 "build": "SCRIPTY_PARALLEL=true scripty", 27 "build": "SCRIPTY_PARALLEL=true scripty",
27 "build:server": "scripty", 28 "build:server": "scripty",
28 "build:client": "scripty", 29 "build:client": "scripty",
@@ -92,7 +93,6 @@
92 }, 93 },
93 "dependencies": { 94 "dependencies": {
94 "apicache": "^1.4.0", 95 "apicache": "^1.4.0",
95 "application-config": "^1.0.1",
96 "async": "^2.0.0", 96 "async": "^2.0.0",
97 "async-lru": "^1.1.1", 97 "async-lru": "^1.1.1",
98 "bcrypt": "3.0.5", 98 "bcrypt": "3.0.5",
@@ -148,7 +148,6 @@
148 "sitemap": "^2.1.0", 148 "sitemap": "^2.1.0",
149 "socket.io": "^2.2.0", 149 "socket.io": "^2.2.0",
150 "srt-to-vtt": "^1.1.2", 150 "srt-to-vtt": "^1.1.2",
151 "summon-install": "^0.4.3",
152 "useragent": "^2.3.0", 151 "useragent": "^2.3.0",
153 "uuid": "^3.1.0", 152 "uuid": "^3.1.0",
154 "validator": "^10.2.0", 153 "validator": "^10.2.0",
@@ -220,8 +219,5 @@
220 "scripty": { 219 "scripty": {
221 "silent": true 220 "silent": true
222 }, 221 },
223 "summon": {
224 "silent": true
225 },
226 "sasslintConfig": "client/.sass-lint.yml" 222 "sasslintConfig": "client/.sass-lint.yml"
227} 223}