mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-12 00:46:11 +08:00
Bumps [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.2.11 to 3.2.12. - [Release notes](https://github.com/vuejs/vue-next/releases) - [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-next/commits/v3.2.12/packages/compiler-sfc) --- updated-dependencies: - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "vant",
|
|
"version": "3.2.3",
|
|
"description": "Mobile UI Components built on Vue",
|
|
"main": "lib/vant.js",
|
|
"module": "lib/vant.es.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",
|
|
"build:site": "vant-cli build-site",
|
|
"release": "vant-cli release --tag next",
|
|
"release:site": "yarn build:site && gh-pages -d site-dist --add --dest v3",
|
|
"test:watch": "vant-cli test --watch",
|
|
"test:coverage": "open test/coverage/index.html"
|
|
},
|
|
"npm": {
|
|
"tag": "next"
|
|
},
|
|
"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.1",
|
|
"@vant/lazyload": "^1.2.0",
|
|
"@vant/popperjs": "^1.1.0",
|
|
"@vant/use": "^1.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vant/area-data": "^1.1.3",
|
|
"@vant/cli": "^4.0.0-beta.5",
|
|
"@vue/compiler-sfc": "3.2.12",
|
|
"vue": "3.2.12"
|
|
},
|
|
"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"
|
|
}
|