[breaking change] rebuild style struct (#2021)

This commit is contained in:
neverland
2018-11-03 21:08:06 +08:00
committed by GitHub
parent a5576762d8
commit 11ce2a602f
165 changed files with 1371 additions and 4729 deletions
+16 -13
View File
@@ -4,7 +4,7 @@
"description": "Lightweight Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
"style": "lib/vant-css/index.css",
"style": "lib/index.css",
"typings": "types/index.d.ts",
"files": [
"es",
@@ -13,13 +13,13 @@
"types"
],
"scripts": {
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",
"bootstrap": "yarn || npm i",
"dev": "npm run build:entry && webpack-serve --config build/webpack.dev.js",
"lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/vant-css/src/*.css\"",
"lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/*.css\"",
"build:entry": "node build/build-entry.js",
"build:components": "node build/build-components.js --color",
"build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color --silent",
"build:vant": "cross-env NODE_ENV=production webpack --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js",
"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",
@@ -72,38 +72,41 @@
"@babel/preset-env": "^7.1.0",
"@vue/server-test-utils": "^1.0.0-beta.25",
"@vue/test-utils": "^1.0.0-beta.25",
"autoprefixer": "^9.3.0",
"autoprefixer": "^9.3.1",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"css-loader": "^1.0.1",
"dependency-tree": "^6.2.1",
"eslint": "^5.7.0",
"eslint": "^5.8.0",
"eslint-plugin-vue-libs": "^3.0.0",
"fast-glob": "^2.2.3",
"fast-vue-md-loader": "^1.0.3",
"gh-pages": "^2.0.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"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",
"husky": "^1.1.2",
"husky": "^1.1.3",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^7.3.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lint-staged": "^8.0.4",
"md5-file": "^4.0.0",
"postcss": "^7.0.5",
"postcss-calc": "^7.0.0",
"postcss-loader": "^3.0.0",
"precss": "3.1.2",
"progress-bar-webpack-plugin": "^1.11.0",
"rimraf": "^2.5.4",
"shelljs": "^0.8.1",
"signale": "^1.3.0",
"style-loader": "^0.23.1",
"stylelint": "^9.6.0",
"stylelint": "^9.7.1",
"stylelint-config-standard": "^18.2.0",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2",
@@ -116,7 +119,7 @@
"vue-sfc-compiler": "^0.1.3",
"vue-template-compiler": "2.5.17",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.22.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-serve": "^2.0.2"
}