first
This commit is contained in:
135
node_modules/vant/package.json
generated
vendored
Normal file
135
node_modules/vant/package.json
generated
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
{
|
||||
"_from": "vant@2.12.54",
|
||||
"_id": "vant@2.12.54",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-t7DCiLxNosDrg0Jm5EY9p0A5cAMo5OadmizbYtPEc0ru+OJKEa3kcfxtKIK5on7ZPqoOkyYJt8e6BQ1VDMPsrg==",
|
||||
"_location": "/vant",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "vant@2.12.54",
|
||||
"name": "vant",
|
||||
"escapedName": "vant",
|
||||
"rawSpec": "2.12.54",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.12.54"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vant/-/vant-2.12.54.tgz",
|
||||
"_shasum": "0bc52d80414422987cdb9b7e7c101a66d3647d8d",
|
||||
"_spec": "vant@2.12.54",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app",
|
||||
"author": {
|
||||
"name": "youzanfe"
|
||||
},
|
||||
"browserslist": [
|
||||
"Android >= 4.0",
|
||||
"iOS >= 8"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/vant-ui/vant/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.x",
|
||||
"@vant/icons": "^1.7.1",
|
||||
"@vant/popperjs": "^1.1.0",
|
||||
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
||||
"vue-lazyload": "1.2.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^2.11.11",
|
||||
"prettier": "2.1.0",
|
||||
"vue": "^2.6.12",
|
||||
"vue-template-compiler": "^2.6.12"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
"extends": [
|
||||
"@vant"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"es",
|
||||
"lib",
|
||||
"types",
|
||||
"vetur"
|
||||
],
|
||||
"homepage": "https://github.com/vant-ui/vant#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"commit-msg": "vant-cli commit-lint"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"ui",
|
||||
"vue",
|
||||
"frontend",
|
||||
"mobile ui",
|
||||
"component",
|
||||
"components"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.md": "prettier --write",
|
||||
"*.{ts,tsx,js,vue,less}": "prettier --write",
|
||||
"*.{ts,tsx,js,vue}": "eslint --fix",
|
||||
"*.{vue,css,less}": "stylelint --fix"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"name": "vant",
|
||||
"npm": {
|
||||
"tag": "latest-v2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": ">= 2.6.0"
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
"proseWrap": "never"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/vant-ui/vant.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bootstrap": "yarn || npm i",
|
||||
"build": "vant-cli build",
|
||||
"dev": "vant-cli dev",
|
||||
"lint": "vant-cli lint",
|
||||
"release": "vant-cli release --tag latest-v2",
|
||||
"release:site": "sh docs/site/release.sh",
|
||||
"test": "vant-cli test",
|
||||
"test:coverage": "open test/coverage/index.html",
|
||||
"test:watch": "vant-cli test --watch"
|
||||
},
|
||||
"sideEffects": [
|
||||
"es/**/style/*",
|
||||
"lib/**/style/*",
|
||||
"*.css",
|
||||
"*.less"
|
||||
],
|
||||
"style": "lib/index.css",
|
||||
"stylelint": {
|
||||
"extends": [
|
||||
"@vant/stylelint-config"
|
||||
]
|
||||
},
|
||||
"typings": "types/index.d.ts",
|
||||
"version": "2.12.54",
|
||||
"vetur": {
|
||||
"tags": "vetur/tags.json",
|
||||
"attributes": "vetur/attributes.json"
|
||||
},
|
||||
"web-types": "vetur/web-types.json"
|
||||
}
|
Reference in New Issue
Block a user