[Improvement] eslint: use vue-libs (#1237)
This commit is contained in:
+6
-7
@@ -49,7 +49,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-runtime": "6.x",
|
||||
"vue-lazyload": "^1.2.3"
|
||||
"vue-lazyload": "^1.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": ">= 2.5.0"
|
||||
@@ -60,7 +60,6 @@
|
||||
"autoprefixer": "^8.6.0",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-jest": "^23.0.1",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
@@ -71,14 +70,14 @@
|
||||
"css-loader": "^0.28.11",
|
||||
"dependency-tree": "^6.1.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-vue": "^4.5.0",
|
||||
"eslint-plugin-vue-libs": "^3.0.0",
|
||||
"fast-glob": "^2.2.2",
|
||||
"fast-vue-md-loader": "^1.0.3",
|
||||
"gh-pages": "^1.2.0",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"husky": "^0.14.3",
|
||||
"jest": "^23.1.0",
|
||||
"jest-serializer-vue": "^2.0.0",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"lint-staged": "^7.1.3",
|
||||
"postcss": "^6.0.22",
|
||||
"postcss-calc": "^6.0.0",
|
||||
@@ -101,8 +100,8 @@
|
||||
"vue-sfc-compiler": "^0.0.8",
|
||||
"vue-template-compiler": "2.5.16",
|
||||
"vue-template-es2015-compiler": "^1.6.0",
|
||||
"webpack": "^4.10.2",
|
||||
"webpack-cli": "^3.0.1",
|
||||
"webpack-serve": "^1.0.2"
|
||||
"webpack": "^4.11.1",
|
||||
"webpack-cli": "^3.0.3",
|
||||
"webpack-serve": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user