{
  "name": "fan-standard-comp",
  "version": "4.1.49",
  "description": "FZ standard-comp,basic of antd5.0 and custom component.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "scripts": {
    "start:dumi": "npm run dev",
    "dev": "dumi dev",
    "build": "father build",
    "build:publish": "father build && npm version patch && npm publish",
    "build:package": "cross-env BUILD_PATH=package father build",
    "build:package:to-rgz": "cross-env BUILD_PATH=package father build && node copyPackage.js  && npm run package-to-tgz",
    "build:watch": "father dev",
    "docs:build:dumi": "cross-env Build_PATH=doc-v4 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}\"",
    "package-to-tgz": "tar -czf fan-standard-comp-4.1.47.tgz package && yarn"
  },
  "authors": [
    "shomychen"
  ],
  "license": "MIT",
  "files": [
    "es",
    "lib",
    "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/compatible": "^5.1.2",
    "@ant-design/icons": "5.3.6",
    "@ant-design/icons-svg": "4.4.2",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/lint": "^4.0.0",
    "dumi": "^2.2.13",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "lodash": "^4.17.21",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "stylelint": "^14.9.1"
  },
  "dependencies": {
    "@babel/preset-react": "^7.24.1",
    "@dnd-kit/core": "6.3.1",
    "@dnd-kit/modifiers": "9.0.0",
    "@dnd-kit/sortable": "10.0.0",
    "@types/lodash": "^4.17.0",
    "antd": "5.27.0",
    "antd-img-crop": "^4.23.0",
    "antd-style": "^3.6.1",
    "babel": "^6.23.0",
    "dayjs": "^1.11.10",
    "dumi-theme-antd-style": "^0.31.0",
    "html-react-parser": "^5.1.15",
    "lightgallery": "^2.7.2",
    "moment": "^2.30.1",
    "react-uid": "^2.3.3"
  }
}
