1 Star 0 Fork 353

中元 / vant

forked from vant / vant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vant",
"version": "3.1.5",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
"style": "lib/index.css",
"typings": "lib/index.d.ts",
"files": [
"es",
"lib",
"vetur"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "vant-cli dev",
"lint": "vant-cli lint",
"test": "vant-cli test",
"build": "vant-cli build",
"prepare": "husky install",
"release": "vant-cli release --tag next",
"test:watch": "vant-cli test --watch",
"release:site": "vant-cli build-site && gh-pages -d site --add --dest v3",
"test:coverage": "open test/coverage/index.html"
},
"npm": {
"tag": "next"
},
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,less}": "prettier --write",
"*.{ts,tsx,js,vue}": "eslint --fix",
"*.{vue,css,less}": "stylelint --fix"
},
"repository": {
"type": "git",
"url": "git@github.com:youzan/vant.git"
},
"keywords": [
"ui",
"vue",
"vue3",
"mobile",
"frontend",
"component",
"components"
],
"author": "youzanfe",
"license": "MIT",
"dependencies": {
"@vant/icons": "^1.7.0",
"@vant/lazyload": "^1.2.0",
"@vant/popperjs": "^1.1.0",
"@vant/use": "^1.3.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@vant/cli": "^3.11.2",
"@vant/area-data": "^1.1.1",
"@vue/compiler-sfc": "^3.2.1",
"vue": "^3.2.1"
},
"sideEffects": [
"es/**/style/*",
"lib/**/style/*",
"*.css",
"*.less"
],
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"web-types": "vetur/web-types.json",
"unpkg": "lib/vant.min.js",
"jsdelivr": "lib/vant.min.js"
}
JavaScript
1
https://gitee.com/itmrlu/vant.git
git@gitee.com:itmrlu/vant.git
itmrlu
vant
vant
dev

搜索帮助