[dependencies] remove unneed dependencies, add missing dependencies

This commit is contained in:
otofune 2017-05-31 15:17:04 +09:00
parent 289dc6e445
commit d6d0f8c728

View file

@ -31,7 +31,6 @@
"@types/debug": "0.0.29",
"@types/deep-equal": "1.0.0",
"@types/elasticsearch": "5.0.13",
"@types/escape-html": "0.0.19",
"@types/event-stream": "3.3.31",
"@types/express": "4.0.35",
"@types/gm": "1.17.30",
@ -53,6 +52,7 @@
"@types/morgan": "1.7.32",
"@types/ms": "0.7.29",
"@types/multer": "0.0.33",
"@types/node": "^7.0.22",
"@types/ratelimiter": "2.1.28",
"@types/redis": "0.12.36",
"@types/request": "0.0.43",
@ -81,6 +81,7 @@
"mocha": "3.4.2",
"riot-tag-loader": "1.0.0",
"string-replace-webpack-plugin": "0.1.3",
"style-loader": "0.18.1",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"swagger-jsdoc": "1.9.4",
@ -107,7 +108,6 @@
"deepcopy": "0.6.3",
"download": "6.2.2",
"elasticsearch": "13.0.1",
"escape-html": "1.0.3",
"escape-regexp": "0.0.1",
"express": "4.15.3",
"file-type": "4.3.0",
@ -117,14 +117,12 @@
"is-root": "1.0.0",
"is-url": "1.2.2",
"js-yaml": "3.8.4",
"mime-types": "2.1.15",
"mongodb": "2.2.27",
"monk": "5.0.2",
"morgan": "1.8.2",
"ms": "2.0.0",
"multer": "1.3.0",
"nprogress": "0.2.0",
"nyaize": "0.0.2",
"page": "1.7.1",
"prominence": "0.2.0",
"pug": "2.0.0-rc.1",
@ -138,7 +136,6 @@
"rndstr": "1.0.0",
"s-age": "1.1.0",
"serve-favicon": "2.4.3",
"subdomain": "1.2.0",
"summaly": "2.0.3",
"syuilo-password-strength": "0.0.1",
"tcp-port-used": "0.1.2",
@ -149,4 +146,4 @@
"vhost": "3.0.2",
"websocket": "1.0.24"
}
}
}