123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_from": "vant@^4.9.8",
- "_id": "vant@4.9.8",
- "_inBundle": false,
- "_integrity": "sha512-iP+jNzwxkCeEdTrlUjro3WoXgY32+1CldOtLSc2K8acY7hR7t1zCkjzXSR9zWjtWT7zgNL1LEXofL8O7mtkYdQ==",
- "_location": "/vant",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vant@^4.9.8",
- "name": "vant",
- "escapedName": "vant",
- "rawSpec": "^4.9.8",
- "saveSpec": null,
- "fetchSpec": "^4.9.8"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vant/-/vant-4.9.8.tgz",
- "_shasum": "304e6751aca5c6af1b11ff5ecb0d3d4cb96bdc77",
- "_spec": "vant@^4.9.8",
- "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni",
- "author": {
- "name": "chenjiahan"
- },
- "bugs": {
- "url": "https://github.com/vant-ui/vant/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@vant/popperjs": "^1.3.0",
- "@vant/use": "^1.6.0",
- "@vue/shared": "^3.5.11"
- },
- "deprecated": false,
- "description": "Mobile UI Components built on Vue",
- "devDependencies": {
- "@types/node": "^20.16.10",
- "@vant/area-data": "1.5.2",
- "@vant/cli": "7.1.0",
- "@vant/eslint-config": "4.0.0",
- "@vant/icons": "3.0.2",
- "@vitejs/plugin-vue": "^5.1.4",
- "@vitejs/plugin-vue-jsx": "^4.0.1",
- "@vitest/coverage-istanbul": "^2.1.2",
- "@vue/runtime-core": "^3.5.11",
- "@vue/test-utils": "^2.4.6",
- "csstype": "^3.1.3",
- "diffable-html": "^5.0.0",
- "jsdom": "^25.0.1",
- "typescript": "^5.6.2",
- "vite": "^5.4.8",
- "vitest": "^2.1.2",
- "vitest-canvas-mock": "^0.3.3",
- "vue": "^3.5.11",
- "vue-router": "^4.4.5"
- },
- "files": [
- "es",
- "lib"
- ],
- "homepage": "https://github.com/vant-ui/vant#readme",
- "jsdelivr": "lib/vant.min.js",
- "keywords": [
- "ui",
- "vue",
- "vue3",
- "mobile",
- "frontend",
- "component",
- "components"
- ],
- "license": "MIT",
- "main": "lib/vant.cjs.js",
- "module": "es/index.mjs",
- "name": "vant",
- "peerDependencies": {
- "vue": "^3.0.0"
- },
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vant-ui/vant.git",
- "directory": "packages/vant"
- },
- "scripts": {
- "build": "vant-cli build",
- "build:site": "vant-cli build-site",
- "dev": "vant-cli dev",
- "lint": "vant-cli lint",
- "open:coverage": "open test/coverage/lcov-report/index.html",
- "release": "cp ../../README.md ./ && vant-cli release --gitTag && rm ./README.md",
- "release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
- "test": "vitest run",
- "test:coverage": "vitest run --coverage",
- "test:update": "vitest run -u",
- "test:watch": "vitest"
- },
- "sideEffects": [
- "es/**/style/*",
- "lib/**/style/*",
- "*.css"
- ],
- "style": "lib/index.css",
- "typings": "lib/index.d.ts",
- "unpkg": "lib/vant.min.js",
- "version": "4.9.8",
- "web-types": "lib/web-types.json"
- }
|