Authored by 毕凯

优化依赖

{
"extends": "stylelint-config-yoho",
"processors": ["stylelint-processor-html"],
"processors": ["@mapbox/stylelint-processor-arbitrary-tags"],
"rules": {
"string-quotes": "double",
"no-empty-source": null
... ...
... ... @@ -77,6 +77,7 @@
"yoho-zookeeper": "^1.0.8"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
... ... @@ -94,10 +95,8 @@
"handlebars-loader": "^1.6.0",
"happypack": "^4.0.0",
"husky": "^0.14.3",
"ignore-file-loader": "^1.0.0",
"jquery-lazyload": "^1.9.7",
"nodemon": "^1.12.0",
"opn": "^5.1.0",
"postcss": "^6.0.9",
"postcss-assets": "^5.0.0",
"postcss-calc": "^6.0.0",
... ... @@ -119,15 +118,12 @@
"stylelint": "^8.1.1",
"stylelint-config-yoho": "^1.2.10",
"stylelint-formatter-table": "^1.0.2",
"stylelint-processor-html": "^1.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"vue": "^2.4.4",
"vue-infinite-scroll": "^2.0.1",
"vue-lazyload": "^1.1.3",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.5.6",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.8.2",
"webpack-hot-middleware": "^2.19.1",
... ...