{
  "name": "sisyphus-login",
  "version": "4.0.2",
  "license": "MIT",
  "scripts": {
    "start": "NODE_OPTIONS=--openssl-legacy-provider dumi dev",
    "docs:build": "NODE_OPTIONS=--openssl-legacy-provider dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "deploy": "yarn docs:build && yarn docs:deploy",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "build": "father build && mv dist/index.min.css dist/index.esm.css",
    "build-es": "father build --format esm",
    "build-lib": "father build --format cjs",
    "build-dist": "father build --format umd",
    "release": "yarn build && npm publish",
    "release:beta": "yarn build && npm publish --tag=beta",
    "analyze": "NODE_OPTIONS=--openssl-legacy-provider ANALYZE=1 dumi build",
    "tsc": "tsc --noEmit",
    "lint:report": "eslint --ext .jsx,.js,.tsx,.ts src -f checkstyle -o report_zacc_eslint_js.xml",
    "postpublish": "git clean -fd",
    "test": "umi-test",
    "test:coverage": "umi-test --coverage"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "lint-staged": {
    "*.{js,jsx,less,md,json}": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  },
  "resolutions": {
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "@types/react": "^18"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 9",
    "iOS >= 7",
    "Android >= 4"
  ],
  "sideEffects": [
    "dist/*",
    "src/style/*",
    "src/**/style/*",
    "es/**/style/*",
    "lib/**/style/*"
  ],
  "peerDependencies": {
    "antd": "^6.1.3",
    "react": "^18.3.0",
    "react-dom": "^18.3.0"
  },
  "dependencies": {
    "@ant-design/icons": "^6.1.0",
    "ahooks": "^3.9.6",
    "antd": "^6.1.3",
    "react-intl": "^6.8.9",
    "react-svg": "^15.1.2"
  },
  "devDependencies": {
    "@babel/core": "^7.18.0",
    "@babel/runtime": "^7.18.0",
    "@babel/plugin-proposal-class-properties": "^7.18.0",
    "@babel/plugin-proposal-decorators": "^7.18.0",
    "@babel/plugin-transform-private-methods": "^7.18.0",
    "@babel/plugin-transform-private-property-in-object": "^7.18.0",
    "@babel/preset-env": "^7.18.0",
    "@babel/preset-react": "^7.18.0",
    "@babel/preset-typescript": "^7.18.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.5.0",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "@umijs/test": "^3.0.5",
    "babel-jest": "^29.0.0",
    "babel-plugin-import": "^1.13.3",
    "dumi": "^1.1.53",
    "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.3",
    "gh-pages": "^3.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest-canvas-mock": "^2.5.2",
    "lint-staged": "^10.0.7",
    "prettier": "^2.5.0",
    "react": "^18",
    "react-dom": "^18",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=18.19.0"
  }
}
