{
  "name": "antd-mobile-taro-ui",
  "version": "0.19.0",
  "description": "以antd-mobile为设计标准，基于taro框架的微信小程序组件库",
  "author": "7",
  "license": "MIT",
  "private": false,
  "sideEffects": [
    "**/*.css",
    "**/*.less",
    "./src/index.ts",
    "./es/index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xz-77/antd-mobile-taro-ui.git"
  },
  "bugs": {
    "url": "https://github.com/xz-77/antd-mobile-taro-ui/issues"
  },
  "homepage": "https://github.com/xz-77/antd-mobile-taro-ui#readme",
  "keywords": [
    "antd-mobile",
    "Taro",
    "miniprogram",
    "wechat"
  ],
  "main": "./cjs/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "typings": "./es/index.d.ts",
  "browserslist": [
    "last 3 versions",
    "Android >= 4.1",
    "ios >= 8"
  ],
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "@tarojs/components": "3.5.5",
    "@tarojs/helper": "3.5.5",
    "@tarojs/mini-runner": "^3.5.6",
    "@tarojs/plugin-framework-react": "3.5.5",
    "@tarojs/plugin-platform-alipay": "3.5.5",
    "@tarojs/plugin-platform-jd": "3.5.5",
    "@tarojs/plugin-platform-qq": "3.5.5",
    "@tarojs/plugin-platform-swan": "3.5.5",
    "@tarojs/plugin-platform-tt": "3.5.5",
    "@tarojs/plugin-platform-weapp": "3.5.5",
    "@tarojs/react": "3.5.5",
    "@tarojs/router": "3.5.5",
    "@tarojs/runtime": "3.5.5",
    "@tarojs/shared": "3.5.5",
    "@tarojs/taro": "3.5.5",
    "@tarojs/taro-h5": "3.5.5",
    "@tarojs/webpack-runner": "^3.5.6",
    "ahooks": "^3.6.2",
    "antd-mobile": "^5.24.0",
    "antd-mobile-taro-icons": "^0.4.0",
    "big.js": "6.2.1",
    "classnames": "^2.3.1",
    "lodash": "^4.17.21",
    "lorem-ipsum": "^2.0.4",
    "miniprogram-ci": "^1.8.35",
    "react": "17.0.0",
    "react-dom": "17.0.0"
  },
  "templateInfo": {
    "name": "default",
    "typescript": true,
    "css": "less"
  },
  "lint-staged": {
    "*.{js,jsx,less,md,json}": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}