summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-23 02:28:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-23 02:28:55 +0900
commit3342a035b4b2cf8b6bf9837bcc705378c7fd40fc (patch)
treefe4dd72a5d68b7873b1ea2d8a5c0eb096219a041
parentUpdate dependencises :rocket: (diff)
downloadsharkey-3342a035b4b2cf8b6bf9837bcc705378c7fd40fc.tar.gz
sharkey-3342a035b4b2cf8b6bf9837bcc705378c7fd40fc.tar.bz2
sharkey-3342a035b4b2cf8b6bf9837bcc705378c7fd40fc.zip
Clean up
-rw-r--r--package.json8
-rw-r--r--webpack/plugins/index.ts3
2 files changed, 0 insertions, 11 deletions
diff --git a/package.json b/package.json
index bae86f9e5d..6ec8512495 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 027f60224f..56e73e5041 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)
];