{
  "name": "@aipmui/ui",
  "version": "1.145.7",
  "description": "AiPM UI is an open-source UI component library for building AIGC web apps",
  "keywords": [
    "aipmhub",
    "components",
    "chatbot components",
    "react components",
    "react ui"
  ],
  "homepage": "https://github.com/aipmhub/aipm-ui",
  "bugs": {
    "url": "https://github.com/aipmhub/aipm-ui/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aipmhub/aipm-ui"
  },
  "license": "MIT",
  "author": "AiPMHub <nextprofessionalpower@gmail.com>",
  "sideEffects": false,
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es",
    "mdx.d.ts",
    "mdx.js",
    "brand.d.ts",
    "brand.js",
    "aipmorg.d.ts",
    "aipmorg.js"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "ci": "npm run lint:circular && 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:circular": "dpdm src/**/*.{ts,tsx}  --warning false  --tree false  --exit-code circular:1  -T true",
    "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": {
    "@babel/runtime": "^7.24.7",
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@emoji-mart/data": "^1.2.1",
    "@emoji-mart/react": "^1.1.1",
    "@floating-ui/react": "^0.26.17",
    "@giscus/react": "^3.0.0",
    "@lobehub/emojilib": "latest",
    "@react-spring/web": "^9.7.3",
    "@shikijs/transformers": "^1.7.0",
    "@splinetool/runtime": "^0.9.526",
    "chroma-js": "^2.4.2",
    "dayjs": "^1.11.11",
    "emoji-mart": "^5.6.0",
    "emoji-regex": "^10.3.0",
    "fast-deep-equal": "^3.1.3",
    "immer": "^10.1.1",
    "leva": "^0.9.35",
    "lodash-es": "^4.17.21",
    "numeral": "^2.0.6",
    "polished": "^4.3.1",
    "prism-react-renderer": "^2.3.1",
    "query-string": "^9.0.0",
    "rc-footer": "^0.6.8",
    "re-resizable": "^6.9.17",
    "react-error-boundary": "^4.0.13",
    "react-layout-kit": "^1.9.0",
    "react-markdown": "^8.0.7",
    "react-merge-refs": "^2.1.1",
    "react-rnd": "^10.4.11",
    "react-simple-code-editor": "^0.13.1",
    "rehype-katex": "^6.0.3",
    "rehype-raw": "^7.0.0",
    "remark-breaks": "^4.0.0",
    "remark-gfm": "^3.0.1",
    "remark-math": "^5.1.1",
    "shiki": "^1.7.0",
    "swr": "^2.2.5",
    "ts-md5": "^1.3.1",
    "url-join": "^5.0.0",
    "use-merge-value": "^1.2.0",
    "uuid": "^10.0.0",
    "zustand": "^4.5.2",
    "zustand-utils": "^1.3.2"
  },
  "devDependencies": {
    "@aipmorg/lint": "^1.23.4",
    "@ant-design/icons": "^5.3.7",
    "@commitlint/cli": "^19.3.0",
    "@testing-library/react": "^14.3.1",
    "@types/chroma-js": "^2.4.4",
    "@types/lodash-es": "^4.17.12",
    "@types/mdx": "^2.0.13",
    "@types/numeral": "^2.0.5",
    "@types/pangu": "^4.0.2",
    "@types/query-string": "^6.3.0",
    "@types/react": "18.2.40",
    "@types/react-dom": "^18.3.0",
    "@types/uuid": "^10.0.0",
    "@vitest/coverage-v8": "~1.2.2",
    "babel-plugin-antd-style": "^1.0.4",
    "commitlint": "^19.3.0",
    "concurrently": "^8.2.2",
    "cross-env": "^7.0.3",
    "dpdm": "^3.14.0",
    "dumi": "2.2.17",
    "dumi-theme-lobehub": "^1.8.0",
    "eslint": "^8.57.0",
    "father": "4.3.1",
    "husky": "^9.0.11",
    "jsdom": "^24.1.0",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "remark": "^14.0.3",
    "remark-cli": "^11.0.0",
    "semantic-release": "^21.1.2",
    "stylelint": "^15.11.0",
    "stylelint-use-logical-spec": "^5.0.1",
    "typescript": "^5.4.5",
    "vitest": "~1.2.2"
  },
  "peerDependencies": {
    "ahooks": ">=3",
    "antd": ">=5.13.0",
    "antd-style": ">=3",
    "lucide-react": ">=0.396.0",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
