Merge pull request #456 from h3poteto/update_dep

closes #455 Update deprecated plugins
This commit is contained in:
AkiraFukushima 2018-07-27 22:22:03 +09:00 committed by GitHub
commit a96a5b9b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 143 additions and 132 deletions

View File

@ -6,7 +6,7 @@ const path = require('path')
const { dependencies } = require('../package.json')
const webpack = require('webpack')
const BabiliWebpackPlugin = require('babili-webpack-plugin')
const MinifyPlugin = require('babel-minify-webpack-plugin')
let mainConfig = {
entry: {
@ -73,7 +73,7 @@ if (process.env.NODE_ENV !== 'production') {
*/
if (process.env.NODE_ENV === 'production') {
mainConfig.plugins.push(
new BabiliWebpackPlugin(),
new MinifyPlugin(),
new webpack.DefinePlugin({
'process.env.NODE_ENV': '"production"'
})

View File

@ -6,7 +6,7 @@ const path = require('path')
const { dependencies } = require('../package.json')
const webpack = require('webpack')
const BabiliWebpackPlugin = require('babili-webpack-plugin')
const MinifyPlugin = require('babel-minify-webpack-plugin')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const HtmlWebpackPlugin = require('html-webpack-plugin')
@ -159,7 +159,7 @@ if (process.env.NODE_ENV === 'production') {
rendererConfig.devtool = ''
rendererConfig.plugins.push(
new BabiliWebpackPlugin(),
new MnifyPlugin(),
new CopyWebpackPlugin([
{
from: path.join(__dirname, '../static'),

View File

@ -5,7 +5,7 @@ process.env.BABEL_ENV = 'web'
const path = require('path')
const webpack = require('webpack')
const BabiliWebpackPlugin = require('babili-webpack-plugin')
const MinifyPlugin = require('babel-minify-webpack-plugin')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const HtmlWebpackPlugin = require('html-webpack-plugin')
@ -119,7 +119,7 @@ if (process.env.NODE_ENV === 'production') {
webConfig.devtool = ''
webConfig.plugins.push(
new BabiliWebpackPlugin(),
new MinifyPlugin(),
new CopyWebpackPlugin([
{
from: path.join(__dirname, '../static'),

View File

@ -1,4 +1,4 @@
{
"processors": ["stylelint-processor-html"],
"processors": ["@mapbox/stylelint-processor-arbitrary-tags"],
"extends": "stylelint-config-standard"
}

255
package-lock.json generated
View File

@ -16,6 +16,16 @@
"integrity": "sha512-XtGk+IF57pr852UK1AhQJXqmm1WmSgS5uISL+LPs0z/iAxXouMvdlLJrHPeukP6gd7yR2rDTMSMkHNODgwIq7A==",
"dev": true
},
"@mapbox/stylelint-processor-arbitrary-tags": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@mapbox/stylelint-processor-arbitrary-tags/-/stylelint-processor-arbitrary-tags-0.2.0.tgz",
"integrity": "sha512-58l3WteJg2nvs1l8s0zoFffDZyDjeo+sM48IK6ZaG/luxM7xmThz+di3+KrwN61gnWDeb/cUmK2DT+Y99kTN0w==",
"dev": true,
"requires": {
"execall": "1.0.0",
"split-lines": "1.1.0"
}
},
"@mrmlnc/readdir-enhanced": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
@ -999,9 +1009,9 @@
}
},
"babel-helper-evaluate-path": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.1.0.tgz",
"integrity": "sha1-ldmMTqNhUEg9sufT7J4ZVKcmKcs=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.3.0.tgz",
"integrity": "sha512-dRFlMTqUJRGzx5a2smKxmptDdNCXKSkPcXWzKLwAV72hvIZumrd/0z9RcewHkr7PmAEq+ETtpD1GK6wZ6ZUXzw==",
"dev": true
},
"babel-helper-explode-assignable-expression": {
@ -1028,9 +1038,9 @@
}
},
"babel-helper-flip-expressions": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.1.2.tgz",
"integrity": "sha1-d/ZlL53pxCQB2Ce9RuvSEJ4+8Yo=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.3.0.tgz",
"integrity": "sha512-kNGohWmtAG3b7tN1xocRQ5rsKkH/hpvZsMiGOJ1VwGJKhnwzR5KlB3rvKBaBPl5/IGHcopB2JN+r1SUEX1iMAw==",
"dev": true
},
"babel-helper-function-name": {
@ -1073,15 +1083,15 @@
"dev": true
},
"babel-helper-is-void-0": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-helper-is-void-0/-/babel-helper-is-void-0-0.1.1.tgz",
"integrity": "sha1-cvIaOrugvvODf5F0/KcxrtmgKIg=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-helper-is-void-0/-/babel-helper-is-void-0-0.3.0.tgz",
"integrity": "sha512-JVqdX8y7Rf/x4NwbqtUI7mdQjL9HWoDnoAEQ8Gv8oxzjvbJv+n75f7l36m9Y8C7sCUltX3V5edndrp7Hp1oSXQ==",
"dev": true
},
"babel-helper-mark-eval-scopes": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.1.1.tgz",
"integrity": "sha1-RVQ0Xt+fJUlCe9IJjlMCU/ivKZI=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.3.0.tgz",
"integrity": "sha512-nrho5Dg4vl0VUgURVpGpEGiwbst5JX7efIyDHFxmkCx/ocQFnrPt8ze9Kxl6TKjR29bJ7D/XKY1NMlSxOQJRbQ==",
"dev": true
},
"babel-helper-optimise-call-expression": {
@ -1119,9 +1129,9 @@
}
},
"babel-helper-remove-or-void": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.1.1.tgz",
"integrity": "sha1-nX4YVtxvr8tBsoOkFnMNwYRPZtc=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.3.0.tgz",
"integrity": "sha512-D68W1M3ibCcbg0ysh3ww4/O0g10X1CXK720oOuR8kpfY7w0yP4tVcpK7zDmI1JecynycTQYAZ1rhLJo9aVtIKQ==",
"dev": true
},
"babel-helper-replace-supers": {
@ -1139,9 +1149,9 @@
}
},
"babel-helper-to-multiple-sequence-expressions": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.1.1.tgz",
"integrity": "sha1-XxuDKznkrPlU6RN/AlE5XHEZazU=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.3.0.tgz",
"integrity": "sha512-1uCrBD+EAaMnAYh7hc944n8Ga19y3daEnoXWPYDvFVsxMCc1l8aDjksApaCEaNSSuewq8BEcff47Cy1PbLg2Gw==",
"dev": true
},
"babel-helper-vue-jsx-merge-props": {
@ -1179,6 +1189,17 @@
"babel-runtime": "6.26.0"
}
},
"babel-minify-webpack-plugin": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/babel-minify-webpack-plugin/-/babel-minify-webpack-plugin-0.3.1.tgz",
"integrity": "sha512-Johg6Ju0Gxevk2R55eutMqnyXwlyUzCtwunBpiyNzoxGnKum+x5nfNuYZYHGd5Bmc1gmhjwzb7GkxHWOtYWmtQ==",
"dev": true,
"requires": {
"babel-core": "6.26.3",
"babel-preset-minify": "0.3.0",
"webpack-sources": "1.1.0"
}
},
"babel-plugin-check-es2015-constants": {
"version": "6.22.0",
"resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
@ -1212,97 +1233,98 @@
}
},
"babel-plugin-minify-builtins": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.1.3.tgz",
"integrity": "sha1-TyGn3LUfkaBOpx1H/w6OOwX+wCE=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.3.0.tgz",
"integrity": "sha512-MqhSHlxkmgURqj3144qPksbZ/qof1JWdumcbucc4tysFcf3P3V3z3munTevQgKEFNMd8F5/ECGnwb63xogLjAg==",
"dev": true,
"requires": {
"babel-helper-evaluate-path": "0.1.0"
"babel-helper-evaluate-path": "0.3.0"
}
},
"babel-plugin-minify-constant-folding": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.1.3.tgz",
"integrity": "sha1-V70XKt+LjXStfJlhLrlQQU6+o8o=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.3.0.tgz",
"integrity": "sha512-1XeRpx+aY1BuNY6QU/cm6P+FtEi3ar3XceYbmC+4q4W+2Ewq5pL7V68oHg1hKXkBIE0Z4/FjSoHz6vosZLOe/A==",
"dev": true,
"requires": {
"babel-helper-evaluate-path": "0.1.0"
"babel-helper-evaluate-path": "0.3.0"
}
},
"babel-plugin-minify-dead-code-elimination": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.1.7.tgz",
"integrity": "sha1-d09TbzR7mDk6J7qnF4cpaIE8NCw=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.3.0.tgz",
"integrity": "sha512-SjM2Fzg85YZz+q/PNJ/HU4O3W98FKFOiP9K5z3sfonlamGOzvZw3Eup2OTiEBsbbqTeY8yzNCAv3qpJRYCgGmw==",
"dev": true,
"requires": {
"babel-helper-mark-eval-scopes": "0.1.1",
"babel-helper-remove-or-void": "0.1.1",
"babel-helper-evaluate-path": "0.3.0",
"babel-helper-mark-eval-scopes": "0.3.0",
"babel-helper-remove-or-void": "0.3.0",
"lodash.some": "4.6.0"
}
},
"babel-plugin-minify-flip-comparisons": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.1.2.tgz",
"integrity": "sha1-4oa0C3WZsY3+oZUHHkJ5Rlz8GIQ=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.3.0.tgz",
"integrity": "sha512-B8lK+ekcpSNVH7PZpWDe5nC5zxjRiiT4nTsa6h3QkF3Kk6y9qooIFLemdGlqBq6j0zALEnebvCpw8v7gAdpgnw==",
"dev": true,
"requires": {
"babel-helper-is-void-0": "0.1.1"
"babel-helper-is-void-0": "0.3.0"
}
},
"babel-plugin-minify-guarded-expressions": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.1.2.tgz",
"integrity": "sha1-38PUc7A2LZYF084KweIjKMYNEAc=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.3.0.tgz",
"integrity": "sha512-O+6CvF5/Ttsth3LMg4/BhyvVZ82GImeKMXGdVRQGK/8jFiP15EjRpdgFlxv3cnqRjqdYxLCS6r28VfLpb9C/kA==",
"dev": true,
"requires": {
"babel-helper-flip-expressions": "0.1.2"
"babel-helper-flip-expressions": "0.3.0"
}
},
"babel-plugin-minify-infinity": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.1.2.tgz",
"integrity": "sha1-Xxz2fd7cuhPIoA2oMlQt8AkaHNQ=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.3.0.tgz",
"integrity": "sha512-Sj8ia3/w9158DWieUxU6/VvnYVy59geeFEkVgLZYBE8EBP+sN48tHtBM/jSgz0ejEdBlcfqJ6TnvPmVXTzR2BQ==",
"dev": true
},
"babel-plugin-minify-mangle-names": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.1.3.tgz",
"integrity": "sha1-v6JGYaZ5T7A4M1h+VYKLZUSeBv4=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.3.0.tgz",
"integrity": "sha512-PYTonhFWURsfAN8achDwvR5Xgy6EeTClLz+fSgGRqjAIXb0OyFm3/xfccbQviVi1qDXmlSnt6oJhBg8KE4Fn7Q==",
"dev": true,
"requires": {
"babel-helper-mark-eval-scopes": "0.1.1"
"babel-helper-mark-eval-scopes": "0.3.0"
}
},
"babel-plugin-minify-numeric-literals": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.1.1.tgz",
"integrity": "sha1-1LiwySX4dHFO4z7ksmZ4WD185/s=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.3.0.tgz",
"integrity": "sha512-TgZj6ay8zDw74AS3yiIfoQ8vRSNJisYO/Du60S8nPV7EW7JM6fDMx5Sar6yVHlVuuwNgvDUBh191K33bVrAhpg==",
"dev": true
},
"babel-plugin-minify-replace": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.1.2.tgz",
"integrity": "sha1-uQuecatNOzYyVimpG+q+E7CxasE=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.3.0.tgz",
"integrity": "sha512-VR6tTg2Lt0TicHIOw04fsUtpPw7RaRP8PC8YzSFwEixnzvguZjZJoL7TgG7ZyEWQD1cJ96UezswECmFNa815bg==",
"dev": true
},
"babel-plugin-minify-simplify": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.1.2.tgz",
"integrity": "sha1-qWjxZY/esvx1noH+Mx2Jgp3w9rk=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.3.0.tgz",
"integrity": "sha512-2M16ytQOCqBi7bYMu4DCWn8e6KyFCA108F6+tVrBJxOmm5u2sOmTFEa8s94tR9RHRRNYmcUf+rgidfnzL3ik9Q==",
"dev": true,
"requires": {
"babel-helper-flip-expressions": "0.1.2",
"babel-helper-flip-expressions": "0.3.0",
"babel-helper-is-nodes-equiv": "0.0.1",
"babel-helper-to-multiple-sequence-expressions": "0.1.1"
"babel-helper-to-multiple-sequence-expressions": "0.3.0"
}
},
"babel-plugin-minify-type-constructors": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.1.2.tgz",
"integrity": "sha1-21PFt2y44vzUXYYvFxBMeHYTN+4=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.3.0.tgz",
"integrity": "sha512-XRXpvsUCPeVw9YEUw+9vSiugcSZfow81oIJT0yR9s8H4W7yJ6FHbImi5DJHoL8KcDUjYnL9wYASXk/fOkbyR6Q==",
"dev": true,
"requires": {
"babel-helper-is-void-0": "0.1.1"
"babel-helper-is-void-0": "0.3.0"
}
},
"babel-plugin-syntax-async-functions": {
@ -1711,9 +1733,9 @@
}
},
"babel-plugin-transform-inline-consecutive-adds": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.1.2.tgz",
"integrity": "sha1-VELp8cGceKeJn4pN7m/UgfYQAfU=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.3.0.tgz",
"integrity": "sha512-iZsYAIjYLLfLK0yN5WVT7Xf7Y3wQ9Z75j9A8q/0IglQSpUt2ppTdHlwl/GeaXnxdaSmsxBu861klbTBbv2n+RA==",
"dev": true
},
"babel-plugin-transform-member-expression-literals": {
@ -1763,9 +1785,9 @@
}
},
"babel-plugin-transform-regexp-constructors": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.1.1.tgz",
"integrity": "sha1-MSq3SHzIihxi7iXqG2CH6JuHeZw=",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.3.0.tgz",
"integrity": "sha512-h92YHzyl042rb0naKO8frTHntpRFwRgKkfWD8602kFHoQingjJNtbvZzvxqHncJ6XmKVyYvfrBpDOSkCTDIIxw==",
"dev": true
},
"babel-plugin-transform-remove-console": {
@ -1781,10 +1803,13 @@
"dev": true
},
"babel-plugin-transform-remove-undefined": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.1.2.tgz",
"integrity": "sha1-4ev1ERD2seBmXyg4Lvc/leUCNlI=",
"dev": true
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.3.0.tgz",
"integrity": "sha512-TYGQucc8iP3LJwN3kDZLEz5aa/2KuFrqpT+s8f8NnHsBU1sAgR3y8Opns0xhC+smyDYWscqFCKM1gbkWQOhhnw==",
"dev": true,
"requires": {
"babel-helper-evaluate-path": "0.3.0"
}
},
"babel-plugin-transform-runtime": {
"version": "6.23.0",
@ -1836,37 +1861,6 @@
}
}
},
"babel-preset-babili": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/babel-preset-babili/-/babel-preset-babili-0.1.4.tgz",
"integrity": "sha1-rZ1mUQAvW8PwfKswB4EWf1RyS/I=",
"dev": true,
"requires": {
"babel-plugin-minify-builtins": "0.1.3",
"babel-plugin-minify-constant-folding": "0.1.3",
"babel-plugin-minify-dead-code-elimination": "0.1.7",
"babel-plugin-minify-flip-comparisons": "0.1.2",
"babel-plugin-minify-guarded-expressions": "0.1.2",
"babel-plugin-minify-infinity": "0.1.2",
"babel-plugin-minify-mangle-names": "0.1.3",
"babel-plugin-minify-numeric-literals": "0.1.1",
"babel-plugin-minify-replace": "0.1.2",
"babel-plugin-minify-simplify": "0.1.2",
"babel-plugin-minify-type-constructors": "0.1.2",
"babel-plugin-transform-inline-consecutive-adds": "0.1.2",
"babel-plugin-transform-member-expression-literals": "6.9.4",
"babel-plugin-transform-merge-sibling-variables": "6.9.4",
"babel-plugin-transform-minify-booleans": "6.9.4",
"babel-plugin-transform-property-literals": "6.9.4",
"babel-plugin-transform-regexp-constructors": "0.1.1",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-transform-remove-debugger": "6.9.4",
"babel-plugin-transform-remove-undefined": "0.1.2",
"babel-plugin-transform-simplify-comparison-operators": "6.9.4",
"babel-plugin-transform-undefined-to-void": "6.9.4",
"lodash.isplainobject": "4.0.6"
}
},
"babel-preset-env": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
@ -1905,6 +1899,37 @@
"semver": "5.5.0"
}
},
"babel-preset-minify": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/babel-preset-minify/-/babel-preset-minify-0.3.0.tgz",
"integrity": "sha512-+VV2GWEyak3eDOmzT1DDMuqHrw3VbE9nBNkx2LLVs4pH/Me32ND8DRpVDd8IRvk1xX5p75nygyRPtkMh6GIAbQ==",
"dev": true,
"requires": {
"babel-plugin-minify-builtins": "0.3.0",
"babel-plugin-minify-constant-folding": "0.3.0",
"babel-plugin-minify-dead-code-elimination": "0.3.0",
"babel-plugin-minify-flip-comparisons": "0.3.0",
"babel-plugin-minify-guarded-expressions": "0.3.0",
"babel-plugin-minify-infinity": "0.3.0",
"babel-plugin-minify-mangle-names": "0.3.0",
"babel-plugin-minify-numeric-literals": "0.3.0",
"babel-plugin-minify-replace": "0.3.0",
"babel-plugin-minify-simplify": "0.3.0",
"babel-plugin-minify-type-constructors": "0.3.0",
"babel-plugin-transform-inline-consecutive-adds": "0.3.0",
"babel-plugin-transform-member-expression-literals": "6.9.4",
"babel-plugin-transform-merge-sibling-variables": "6.9.4",
"babel-plugin-transform-minify-booleans": "6.9.4",
"babel-plugin-transform-property-literals": "6.9.4",
"babel-plugin-transform-regexp-constructors": "0.3.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-transform-remove-debugger": "6.9.4",
"babel-plugin-transform-remove-undefined": "0.3.0",
"babel-plugin-transform-simplify-comparison-operators": "6.9.4",
"babel-plugin-transform-undefined-to-void": "6.9.4",
"lodash.isplainobject": "4.0.6"
}
},
"babel-preset-stage-0": {
"version": "6.24.1",
"resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz",
@ -2029,17 +2054,6 @@
"to-fast-properties": "1.0.3"
}
},
"babili-webpack-plugin": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/babili-webpack-plugin/-/babili-webpack-plugin-0.1.2.tgz",
"integrity": "sha1-FkrAPVky9qUhQ+f/wG8nEcZRtvI=",
"dev": true,
"requires": {
"babel-core": "6.26.3",
"babel-preset-babili": "0.1.4",
"webpack-sources": "1.1.0"
}
},
"babylon": {
"version": "6.18.0",
"resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
@ -15637,6 +15651,12 @@
"through": "2.3.8"
}
},
"split-lines": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/split-lines/-/split-lines-1.1.0.tgz",
"integrity": "sha1-Oruo9ZhhQUL5240nq2q4dWYqHgk=",
"dev": true
},
"split-string": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
@ -16491,15 +16511,6 @@
"stylelint-config-recommended": "2.1.0"
}
},
"stylelint-processor-html": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stylelint-processor-html/-/stylelint-processor-html-1.0.0.tgz",
"integrity": "sha1-aJK2soVaRfApHNhFGR1pCBMKKRg=",
"dev": true,
"requires": {
"htmlparser2": "3.9.2"
}
},
"sugarss": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz",

View File

@ -125,15 +125,16 @@
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"cfonts": "^1.1.3",
"chai": "^4.0.0",
"chalk": "^2.1.0",
@ -160,7 +161,7 @@
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"inject-loader": "^3.0.0",
"karma": "^2.0.2",
"karma": "^2.0.5",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.2",
"karma-electron": "^5.1.1",
@ -179,7 +180,6 @@
"style-loader": "^0.18.2",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-processor-html": "^1.0.0",
"url-loader": "^1.0.1",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.0.5",