{
  "name": "snowbeer-ui",
  "version": "2.1.0",
  "description": "雪花啤酒内部UI组件，基于antd5版本，最新更新5.20.2特性",
  "keywords": [
    "Component",
    "UI",
    "React"
  ],
  "scripts": {
    "start": "npm run dev",
    "dev": "dumi dev",
    "start:uat": "cross-env NODE_ENV=uat dumi dev",
    "build": "father build",
    "build:dev": "dumi build",
    "build:watch": "father dev",
    "docs:build": "dumi build",
    "prepare": "husky install && dumi setup",
    "doctor": "father doctor",
    "lint": "npm run lint:es && npm run lint:css",
    "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
    "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
    "prepublishOnly": "npm run build"
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "authors": [
    "Elven <lvyaoengineer@163.com>"
  ],
  "license": "MIT",
  "files": [
    "dist"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{css,less}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "devDependencies": {
    "@ant-design/happy-work-theme": "^1.0.0",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/lodash": "^4.17.4",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/lint": "^4.0.0",
    "cross-env": "^7.0.3",
    "dumi": "^2.2.13",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "rc-tween-one": "^3.0.6",
    "react": "^18.2.0",
    "react-countup": "^6.5.3",
    "react-dom": "^18.0.0",
    "react-draggable": "^4.4.6",
    "react-highlight-words": "^0.20.0",
    "runes2": "^1.1.4",
    "antd-style": "^3.6.2",
    "fetch-jsonp": "^1.3.0",
    "lunar-typescript": "^1.7.5",
    "@ctrl/tinycolor": "^4.1.0",
    "react-sticky-box": "^2.0.5",
    "stylelint": "^14.9.1"
  },
  "dependencies": {
    "@ant-design/colors": "^7.1.0",
    "@ant-design/icons": "5.3.7",
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "antd": "^5.20.2",
    "antd-img-crop": "^4.22.0",
    "axios": "^1.7.4",
    "ag-grid-react": "^31.3.1",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.10",
    "dnd-kit": "^0.0.2",
    "dumi-theme-antd": "^0.3.14",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "rc-picker": "^4.6.13",
    "react-fast-marquee": "^1.6.4",
    "react-infinite-scroll-component": "^6.1.0",
    "react-intl": "^6.6.5",
    "react-resizable": "^3.0.5"
  }
}