{
  "name": "boteui",
  "version": "1.3.92",
  "description": "BotElysium UI is an open-source UI component library for building AIGC web apps",
  "keywords": [
    "botui",
    "components",
    "chatbot components",
    "react components",
    "react ui"
  ],
  "homepage": "https://github.com/botui/lobe-ui",
  "bugs": {
    "url": "https://github.com/botui/lobe-ui/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/botui/lobe-ui.git"
  },
  "license": "MIT",
  "author": "botui <i@botui.com>",
  "sideEffects": false,
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "ci": "npm run lint && npm run type-check",
    "clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
    "docs:build": "dumi build",
    "docs:build-analyze": "ANALYZE=1 dumi build",
    "docs:dev": "dumi dev",
    "doctor": "father doctor",
    "lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
    "lint:md": "remark . --quiet --frail --output",
    "lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
    "prepare": "husky install && npm run setup",
    "prepublishOnly": "father doctor && npm run build",
    "prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
    "pull": "git pull",
    "release": "semantic-release",
    "setup": "dumi setup",
    "start": "npm run docs:dev",
    "test": "vitest --passWithNoTests",
    "test:coverage": "vitest run --coverage  --passWithNoTests",
    "test:update": "vitest -u",
    "type-check": "tsc -p tsconfig-check.json"
  },
  "lint-staged": {
    "*.md": [
      "remark --quiet --output --",
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.json": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{js,jsx}": [
      "prettier --write",
      "stylelint --fix",
      "eslint --fix"
    ],
    "*.{ts,tsx}": [
      "prettier --parser=typescript --write",
      "stylelint --fix",
      "eslint --fix"
    ]
  },
  "dependencies": {
    "@ant-design/colors": "^7",
    "@ant-design/icons": "^5",
    "@babel/runtime": "^7",
    "@dnd-kit/core": "^6",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8",
    "@dnd-kit/utilities": "^3",
    "@emoji-mart/data": "^1",
    "@emoji-mart/react": "^1",
    "@floating-ui/react": "^0",
    "@giscus/react": "^2",
    "@lobehub/emojilib": "latest",
    "@react-spring/web": "^9",
    "@splinetool/react-spline": "^2",
    "@splinetool/runtime": "^0.9",
    "ahooks": "^3",
    "chroma-js": "^2",
    "dayjs": "^1",
    "emoji-mart": "^5",
    "emoji-regex": "^10",
    "fast-deep-equal": "^3",
    "immer": "^10",
    "leva": "^0",
    "lodash-es": "^4",
    "lucide-react": "latest",
    "polished": "^4",
    "prism-react-renderer": "^2",
    "query-string": "^8",
    "rc-footer": "^0",
    "re-resizable": "^6",
    "react-error-boundary": "^4",
    "react-layout-kit": "^1",
    "react-markdown": "^8",
    "react-rnd": "^10",
    "react-simple-code-editor": "^0",
    "rehype-katex": "^6",
    "remark-gfm": "^3",
    "remark-math": "^5",
    "shikiji": "^0",
    "swr": "^2",
    "ts-md5": "^1",
    "url-join": "^5",
    "use-merge-value": "^1",
    "uuid": "^9",
    "zustand": "^4.4.1",
    "zustand-utils": "^1.3.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^18",
    "@lobehub/lint": "latest",
    "@testing-library/react": "^14",
    "@types/chroma-js": "^2",
    "@types/lodash-es": "^4",
    "@types/pangu": "^4",
    "@types/query-string": "^6",
    "@types/react": "18.2.40",
    "@types/react-dom": "^18",
    "@types/uuid": "^9",
    "@vitest/coverage-v8": "latest",
    "antd-style": "^3",
    "babel-plugin-antd-style": "latest",
    "commitlint": "^18",
    "concurrently": "^8",
    "cross-env": "^7",
    "dumi": "^2",
    "dumi-theme-lobehub": "latest",
    "eslint": "^8",
    "father": "^4.3.1",
    "husky": "^8",
    "jsdom": "^23",
    "lint-staged": "^15",
    "prettier": "^3",
    "react": "^18",
    "react-dom": "^18",
    "remark": "^14",
    "remark-cli": "^11",
    "semantic-release": "^21",
    "stylelint": "^15",
    "typescript": "^5",
    "vitest": "latest"
  },
  "peerDependencies": {
    "antd": ">=5",
    "antd-style": ">=3",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
