aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index bea949796..7533339b2 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",
@@ -103,7 +103,6 @@
103 "bytes": "^3.0.0", 103 "bytes": "^3.0.0",
104 "cli-table": "^0.3.1", 104 "cli-table": "^0.3.1",
105 "commander": "^2.13.0", 105 "commander": "^2.13.0",
106 "concurrently": "^4.0.1",
107 "config": "^3.0.0", 106 "config": "^3.0.0",
108 "cookie-parser": "^1.4.3", 107 "cookie-parser": "^1.4.3",
109 "cors": "^2.8.1", 108 "cors": "^2.8.1",
@@ -148,7 +147,6 @@
148 "sitemap": "^2.1.0", 147 "sitemap": "^2.1.0",
149 "socket.io": "^2.2.0", 148 "socket.io": "^2.2.0",
150 "srt-to-vtt": "^1.1.2", 149 "srt-to-vtt": "^1.1.2",
151 "summon-install": "^0.4.3",
152 "useragent": "^2.3.0", 150 "useragent": "^2.3.0",
153 "uuid": "^3.1.0", 151 "uuid": "^3.1.0",
154 "validator": "^10.2.0", 152 "validator": "^10.2.0",
@@ -199,12 +197,14 @@
199 "chai": "^4.1.1", 197 "chai": "^4.1.1",
200 "chai-json-schema": "^1.5.0", 198 "chai-json-schema": "^1.5.0",
201 "chai-xml": "^0.3.2", 199 "chai-xml": "^0.3.2",
200 "concurrently": "^4.1.0",
202 "husky": "^1.0.0-rc.4", 201 "husky": "^1.0.0-rc.4",
203 "libxmljs": "0.19.5", 202 "libxmljs": "0.19.5",
204 "lint-staged": "^8.0.4", 203 "lint-staged": "^8.0.4",
205 "maildev": "^1.0.0-rc3", 204 "maildev": "^1.0.0-rc3",
206 "marked-man": "^0.4.2", 205 "marked-man": "^0.4.2",
207 "mocha": "^6.0.0", 206 "mocha": "^6.0.0",
207 "mocha-parallel-tests": "^2.1.0",
208 "nodemon": "^1.18.6", 208 "nodemon": "^1.18.6",
209 "sass-lint": "^1.12.1", 209 "sass-lint": "^1.12.1",
210 "source-map-support": "^0.5.0", 210 "source-map-support": "^0.5.0",
@@ -219,8 +219,5 @@
219 "scripty": { 219 "scripty": {
220 "silent": true 220 "silent": true
221 }, 221 },
222 "summon": {
223 "silent": true
224 },
225 "sasslintConfig": "client/.sass-lint.yml" 222 "sasslintConfig": "client/.sass-lint.yml"
226} 223}