{
  "name": "bi-components-library",
  "private": false,
  "version": "1.5.12",
  "type": "module",
  "description": "SealSeek BI 组件库 - 基于 Ant Design 的企业级 React 组件",
  "keywords": [
    "react",
    "components",
    "antd",
    "typescript",
    "ui"
  ],
  "author": "SealSeek Team",
  "license": "MIT",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "types": "./dist/index.d.ts"
    },
    "./styles": "./dist/bi-components-library.css"
  },
  "peerDependencies": {
    "@ant-design/icons": ">=5.0.0",
    "antd": ">=5.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependencyRules": {
    "allowedVersions": {
      "react": "*",
      "react-dom": "*"
    },
    "ignoreMissing": []
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -p tsconfig.build.json && vite build",
    "build:demo": "tsc -b && vite build --config vite.config.demo.ts",
    "lint": "eslint .",
    "preview": "vite preview",
    "preview:demo": "vite preview --outDir dist-demo",
    "publish:preflight": "node scripts/publish-preflight.mjs",
    "publish:safe": "npm run publish:preflight && npm publish",
    "release": "node scripts/release.mjs",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "vitest": "^3.0.0",
    "@vitest/coverage-v8": "^3.0.0",
    "@testing-library/react": "^16.1.0",
    "@testing-library/jest-dom": "^6.6.0",
    "@testing-library/user-event": "^14.5.0",
    "jsdom": "^25.0.0",
    "@joshwooding/vite-plugin-react-docgen-typescript": "^0.6.2",
    "@rollup/pluginutils": "^5.3.0",
    "@storybook/react-docgen-typescript-plugin": "^1.0.1",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitejs/plugin-react-swc": "^3.10.2",
    "eslint": "^9.30.1",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "globals": "^16.3.0",
    "react-docgen-typescript-plugin": "^1.0.8",
    "react-router-dom": "^6.28.0",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.35.1",
    "vite": "^7.0.4"
  },
  "dependencies": {
    "@tiptap/react": "2.27.2",
    "@tiptap/core": "2.27.2",
    "@tiptap/starter-kit": "2.27.2",
    "@tiptap/extension-placeholder": "2.27.2",
    "@arco-design/web-react": "^2.66.8",
    "dayjs": "^1.11.19",
    "react-markdown": "^10.1.0",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "remark-directive": "^4.0.0",
    "swiper": "^12.1.0",
    "unist-util-visit": "^5.1.0"
  }
}
