Authored by 毕凯

优化依赖

1 { 1 {
2 "extends": "stylelint-config-yoho", 2 "extends": "stylelint-config-yoho",
3 - "processors": ["stylelint-processor-html"], 3 + "processors": ["@mapbox/stylelint-processor-arbitrary-tags"],
4 "rules": { 4 "rules": {
5 "string-quotes": "double", 5 "string-quotes": "double",
6 "no-empty-source": null 6 "no-empty-source": null
@@ -77,6 +77,7 @@ @@ -77,6 +77,7 @@
77 "yoho-zookeeper": "^1.0.8" 77 "yoho-zookeeper": "^1.0.8"
78 }, 78 },
79 "devDependencies": { 79 "devDependencies": {
  80 + "@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
80 "autoprefixer": "^7.1.4", 81 "autoprefixer": "^7.1.4",
81 "babel-core": "^6.26.0", 82 "babel-core": "^6.26.0",
82 "babel-loader": "^7.1.2", 83 "babel-loader": "^7.1.2",
@@ -94,10 +95,8 @@ @@ -94,10 +95,8 @@
94 "handlebars-loader": "^1.6.0", 95 "handlebars-loader": "^1.6.0",
95 "happypack": "^4.0.0", 96 "happypack": "^4.0.0",
96 "husky": "^0.14.3", 97 "husky": "^0.14.3",
97 - "ignore-file-loader": "^1.0.0",  
98 "jquery-lazyload": "^1.9.7", 98 "jquery-lazyload": "^1.9.7",
99 "nodemon": "^1.12.0", 99 "nodemon": "^1.12.0",
100 - "opn": "^5.1.0",  
101 "postcss": "^6.0.9", 100 "postcss": "^6.0.9",
102 "postcss-assets": "^5.0.0", 101 "postcss-assets": "^5.0.0",
103 "postcss-calc": "^6.0.0", 102 "postcss-calc": "^6.0.0",
@@ -119,15 +118,12 @@ @@ -119,15 +118,12 @@
119 "stylelint": "^8.1.1", 118 "stylelint": "^8.1.1",
120 "stylelint-config-yoho": "^1.2.10", 119 "stylelint-config-yoho": "^1.2.10",
121 "stylelint-formatter-table": "^1.0.2", 120 "stylelint-formatter-table": "^1.0.2",
122 - "stylelint-processor-html": "^1.0.0",  
123 - "stylelint-webpack-plugin": "^0.9.0",  
124 "vue": "^2.4.4", 121 "vue": "^2.4.4",
125 "vue-infinite-scroll": "^2.0.1", 122 "vue-infinite-scroll": "^2.0.1",
126 "vue-lazyload": "^1.1.3", 123 "vue-lazyload": "^1.1.3",
127 "vue-loader": "^13.0.4", 124 "vue-loader": "^13.0.4",
128 "vue-template-compiler": "^2.4.4", 125 "vue-template-compiler": "^2.4.4",
129 "webpack": "^3.5.6", 126 "webpack": "^3.5.6",
130 - "webpack-bundle-analyzer": "^2.9.0",  
131 "webpack-dev-middleware": "^1.12.0", 127 "webpack-dev-middleware": "^1.12.0",
132 "webpack-dev-server": "^2.8.2", 128 "webpack-dev-server": "^2.8.2",
133 "webpack-hot-middleware": "^2.19.1", 129 "webpack-hot-middleware": "^2.19.1",