{
  "name": "@bixi-design/core",
  "version": "2.2.4",
  "description": "BIXI 沉淀了一套高质量的通用业务组件，开箱即用，可以极大提升开发效率",
  "main": "dist/index.js",
  "module": "es/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": [
    "dist/*",
    "es/style.css",
    "dist/**/*.less"
  ],
  "scripts": {
    "build": "yarn build:ts && yarn build:style",
    "build:ts": "rollup -c",
    "build:style": "cd ./src && copy ./*.less ../dist && copy ./**/*.less ../dist && copy ./**/**/*.less ../dist"
  },
  "author": "it@datagrand.com",
  "licenses": [
    {
      "type": "DataGrand",
      "url": "https://git.datagrand.com/frontend_utils/bixi/blob/master/LICENSE"
    }
  ],
  "homepage": "https://bixi.datagrand.com/",
  "bugs": {
    "url": "https://git.datagrand.com/frontend_utils/bixi/-/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://git.datagrand.com/frontend_utils/bixi"
  },
  "dependencies": {
    "@bixi-design/icons": "^2.2.4",
    "@bixi-design/provider": "^2.2.4",
    "@bixi-design/utils": "^2.2.4",
    "@types/lodash-es": "^4.17.5",
    "ahooks": "^3.5.0",
    "classnames": "^2.3.1",
    "dayjs": "^1.10.6",
    "lodash-es": "^4.17.21",
    "nprogress": "^0.2.0",
    "rc-progress": "^3.4.0",
    "react-draggable": "^4.4.5",
    "react-image-crop": "^10.0.1",
    "react-player": "^2.10.1",
    "react-slider": "^2.0.1",
    "resize-observer-polyfill": "^1.5.1",
    "tinycolor2": "^1.4.2"
  },
  "peerDependencies": {
    "antd": "^4.20.2",
    "react": "^17.0.1"
  },
  "gitHead": "3be3ea2eb2957ed49ebc0df0e440d5fdff49cfab",
  "devDependencies": {
    "@types/nprogress": "^0.2.0",
    "@types/tinycolor2": "^1.4.3"
  }
}
