1 Star 0 Fork 79

yutao0435/Vant

forked from Gitee 极速下载/Vant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.74 KB
一键复制 编辑 原始数据 按行查看 历史
neverland 提交于 2018-10-29 19:31 . [release] 1.3.10
{
"name": "vant",
"version": "1.3.10",
"description": "Lightweight Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
"style": "lib/vant-css/index.css",
"typings": "types/index.d.ts",
"files": [
"es",
"lib",
"packages",
"types"
],
"scripts": {
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",
"dev": "npm run build:entry && webpack-serve --config build/webpack.dev.js",
"lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/vant-css/src/*.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-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",
"test:watch": "jest --watch",
"test:coverage": "open test/coverage/index.html",
"release": "sh build/release.sh"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,vue}": [
"eslint",
"git add"
],
"*.{vue,css}": [
"stylelint",
"git add"
]
},
"repository": {
"type": "git",
"url": "[email protected]:youzan/vant.git"
},
"keywords": [
"youzan",
"vue",
"component"
],
"author": "youzanfe",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.1.2",
"vue-lazyload": "1.2.3"
},
"peerDependencies": {
"vue": ">= 2.5.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@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",
"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",
"dependency-tree": "^6.2.1",
"eslint": "^5.7.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-iconfont": "^10.0.2",
"gulp-iconfont-css": "^2.3.0",
"html-webpack-plugin": "3.2.0",
"husky": "^1.1.2",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^7.3.0",
"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-config-standard": "^18.2.0",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2",
"vant-doc": "1.0.18",
"vue": "2.5.17",
"vue-jest": "^3.0.0",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.17",
"vue-sfc-compiler": "^0.1.3",
"vue-template-compiler": "2.5.17",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-serve": "^2.0.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yutao0435/Vant.git
[email protected]:yutao0435/Vant.git
yutao0435
Vant
Vant
master

搜索帮助