[breaking change] repaint all icons, add lots of icons (#2221)

This commit is contained in:
neverland
2018-12-16 15:18:25 +08:00
committed by GitHub
parent 347e980da9
commit 79a73a5b4e
16 changed files with 76 additions and 1475 deletions
+2 -5
View File
@@ -23,7 +23,6 @@
"build:style": "gulp --gulpfile ./build/build-style.js",
"build:style-entry": "node build/build-style-entry.js",
"build:changelog": "vant-doc changelog ./changelog.generated.md",
"build:iconfont": "gulp --gulpfile ./build/build-iconfont.js",
"build:lib": "node build/build-lib.js",
"build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist",
"test": "jest",
@@ -60,6 +59,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@vant/icons": "^0.0.2",
"vue-lazyload": "1.2.3"
},
"peerDependencies": {
@@ -72,6 +72,7 @@
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@vant/doc": "^1.0.20",
"@vant/eslint-config": "^1.0.6",
"@vue/server-test-utils": "^1.0.0-beta.26",
"@vue/test-utils": "^1.0.0-beta.26",
@@ -89,8 +90,6 @@
"gh-pages": "^2.0.1",
"gulp": "^4.0.0",
"gulp-csso": "^3.0.1",
"gulp-iconfont": "^10.0.2",
"gulp-iconfont-css": "^2.3.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"html-webpack-plugin": "3.2.0",
@@ -101,7 +100,6 @@
"less-loader": "^4.1.0",
"lint-staged": "^8.1.0",
"markdown-vetur": "0.0.5",
"md5-file": "^4.0.0",
"postcss": "^7.0.6",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
@@ -113,7 +111,6 @@
"stylelint-config-standard": "^18.2.0",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2",
"vant-doc": "1.0.20",
"vue": "2.5.21",
"vue-jest": "^3.0.1",
"vue-loader": "^15.4.2",