123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_from": "vant",
- "_id": "vant@3.6.4",
- "_inBundle": false,
- "_integrity": "sha512-IgPzekX7YGoqf7h/jx75F087lsBEWA/cQfRqPVgiR6cyqrmi8+dfpfFTz2OcPZ755avTzKk3L0WaclXIbHnVeQ==",
- "_location": "/vant",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vant",
- "name": "vant",
- "escapedName": "vant",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/vant/-/vant-3.6.4.tgz",
- "_shasum": "939a0101a2938479ef77c121b21ba98ac31285a2",
- "_spec": "vant",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
- "author": {
- "name": "chenjiahan"
- },
- "bugs": {
- "url": "https://github.com/vant-ui/vant/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@vant/icons": "^1.8.0",
- "@vant/popperjs": "^1.2.1",
- "@vant/use": "^1.4.2"
- },
- "deprecated": false,
- "description": "Lightweight Mobile UI Components built on Vue",
- "devDependencies": {
- "@types/jest": "^27.0.0",
- "@types/node": "^16.11.56",
- "@vant/area-data": "workspace:*",
- "@vant/cli": "workspace:*",
- "@vant/eslint-config": "workspace:*",
- "@vue/runtime-core": "^3.2.38",
- "@vue/test-utils": "^2.0.2",
- "typescript": "^4.8.2",
- "vue": "^3.2.38",
- "vue-router": "^4.1.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",
- "release": "cp ../../README.md ./ && vant-cli release && rm ./README.md",
- "release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
- "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",
- "typings": "lib/index.d.ts",
- "unpkg": "lib/vant.min.js",
- "version": "3.6.4",
- "web-types": "lib/web-types.json"
- }
|