{
  "name": "@zat-design/sisyphus-react",
  "version": "4.3.3",
  "license": "MIT",
  "files": [
    "es",
    "dist",
    "README.md"
  ],
  "main": "es/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "exports": {
    ".": {
      "import": "./es/index.js",
      "default": "./es/index.js"
    },
    "./tokens": {
      "import": "./es/tokens.js",
      "default": "./es/tokens.js"
    },
    "./es/*": "./es/*",
    "./dist/*": "./dist/*"
  },
  "sideEffects": [
    "./src/global.less",
    "./es/global.less",
    "./src/**/style/**",
    "./es/**/style/**",
    "./src/ProForm/components/index.ts",
    "./es/ProForm/components/index.js",
    "./src/ProForm/components/combination/FormList/**",
    "./es/ProForm/components/combination/FormList/**"
  ],
  "homepage": "https://sisyphus.zhongan.tech",
  "keywords": [
    "components",
    "design",
    "framework",
    "frontend",
    "react",
    "react-component",
    "ui",
    "zat-design",
    "sisyphus",
    "react-sisyphus",
    "pro-components"
  ],
  "scripts": {
    "analyze": "ANALYZE=1 dumi build",
    "build": "father build && mv dist/index.min.css dist/index.esm.css && mv dist/less.min.css dist/less.esm.css",
    "build-es": "father build --format esm",
    "build-lib": "father build --format cjs",
    "build-dist": "father build --format umd",
    "docs": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx --ignore-pattern '**/__tests__/**' --ignore-pattern '**/*.test.*' --ignore-pattern '**/*.spec.*'",
    "code-standards:check": "node ./scripts/code-standards-check.mjs",
    "commit-msg:format": "node ./scripts/format-commit-msg.mjs",
    "git:pull:dev_4": "git pull --tags --no-rebase origin dev_4",
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "lint:prettier": "prettier --check \"**/*\" --end-of-line auto",
    "lint:report": "eslint --ext .jsx,.js src -f checkstyle -o report_zacc_eslint_js.xml & exit 0; stylelint --custom-formatter node_modules/stylelint-checkstyle-formatter src/**/*.{css,scss,less} > report_zacc_stylelint_css.xml & exit 0",
    "lint:style": "stylelint --fix \"src/**/*.less\"",
    "precommit": "lint-staged",
    "prepare": "husky && patch-package",
    "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
    "postpublish": "git clean -fd",
    "release": "yarn build && npm publish",
    "release:beta": "yarn build && npm publish --tag=beta",
    "start": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" dumi dev",
    "test": "umi-test",
    "test:coverage": "umi-test --coverage",
    "test:react18": "REACT_VERSION=18 npm run test",
    "test:react19": "npm run test",
    "test:all-versions": "npm run test:react18 && npm run test:react19",
    "tsc": "tsc --noEmit"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%"
  ],
  "overrides": {
    "react-resizable": {
      "react-draggable": "<4.5.0"
    },
    "@babel/core": "^7.26.0",
    "react-docgen-typescript-dumi-tmp": {
      "typescript": "^4.9.5"
    },
    "esbuild": "0.21.4",
    "@umijs/bundler-utils": "^4.6.35"
  },
  "resolutions": {
    "react-resizable/react-draggable": "<4.5.0",
    "@babel/core": "^7.26.0",
    "react-docgen-typescript-dumi-tmp/typescript": "^4.9.5",
    "esbuild": "0.21.4",
    "@umijs/bundler-utils": "^4.6.35"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.0.8",
    "@dnd-kit/sortable": "^7.0.2",
    "@dnd-kit/utilities": "^3.2.1",
    "@rc-component/picker": "^1.9.0",
    "@zat-design/utils": "^4.0.0",
    "big.js": "^6.2.1",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.13",
    "idb-keyval": "^6.2.2",
    "lodash": "^4.17.21",
    "rc-resize-observer": "^1.4.0",
    "react-intersection-observer": "^9.13.0",
    "react-resizable": "^3.0.5",
    "react-svg": "^15.1.7"
  },
  "peerDependencies": {
    "@ant-design/icons": ">=6.0.0",
    "ahooks": ">=3.9.5",
    "antd": "^6.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-router-dom": "^6.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/runtime": "^7.28.4",
    "@commitlint/cli": "^12.1.1",
    "@commitlint/config-conventional": "^12.1.1",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^16.0.0",
    "@types/jest": "^29.5.11",
    "@types/lodash": "^4.14.171",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "@types/react-resizable": "^3.0.8",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "@umijs/fabric": "^2.8.1",
    "@umijs/test": "^3.0.5",
    "@zat-design/sisyphus-login": "4.0.0-beta.1",
    "ahooks": "3.9.5",
    "babel-plugin-import": "^1.13.8",
    "babel-plugin-lodash": "^3.3.4",
    "cross-env": "^7.0.3",
    "dumi": "^1.1.54",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-jsx-a11y": "^6.9.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-unused-imports": "^3.0.0",
    "father": "^4.6.1",
    "gh-pages": "^3.0.0",
    "husky": "^9.0.0",
    "jest-canvas-mock": "^2.5.2",
    "lint-staged": "^10.0.0",
    "mini-css-extract-plugin": "^2.9.4",
    "minimatch": "^9.0.5",
    "mockjs": "^1.0.0",
    "patch-package": "^8.0.1",
    "postcss-less": "^6.0.0",
    "prettier": "^3.3.0",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-json-view": "^1.21.3",
    "react-router-dom": "^6.0.0",
    "stylelint": "^16.0.0",
    "stylelint-checkstyle-formatter": "0.1.2",
    "typescript": "^5.4.0"
  },
  "checkFiles": [
    "src/**/*.js*",
    "src/**/*.ts*",
    "src/**/*.tsx*",
    "src/**/*.less",
    "config/**/*.js*",
    "scripts/**/*.js"
  ]
}
