{
  "name": "mobile-more",
  "description": "基于 antd-mobile v5 扩展移动端 UI 组件",
  "keywords": [
    "antd-mobile",
    "mobile-more",
    "mobile",
    "ui",
    "react"
  ],
  "version": "0.22.0",
  "scripts": {
    "start": "dumi dev",
    "start2": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi dev",
    "test": "jest",
    "build:docs": "npm run build && dumi build",
    "build:docs-version": "cross-env BUILD_DOC_VERSION=version npm run build:docs",
    "build": "cross-env FATHER_CACHE=none father build",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "prepublishOnly": "npm run tsc && npm run test && npm run build",
    "commit": "cz",
    "lint": "npm run lint:js && npm run lint:style",
    "lint:js": "eslint .",
    "lint-fix:js": "npm run lint:js -- --fix",
    "lint:style": "stylelint src/**/*.less",
    "lint-fix:style": "npm run lint:stylelint -- --fix",
    "tsc": "tsc --noEmit",
    "prepare": "husky && dumi setup"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "es",
    "lib"
  ],
  "sideEffects": [
    "**/*.css",
    "**/*.less"
  ],
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "lint-staged": {
    "*.{js,jsx,less,md,json}": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  },
  "author": "caijf <369756941@qq.com>",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.28.6",
    "@uiw/react-color": "^2.9.5",
    "antd-mobile-icons": "^0.3.0",
    "classnames": "^2.5.1",
    "countdown-pro": "^2.2.1",
    "dayjs": "^1.11.19",
    "doly-icons": "^1.9.0",
    "rc-hooks": "^3.3.0",
    "rc-util": "^5.44.4",
    "tinycolor2": "^1.6.0",
    "ut2": "^1.21.5",
    "util-helpers": "^5.8.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@commitlint/cz-commitlint": "^19.8.1",
    "@eslint/js": "^9.39.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@types/tinycolor2": "^1.4.6",
    "antd-mobile": "^5.42.3",
    "autoprefixer": "^10.4.27",
    "cache2": "^3.1.5",
    "commitizen": "^4.3.1",
    "create-puzzle": "^3.0.4",
    "cross-env": "^7.0.3",
    "dumi": "^2.4.23",
    "eslint": "^9.39.3",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.26",
    "father": "^4.6.13",
    "globals": "^16.5.0",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "lcn": "^7.2.1",
    "less": "^4.5.1",
    "lint-staged": "^15.5.2",
    "micromark": "^4.0.2",
    "mockjs-extend": "^1.9.0",
    "octokit": "^4.1.4",
    "postcss": "^8.5.6",
    "postcss-import": "^16.1.1",
    "postcss-less": "^6.0.0",
    "prettier": "^3.8.1",
    "prettier-plugin-two-style-order": "^1.0.1",
    "rc-slider-captcha": "^1.9.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "stylelint": "^16.26.1",
    "stylelint-config-css-modules": "^4.6.0",
    "stylelint-config-standard": "^38.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
    "stylelint-no-unsupported-browser-features": "^8.1.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1"
  },
  "peerDependencies": {
    "antd-mobile": "^5.40.0",
    "react": ">=16.12.0",
    "react-dom": ">=16.12.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
