{
  "name": "@nzha/local-ui",
  "version": "5.24.6",
  "scripts": {
    "start": "dumi dev",
    "build": "gulp",
    "build-doc": "dumi build && echo '!.*' > dist/.surgeignore",
    "lint": "eslint .",
    "test": "jest",
    "test-with-coverage": "jest --coverage",
    "pub": "npm publish ./lib",
    "pub:alpha": "npm publish ./lib --tag alpha",
    "pub:dev": "npm publish ./lib --tag dev"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.0.0",
    "@react-spring/web": "^9.4.5",
    "@use-gesture/react": "10.2.20",
    "ahooks": "^3.7.0",
    "antd-mobile-icons": "^0.3.0",
    "antd-mobile-v5-count": "^1.0.1",
    "big.js": "^6.2.1",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.4",
    "lodash": "^4.17.21",
    "rc-field-form": "~1.27.0",
    "react-is": "^17.0.2",
    "runes": "^0.4.3",
    "staged-components": "^1.1.3",
    "tslib": "^2.4.0",
    "use-sync-external-store": "^1.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.10",
    "@babel/core": "^7.18.10",
    "@babel/plugin-transform-modules-commonjs": "^7.18.2",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-react": "^7.17.12",
    "@babel/preset-typescript": "^7.17.12",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@docsearch/react": "^3.2.1",
    "@jest/types": "^28.1.3",
    "@statoscope/webpack-plugin": "^5.24.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "14.2.1",
    "@types/big.js": "^6.1.5",
    "@types/jest": "^28.1.7",
    "@types/jest-axe": "3.5.4",
    "@types/lodash": "^4.14.183",
    "@types/node": "^18.7.6",
    "@types/react": "^18.0.17",
    "@types/react-beautiful-dnd": "^13.1.2",
    "@types/react-dom": "^18.0.6",
    "@types/react-helmet": "^6.1.5",
    "@types/react-is": "^17.0.3",
    "@types/react-virtualized": "^9.21.21",
    "@types/resize-observer-browser": "^0.1.7",
    "@types/runes": "^0.4.1",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@types/use-sync-external-store": "^0.0.3",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "@umijs/types": "^3.5.32",
    "autoprefixer": "^9.8.8",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.7.1",
    "del": "^6.1.1",
    "dumi": "^1.1.47",
    "eslint": "^8.22.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-less": "^5.0.0",
    "gulp-postcss": "^9.0.1",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-typescript": "^6.0.0-alpha.1",
    "husky": "^8.0.1",
    "jest": "^28.1.3",
    "jest-axe": "^6.0.0",
    "jest-canvas-mock": "^2.4.0",
    "jest-environment-jsdom": "^28.1.3",
    "jest-watch-typeahead": "^1.1.0",
    "less": "^4.1.3",
    "lorem-ipsum": "^2.0.8",
    "mockdate": "^3.0.5",
    "postcss": "^7.0.39",
    "postcss-px-multiple": "^0.1.5",
    "postcss-pxtorem": "^6.0.0",
    "prettier": "^2.7.1",
    "pretty-quick": "^3.1.3",
    "prism-react-renderer": "^1.3.5",
    "prismjs": "^1.28.0",
    "qrcode.react": "^3.1.0",
    "react": "^18.2.0",
    "react-beautiful-dnd": "^13.1.0",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "react-test-renderer": "^18.2.0",
    "react-virtualized": "^9.22.3",
    "style-loader": "^3.3.1",
    "through2": "^4.0.2",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "typescript": "~4.6.4",
    "vite": "^3.0.8",
    "webpack": "^5.74.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-stream": "^7.0.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "resolutions": {
    "@types/react": "18",
    "@types/react-dom": "18"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/es/index.js",
  "types": "./lib/es/index.d.ts",
  "typings": "./lib/es/index.d.ts",
  "unpkg": "./lib/umd/antd-mobile.js",
  "GravityCDN": "./lib/umd/antd-mobile.js",
  "files": [
    "./lib"
  ],
  "sideEffects": [
    "**/*.css",
    "**/*.less",
    "./lib/es/index.js",
    "./src/index.ts",
    "./lib/es/global/index.js",
    "./src/global/index.ts"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-mobile.git",
    "branch": "master",
    "platform": "github"
  }
}
