{
  "name": "@easyv/react-components",
  "version": "0.4.8",
  "description": "a react component library base on arco design",
  "license": "MIT",
  "sideEffects": [
    "**/*.less"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "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}\"",
    "prepare": "husky install && dumi setup",
    "prepublishOnly": "father doctor && npm run build",
    "postpublish": "sync-to-mirror",
    "push": "npm run build && npm publish --registry=https://registry.npmjs.org",
    "release": "release-it",
    "start": "npm run dev"
  },
  "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"
    ]
  },
  "dependencies": {
    "@easyv/react-icons": "4.47.0",
    "ahooks": "^3.7.11",
    "classnames": "^2.3.2",
    "rc-color-picker": "1.2.6",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@arco-design/web-react": "2.62.0",
    "@arco-themes/react-dtable": "0.0.44",
    "@arco-themes/react-easytwin": "0.0.24",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@easyv/sync-to-mirror": "^0.0.2",
    "@types/color": "^3.0.6",
    "@types/lodash": "^4.14.197",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@types/react-resizable": "^3.0.4",
    "@types/react-sticky": "^6.0.4",
    "@types/tinycolor2": "^1.4.6",
    "@umijs/lint": "^4.0.0",
    "dayjs": "^1.11.9",
    "dnd-core": "^16.0.1",
    "dumi": "^2.2.0",
    "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.0.0",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-dom": "^18.0.0",
    "react-draggable": "^4.4.5",
    "react-easy-crop": "^5.0.0",
    "react-resizable": "^3.0.5",
    "react-sortable-hoc": "^2.0.0",
    "react-sticky": "^6.0.3",
    "release-it": "^16.1.3",
    "stylelint": "^14.9.1"
  },
  "peerDependencies": {
    "@arco-design/web-react": "2.51.2",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "packageManager": "pnpm@8.12.1",
  "engines": {
    "node": ">=14.17.0 <24.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "authors": [
    "xiaoyao@dtstack.com"
  ]
}
