{
  "name": "@ibiz-template/mob-vue3-components",
  "version": "0.7.41-alpha.47",
  "description": "移动端组件库(vue3)",
  "main": "lib/index.cjs",
  "module": "es/index.mjs",
  "types": "es/index.d.ts",
  "files": [
    "dist",
    "es",
    "lib",
    "README.md"
  ],
  "author": "iBiz",
  "license": "MIT",
  "scripts": {
    "dev": "ibiz-temp build -w",
    "build": "ibiz-temp build -c",
    "prepublish": "npm run build",
    "prepare": "husky install",
    "lint": "eslint 'src/**/*.tsx' 'src/**/*.ts'",
    "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
    "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
    "publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
    "publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/",
    "publish:local": "npm run build && npm publish --access public --registry=http://172.16.240.221:8081/repository/local/"
  },
  "dependencies": {
    "@amap/amap-jsapi-loader": "^1.0.1",
    "@floating-ui/dom": "^1.5.3",
    "@ibiz-template-plugin/ibiz-mob-ai-chat":"0.0.7",
    "@ibiz-template-package/vs-tree-ex": "0.2.2",
    "@ibiz-template/core": "0.7.41-alpha.101",
    "@ibiz-template/model-helper": "0.7.41-alpha.103",
    "@ibiz-template/runtime": "0.7.41-alpha.103",
    "@ibiz-template/theme": "0.7.39",
    "@ibiz-template/vue3-util": "0.7.41-alpha.103",
    "@ibiz-template/devtool": "0.0.14",
    "@ibiz/model-core": "^0.1.86",
    "@ibiz-template/mob-theme": "4.12.0",
    "async-validator": "^4.2.5",
    "cherry-markdown": "^0.8.26",
    "alwan": "^2.3.1",
    "dingtalk-jsapi": "^3.0.38",
    "dayjs": "^1.11.10",
    "echarts": "^5.4.3",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.7",
    "qs": "^6.11.2",
    "qx-util": "^0.4.8",
    "quill": "^2.0.2",
    "ramda": "^0.29.1",
    "ibiz-mob-rolldate": "^3.1.4",
    "vant": "^4.7.2",
    "vue": "^3.3.8",
    "vue-i18n": "^9.6.5",
    "vue-router": "^4.2.5",
    "qr-code-styling": "^1.8.3",
    "vuedraggable": "^4.1.0",
    "vue-qrcode-reader": "5.5.11",
    "file-saver": "^2.0.5",
    "jspdf": "^2.5.1",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.1",
    "@commitlint/config-conventional": "^18.4.0",
    "@ibiz-template/cli": "0.3.31",
    "@types/lodash-es": "^4.17.11",
    "@types/node": "^20.9.0",
    "@types/qs": "^6.9.10",
    "@types/ramda": "^0.29.8",
    "husky": "^8.0.3",
    "lint-staged": "^15.1.0",
    "stylelint": "^15.11.0",
    "typescript": "^5.2.2",
    "vite": "^4.5.0",
    "vue-tsc": "^1.8.22"
  },
  "peerDependencies": {
    "@ibiz-template/core": "^0.7.0",
    "@ibiz-template/model-helper": "^0.7.0",
    "@ibiz-template/runtime": "^0.7.0",
    "@ibiz-template/theme": "^0.7.0",
    "@ibiz-template/vue3-util": "^0.7.0",
    "@ibiz/model-core": "^0.1.85",
    "async-validator": "^4.2.5",
    "dayjs": "^1.11.9",
    "echarts": "^5.4.3",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.6",
    "qs": "^6.11.1",
    "qx-util": "^0.4.8",
    "ramda": "^0.29.0",
    "vant": "^4.7.2",
    "vue": "^3.3.4",
    "vuedraggable": "^4.1.0",
    "vue3-hash-calendar": "^1.1.3",
    "vue-router": "^4.2.4"
  },
  "lint-staged": {
    "*.ts": "eslint --fix",
    "*.scss": "stylelint --custom-syntax=postcss-scss"
  },
  "pnpm": {
    "patchedDependencies": {
      "@amap/amap-jsapi-loader@1.0.1": "patches/@amap__amap-jsapi-loader@1.0.1.patch"
    }
  }
}
