{
  "name": "@lcap/mobile-ui",
  "version": "0.16.7",
  "lcapname": "@lcap/mobile-ui",
  "lcapversion": "0.6.3",
  "description": "Mobile UI Components built on Vue",
  "main": "dist-theme/index.js",
  "module22": "es/index.js",
  "style": "dist-theme/index.css",
  "typings": "types/index.d.ts",
  "files": [
    "dist-theme",
    "es",
    "lib",
    "types",
    "vetur"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "bootstrap": "yarn || npm i",
    "check": "node bin/ggpull && node bin/check-deps",
    "dev:vusion": "cross-env scene=desktop vue-cli-service doc --port 9100",
    "dev": "cross-env scene=desktop vant-cli dev",
    "dev:mobile": "cross-env scene=mobile vant-cli dev",
    "lint": "vant-cli lint",
    "test": "vant-cli test",
    "copyimg": "node bin/copy-lcp-images ",
    "build:vusion": "npm run check && npm run genThemeConfig && vue-cli-service library-build --dest dist-theme && npm run copyimg && node ./scripts/lcap",
    "build:theme": "npm run check && npm run genThemeConfig && vue-cli-service library-build --dest dist-theme && npm run copyimg && node ./scripts/lcap",
    "build:theme-local": "npm run genThemeConfig && vue-cli-service library-build --dest dist-theme && npm run copyimg && node ./scripts/lcap",
    "build2": "vant-cli build",
    "build": "cross-env scene=desktop vant-cli build",
    "release": "vant-cli release",
    "test:watch": "vant-cli test --watch",
    "release:site": "sh docs/site/release.sh",
    "test:coverage": "open test/coverage/index.html",
    "move-yaml": "node bin/move-yaml",
    "move-docs": "node bin/move-docs",
    "screenshot": "node bin/screenshot",
    "genThemeConfig": "node ./scripts/genThemeConfig/index.js",
    "deploy:dev": "lcap deploy dist-theme --platform http://defaulttenant.lcap.dev.env.com && node bin/deploy-lcp-images --platform=http://defaulttenant.lcap.dev.env.com",
    "deploy:test": "lcap deploy dist-theme --platform http://defaulttenant.lcap.ha.test.com && node bin/deploy-lcp-images --platform=http://defaulttenant.lcap.ha.test.com",
    "deploy:test-without-img": "lcap deploy dist-theme --platform http://defaulttenant.lcap.ha.test.com",
    "deploy:pre": "lcap deploy dist-theme --platform https://defaulttenant.lcap.hadri.163yun.com && node bin/deploy-lcp-images --platform=https://defaulttenant.lcap.hadri.163yun.com",
    "deploy:online": "lcap deploy dist-theme --platform http://netease-template.lcap.163yun.com &&  node bin/deploy-lcp-images --platform=http://netease-template.lcap.163yun.com",
    "prepublishOnly": "npm run build:theme && git add .",
    "deploy:qz": "lcap deploy dist-theme --platform=https://defaulttenant.lcap.qz.163yun.com && node bin/deploy-lcp-images --platform=https://defaulttenant.lcap.qz.163yun.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:youzan/vant.git"
  },
  "keywords": [
    "ui",
    "vue",
    "frontend",
    "mobile ui",
    "component",
    "components"
  ],
  "author": "youzanfe",
  "license": "MIT",
  "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",
    "@vusion/validator": "^0.4.6",
    "clipboard": "^2.0.11",
    "cloud-ui.vusion": "^0.14.36-beta.1",
    "dayjs": "^1.11.9",
    "lodash": "^4.17.21",
    "online-svg-icon-vue2": "^1.2.3",
    "vconsole": "^3.9.3",
    "vue-lazyload": "1.2.3",
    "vue-month-picker": "^1.6.0"
  },
  "peerDependencies": {
    "vue": ">= 2.6.0"
  },
  "devDependencies": {
    "@vant/area-data": "^1.1.1",
    "@vant/cli": "2.10.3",
    "@vant/eslint-config": "2.2.3",
    "@vant/stylelint-config": "1.3.0",
    "@vue/cli-plugin-babel": "^4.5.13",
    "@vue/cli-plugin-typescript": "^4.5.13",
    "@vue/cli-service": "^4.5.13",
    "@vue/compiler-sfc": "^3.2.2",
    "@xgheaven/nos-node-sdk": "^0.2.5",
    "cross-env": "^7.0.3",
    "fs-extra": "^10.1.0",
    "prettier": "2.1.0",
    "shx": "^0.3.3",
    "vue": "2.6.12",
    "vue-cli-plugin-vusion": "^0.14.0",
    "vue-i18n": "^8.26.0",
    "vue-router": "^3.5.2",
    "vue-template-compiler": "2.6.12",
    "vusion": "^0.12.18",
    "vusion-api": "^0.7.36",
    "yaml": "^1.10.2"
  },
  "sideEffects": [
    "es/**/style/*",
    "lib/**/style/*",
    "*.css",
    "*.less"
  ],
  "vetur": {
    "tags": "vetur/tags.json",
    "attributes": "vetur/attributes.json"
  },
  "web-types": "vetur/web-types.json",
  "browserslist": [
    "Android >= 4.0",
    "iOS >= 8"
  ]
}
