{
  "name": "@cocoy/kit-components",
  "version": "1.0.0",
  "description": "一些前端组件",
  "keywords": [
    "kit-components",
    "components"
  ],
  "bugs": {
  },
  "repository": {
    "type": "git",
    "directory": "packages/components"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./styles": {
      "import": "./dist/styles/index.scss"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "father build",
    "clean": "rimraf node_modules/.cache",
    "dev": "father dev",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "@ant-design/icons": "^5.2.6",
    "@cocoy/kit-utils": "^1.0.0",
    "classnames": "^2.3.2",
    "dayjs": "^1.11.10",
    "lodash-es": "^4.17.21"
  },
  "peerDependencies": {
    "antd": ">=5.8.4",
    "react": ">=18",
    "react-dom": ">=18",
    "react-router-dom": ">=6.4.1"
  },
  "engines": {
    "node": ">=18.12.0"
  }
}
