{
  "name": "dumi-theme-xieyezi",
  "version": "0.0.4",
  "description": "dumi-theme-xieyezi is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui",
  "keywords": [
    "xieyezi",
    "dumi",
    "dumi theme"
  ],
  "homepage": "https://github.com/xieyezi/dumi-theme-xieyezi",
  "bugs": {
    "url": "https://github.com/xieyezi/dumi-theme-xieyezi/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xieyezi/dumi-theme-xieyezi.git"
  },
  "license": "MIT",
  "author": "xieyezi",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@floating-ui/react": "^0",
    "@giscus/react": "^2",
    "@lobehub/ui": "latest",
    "ahooks": "^3",
    "antd": "^5",
    "antd-style": "^3",
    "chalk": "^4",
    "fast-deep-equal": "^3",
    "history": "^5",
    "lodash-es": "^4",
    "lucide-react": "latest",
    "polished": "^4",
    "rc-footer": "^0",
    "react-layout-kit": "^1",
    "styled-components": "latest",
    "use-merge-value": "^1",
    "zustand": "^4"
  },
  "peerDependencies": {
    "antd": ">=5",
    "antd-style": ">=3",
    "dumi": ">=2",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}