mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
* fix: Tabbar icon line-height * [new feature] progress add showPivot prop * [new feature] TabItem support vue-router * [new feature] update document header style * [Doc] add toast english ducoment * [bugfix] Search box-sizing wrong * [Doc] update vant-demo respo * [Doc] translate theme & demo pages * [Doc] add Internationalization document * [bugfix] remove unnecessary props * [fix] optimize clickoutside * [new feature] optimize find-parent * [new feature]: change document title accordinng to language * [new feature] Pagination code review * [improvement] adjust icon-font unicode * [improvement] Icon spinner color inherit * [improvement] icon default width * [bugfix] DateTimePicker validate date props * [bugfix] Tab item text ellipsis * [improvement] optimize single line ellipsis * [Improvement] optimzie staticClass * [Improvement] Button: use sfc instread of jsx * [Improvement] update actionsheet close icon style * fix: yarn.lock * fix: icon test cases
123 lines
4.5 KiB
JSON
123 lines
4.5 KiB
JSON
{
|
|
"name": "vant",
|
|
"version": "0.11.0",
|
|
"description": "有赞vue wap组件库",
|
|
"main": "lib/vant.js",
|
|
"style": "lib/vant-css/index.css",
|
|
"unpkg": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"packages"
|
|
],
|
|
"scripts": {
|
|
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",
|
|
"dev": "npm run build:file && webpack-dev-server --inline --config build/webpack.config.dev.js --content-base ./",
|
|
"build:file": "node build/bin/build-entry.js",
|
|
"build:components": "node build/bin/build-components.js --color",
|
|
"build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color",
|
|
"build:vant": "cross-env NODE_ENV=production webpack --progress --hide-modules --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --progress --hide-modules --color --config build/webpack.build.js",
|
|
"build:style-entry": "cross-env VUE_ENV=server node build/bin/build-style-entry.js",
|
|
"build:changelog": "sh build/bin/build-changelog.sh",
|
|
"deploy": "npm run deploy:docs && npm run deploy:cdn && gh-pages -d docs/dist --remote youzan && rimraf docs/dist",
|
|
"deploy:cdn": "superman cdn /zanui/vant docs/dist/*.js docs/dist/*.css && superman cdn /zanui/vant/async_en-US docs/dist/async_en-US/*.js && superman cdn /zanui/vant/async_zh-CN docs/dist/async_zh-CN/*.js",
|
|
"deploy:docs": "rimraf docs/dist && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.config.prod.js",
|
|
"dist": "node build/bin/build-lib.js",
|
|
"clean": "rimraf lib && rimraf packages/*/lib",
|
|
"lint": "felint lint src/**/*.js packages/**/*.{js,vue} build/**/*.js",
|
|
"test": "karma start test/unit/karma.conf.js --single-run",
|
|
"test:coverage": "open test/unit/coverage/lcov-report/index.html",
|
|
"test:watch": "karma start test/unit/karma.conf.js",
|
|
"test:single": "node ./test/unit/selector.js",
|
|
"release": "npm run bootstrap && sh build/release.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:youzan/vant.git"
|
|
},
|
|
"keywords": [
|
|
"youzan",
|
|
"vue",
|
|
"component"
|
|
],
|
|
"author": "youzanfe",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-runtime": "6.x",
|
|
"vue-lazyload": "^1.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": ">= 2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^7.1.6",
|
|
"avoriaz": "2.0.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.2",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"chai": "^4.1.2",
|
|
"cheerio": "^0.22.0",
|
|
"codecov": "^3.0.0",
|
|
"cross-env": "^5.1.1",
|
|
"css-loader": "^0.28.7",
|
|
"dependency-tree": "^5.12.0",
|
|
"eslint-plugin-vue": "^2.1.0",
|
|
"extract-text-webpack-plugin": "2.0.0",
|
|
"felint": "^0.5.0-alpha.3",
|
|
"file-save": "^0.2.0",
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
"gh-pages": "^1.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-cssmin": "^0.2.0",
|
|
"gulp-postcss": "^7.0.0",
|
|
"gulp-util": "^3.0.8",
|
|
"html-webpack-plugin": "^2.29.0",
|
|
"isparta-loader": "^2.0.0",
|
|
"karma": "^1.7.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-sinon-chai": "^1.3.2",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-spec-reporter": "^0.0.31",
|
|
"karma-webpack": "^2.0.6",
|
|
"markdown-it": "^8.4.0",
|
|
"markdown-it-container": "^2.0.0",
|
|
"mocha": "^3.4.2",
|
|
"postcss": "^6.0.14",
|
|
"postcss-calc": "^6.0.0",
|
|
"postcss-easy-import": "^3.0.0",
|
|
"postcss-loader": "^2.0.8",
|
|
"precss": "2.0.0",
|
|
"progress-bar-webpack-plugin": "^1.10.0",
|
|
"rimraf": "^2.5.4",
|
|
"run-sequence": "^2.1.0",
|
|
"sinon": "^2.4.1",
|
|
"sinon-chai": "^2.12.0",
|
|
"style-loader": "^0.19.0",
|
|
"uppercamelcase": "^3.0.0",
|
|
"url-loader": "^0.6.2",
|
|
"vant-doc": "0.3.18",
|
|
"vue": "^2.5.8",
|
|
"vue-loader": "^13.5.0",
|
|
"vue-markdown-loader": "^2.3.0",
|
|
"vue-router": "^3.0.1",
|
|
"vue-sfc-compiler": "^0.0.5",
|
|
"vue-style-loader": "^3.0.0",
|
|
"vue-template-compiler": "^2.5.8",
|
|
"vue-template-es2015-compiler": "^1.6.0",
|
|
"webpack": "^3.8.1",
|
|
"webpack-bundle-analyzer": "^2.9.1",
|
|
"webpack-dev-server": "^2.9.4",
|
|
"webpack-merge": "^4.1.1"
|
|
}
|
|
}
|