{
  "name": "@antmjs/vantui",
  "version": "3.7.0",
  "main": "lib/index.js",
  "module": "es/index.esm.js",
  "style": "lib/index.css",
  "typings": "types/index.d.ts",
  "author": "三少 <hi_sanshao@outlook.com>",
  "description": "一套适用于Taro3及React的vantui组件库",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "weui",
    "vant-weapp",
    "Taro",
    "React"
  ],
  "repository": {
    "type": "https",
    "url": "https://github.com/AntmJS/vantui.git"
  },
  "bugs": {
    "url": "https://github.com/AntmJS/vantui/issues/new"
  },
  "engines": {
    "node": ">=12",
    "npm": ">=6.4",
    "yarn": ">=1.22"
  },
  "browserslist": [
    "Chrome >= 35",
    "ChromeAndroid >= 35",
    "iOS >= 8",
    "Safari >= 8",
    "Android >= 4.1",
    "QQAndroid >= 4.1",
    "UCAndroid >= 4.1"
  ],
  "scripts": {
    "iconfont": "npx antm-icon --font-family antmuifont --input-path https://at.alicdn.com/t/font_2744513_7eeet2akdo.css --output-path src/style/components/iconfont.less",
    "watch": "npx antm-vantui-cli watch",
    "build": "npx antm-vantui-cli build",
    "test": "",
    "test:watch": "",
    "docs:watch": "node ./scripts/md.js && npx antm-doc-start",
    "docs": "node ./scripts/md.js && sh ./build.sh",
    "gh": " npx gh-pages -d doc_build -e ./main"
  },
  "dependencies": {
    "@swc/helpers": "^0.5.0",
    "@vant/icons": "^1.7.1",
    "classnames": "^2.3.1",
    "dayjs": "^1.10.6",
    "raf": "^3.4.1",
    "rc-util": "^5.14.0",
    "ts-node": "10.8.1",
    "use-deep-compare-effect": "^1.8.1"
  },
  "devDependencies": {
    "@antmjs/doc": "^2.4.1",
    "@antmjs/iconfont": "^2.3.20",
    "@antmjs/types": "^2.4.1",
    "@antmjs/vantui-cli": "3.0.4",
    "@tarojs/components": "3.5.7",
    "@tarojs/taro": "3.5.7",
    "@types/lodash.flow": "^3.5.6",
    "ast-to-markdown": "^1.0.0",
    "glob": "^10.1.0",
    "markdown-to-ast": "^6.0.3",
    "ora": "^5.4.1",
    "prettier": "^2.8.7",
    "style-resources-loader": "^1.5.0",
    "swc-loader": "^0.2.3"
  },
  "gitHead": "7eb99f95d174563674218041ec809b5ccf5070df"
}
