|
@@ -17,7 +17,6 @@ |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"autoprefixer": "^7.1.5", |
|
|
"autoprefixer": "^7.1.5", |
|
|
"babel-core": "^6.26.0", |
|
|
"babel-core": "^6.26.0", |
|
|
"sw-precache-webpack-plugin": "^0.11.4", |
|
|
|
|
|
"babel-eslint": "^8.0.1", |
|
|
"babel-eslint": "^8.0.1", |
|
|
"babel-loader": "^7.1.2", |
|
|
"babel-loader": "^7.1.2", |
|
|
"babel-plugin-transform-runtime": "^6.23.0", |
|
|
"babel-plugin-transform-runtime": "^6.23.0", |
|
@@ -30,12 +29,12 @@ |
|
|
"css-loader": "^0.28.7", |
|
|
"css-loader": "^0.28.7", |
|
|
"cssnano": "^3.10.0", |
|
|
"cssnano": "^3.10.0", |
|
|
"eslint": "^4.9.0", |
|
|
"eslint": "^4.9.0", |
|
|
|
|
|
"eslint-config-standard": "^10.2.1", |
|
|
"eslint-friendly-formatter": "^3.0.0", |
|
|
"eslint-friendly-formatter": "^3.0.0", |
|
|
"eslint-loader": "^1.9.0", |
|
|
"eslint-loader": "^1.9.0", |
|
|
"eslint-plugin-html": "^3.2.2", |
|
|
"eslint-plugin-html": "^3.2.2", |
|
|
"eslint-plugin-import": "^2.7.0", |
|
|
"eslint-plugin-import": "^2.7.0", |
|
|
"eslint-plugin-node": "^5.2.0", |
|
|
"eslint-plugin-node": "^5.2.0", |
|
|
"eslint-config-standard": "^10.2.1", |
|
|
|
|
|
"eslint-plugin-promise": "^3.6.0", |
|
|
"eslint-plugin-promise": "^3.6.0", |
|
|
"eslint-plugin-standard": "^3.0.1", |
|
|
"eslint-plugin-standard": "^3.0.1", |
|
|
"eventsource-polyfill": "^0.9.6", |
|
|
"eventsource-polyfill": "^0.9.6", |
|
@@ -45,22 +44,26 @@ |
|
|
"friendly-errors-webpack-plugin": "^1.6.1", |
|
|
"friendly-errors-webpack-plugin": "^1.6.1", |
|
|
"html-webpack-plugin": "^2.30.1", |
|
|
"html-webpack-plugin": "^2.30.1", |
|
|
"http-proxy-middleware": "^0.17.4", |
|
|
"http-proxy-middleware": "^0.17.4", |
|
|
"webpack-bundle-analyzer": "^2.9.0", |
|
|
|
|
|
"semver": "^5.4.1", |
|
|
|
|
|
"shelljs": "^0.7.8", |
|
|
|
|
|
|
|
|
"node-sass": "^4.13.1", |
|
|
"opn": "^5.1.0", |
|
|
"opn": "^5.1.0", |
|
|
"optimize-css-assets-webpack-plugin": "^3.2.0", |
|
|
"optimize-css-assets-webpack-plugin": "^3.2.0", |
|
|
"ora": "^1.3.0", |
|
|
"ora": "^1.3.0", |
|
|
"rimraf": "^2.6.2", |
|
|
"rimraf": "^2.6.2", |
|
|
|
|
|
"sass-loader": "^8.0.2", |
|
|
|
|
|
"semver": "^5.4.1", |
|
|
|
|
|
"shelljs": "^0.7.8", |
|
|
|
|
|
"sw-precache-webpack-plugin": "^0.11.4", |
|
|
|
|
|
"uglify-es": "^3.1.3", |
|
|
"url-loader": "^0.6.2", |
|
|
"url-loader": "^0.6.2", |
|
|
|
|
|
"vue-i18n": "^8.15.3", |
|
|
"vue-loader": "^13.3.0", |
|
|
"vue-loader": "^13.3.0", |
|
|
"vue-style-loader": "^3.0.3", |
|
|
"vue-style-loader": "^3.0.3", |
|
|
"vue-template-compiler": "^2.5.2", |
|
|
"vue-template-compiler": "^2.5.2", |
|
|
"webpack": "^3.7.1", |
|
|
"webpack": "^3.7.1", |
|
|
|
|
|
"webpack-bundle-analyzer": "^2.9.0", |
|
|
"webpack-dev-middleware": "^1.12.0", |
|
|
"webpack-dev-middleware": "^1.12.0", |
|
|
"webpack-hot-middleware": "^2.19.1", |
|
|
"webpack-hot-middleware": "^2.19.1", |
|
|
"webpack-merge": "^4.1.0", |
|
|
|
|
|
"uglify-es": "^3.1.3" |
|
|
|
|
|
|
|
|
"webpack-merge": "^4.1.0" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">= 4.0.0", |
|
|
"node": ">= 4.0.0", |
|
|