{
  "name": "hybird-acud-pro",
  "version": "0.0.53-beta.1",
  "description": "百度智能云ACG团队",
  "main": "cjs/index.cjs.js",
  "module": "esm/index.js",
  "unpkg": "dist/index.umd.js",
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged",
    "prepare-commit-msg": "npx --no -- commitlint --edit ${1}",
    "preserveUnused": true
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "typings": "cjs/index.d.ts",
  "license": "MIT",
  "peerDependencies": {
    "@sentry/browser": ">=5",
    "acud": ">=1.2.25",
    "acud-icon": ">=1.0.7",
    "axios": ">=0.19.2",
    "lodash": ">=4",
    "moment": ">=2.29",
    "prop-types": ">=15",
    "react": ">=16",
    "react-dom": ">=16",
    "react-redux": "^7.2.0",
    "react-router-dom": ">=5",
    "redux": "^4.1.2"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@huse/boolean": "^1.1.2",
    "@huse/element-size": "^1.0.3",
    "@huse/previous-value": "^1.1.1",
    "@huse/timeout": "^1.1.1",
    "big.js": "^6.0.3",
    "classnames": "^2.2.6",
    "clsx": "^1.2.1",
    "humanize": "^0.0.9",
    "lineclip": "^1.1.5",
    "polybooljs": "^1.2.0",
    "react-load-script": "0.0.6",
    "resize-detector": "^0.3.0",
    "shallowequal": "^1.1.0",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/eslint-parser": "^7.12.1",
    "@babel/eslint-plugin": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/runtime": "^7.23.1",
    "@commitlint/cli": "^17.6.1",
    "@commitlint/config-conventional": "^17.6.1",
    "@commitlint/cz-commitlint": "^17.5.0",
    "@ecomfe/eslint-config": "^7.0.0",
    "@release-it/conventional-changelog": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^24.1.0",
    "@rollup/plugin-image": "^3.0.2",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-terser": "^0.4.1",
    "@sentry/browser": "^5.19.0",
    "@types/echarts": "^5.0.0",
    "@types/enzyme": "^3.10.8",
    "@types/jest": "^26.0.19",
    "@types/lodash": "^4.14.167",
    "@types/node": "^14.14.20",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-redux": "^7.1.34",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-slick": "^0.23.4",
    "@types/recompose": "^0.30.7",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
    "acud": "^1.6.16",
    "acud-icon": "^1.0.8",
    "autoprefixer": "^10.4.4",
    "axios": "^0.21.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.3",
    "commitizen": "^4.3.0",
    "css-loader": "^5.0.0",
    "cssnano": "^5.1.7",
    "cz-conventional-changelog": "^3.3.0",
    "echarts": "^5.6.0",
    "enzyme": "^3.11.0",
    "eslint": "^8.38.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-webpack-plugin": "^4.0.1",
    "file-loader": "^6.2.0",
    "husky": "^4.3.7",
    "jest": "^26.6.3",
    "less": "^4.0.0",
    "less-loader": "^10.0.1",
    "less-plugin-npm-import": "^2.1.0",
    "lint-staged": "^13.2.1",
    "path": "^0.12.7",
    "postcss": "^8.2.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^7.2.0",
    "react-router-dom": "^5.1.7",
    "react-test-renderer": "^17.0.2",
    "redux": "^4.1.2",
    "redux-thunk": "^2.4.1",
    "release-it": "^16.2.1",
    "rollup": "^3.20.2",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.34.1",
    "simple-git-hooks": "^2.8.1",
    "style-loader": "^2.0.0",
    "ts-import-plugin": "^1.6.7",
    "ts-jest": "^26.4.4",
    "ts-loader": "^9.2.5",
    "typescript": "4.6.3",
    "webpack": "^5.70.0"
  },
  "files": [
    "esm",
    "dist",
    "cjs",
    "README.md"
  ],
  "sideEffects": [
    "dist/*",
    "esm/css/*",
    "cjs/css/*",
    "*.less"
  ],
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "scripts": {
    "clean": "rm -Rf cjs esm dist",
    "build": "pnpm run clean && rollup -c",
    "lint": "eslint src --ext .ts --ext .tsx",
    "deploy": "pnpm publish --registry=https://registry.npmjs.org/",
    "test": "jest",
    "cm": "cz",
    "release": "release-it"
  }
}