From 4586dde9b8169faba30ca8369776f628b3d0928d Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 23 Feb 2018 02:28:55 +0900
Subject: [PATCH] Clean up

---
 package.json             | 8 --------
 webpack/plugins/index.ts | 3 ---
 2 files changed, 11 deletions(-)

diff --git a/package.json b/package.json
index bae86f9e5..6ec851249 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,6 @@
 		"@types/ms": "0.7.30",
 		"@types/multer": "1.3.6",
 		"@types/node": "9.4.6",
-		"@types/page": "1.5.32",
 		"@types/proxy-addr": "2.0.0",
 		"@types/pug": "2.0.4",
 		"@types/qrcode": "0.8.1",
@@ -91,7 +90,6 @@
 		"compression": "1.7.2",
 		"cookie": "0.3.1",
 		"cors": "2.8.4",
-		"cropperjs": "1.2.2",
 		"css-loader": "0.28.9",
 		"debug": "3.1.0",
 		"deep-equal": "1.0.1",
@@ -120,7 +118,6 @@
 		"gulp-typescript": "3.2.4",
 		"gulp-uglify": "3.0.0",
 		"gulp-util": "3.0.8",
-		"hard-source-webpack-plugin": "0.6.0-alpha.8",
 		"highlight.js": "9.12.0",
 		"html-minifier": "3.5.9",
 		"inquirer": "5.1.0",
@@ -140,7 +137,6 @@
 		"multer": "1.3.0",
 		"nprogress": "0.2.0",
 		"os-utils": "0.0.14",
-		"page": "1.8.3",
 		"pictograph": "2.2.0",
 		"prominence": "0.2.0",
 		"proxy-addr": "2.0.3",
@@ -150,7 +146,6 @@
 		"recaptcha-promise": "0.1.3",
 		"reconnecting-websocket": "3.2.2",
 		"redis": "2.8.0",
-		"replace-string-loader": "0.0.7",
 		"request": "2.83.0",
 		"rimraf": "2.6.2",
 		"riot": "3.8.1",
@@ -159,10 +154,7 @@
 		"s-age": "1.1.2",
 		"seedrandom": "2.4.3",
 		"serve-favicon": "2.4.5",
-		"sortablejs": "1.7.0",
 		"speakeasy": "2.0.0",
-		"string-replace-loader": "1.3.0",
-		"string-replace-webpack-plugin": "0.1.3",
 		"style-loader": "0.20.2",
 		"stylus": "0.54.5",
 		"stylus-loader": "3.0.1",
diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts
index 027f60224..56e73e504 100644
--- a/webpack/plugins/index.ts
+++ b/webpack/plugins/index.ts
@@ -1,5 +1,3 @@
-const HardSourceWebpackPlugin = require('hard-source-webpack-plugin');
-
 import consts from './consts';
 import hoist from './hoist';
 import minify from './minify';
@@ -9,7 +7,6 @@ const isProduction = env === 'production';
 
 export default (version, lang) => {
 	const plugins = [
-		//new HardSourceWebpackPlugin(),
 		consts(lang)
 	];