{
  "name": "@zilliz/zui",
  "version": "1.2.41",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js",
      "default": "./dist/core/index.js"
    },
    "./core/*": {
      "types": "./dist/core/*.d.ts",
      "import": "./dist/core/*.js",
      "default": "./dist/core/*.js"
    },
    "./business": {
      "types": "./dist/business/index.d.ts",
      "import": "./dist/business/index.js",
      "default": "./dist/business/index.js"
    },
    "./business/*": {
      "types": "./dist/business/*.d.ts",
      "import": "./dist/business/*.js",
      "default": "./dist/business/*.js"
    },
    "./icons": {
      "types": "./dist/core/ZIcons/icons.d.ts",
      "import": "./dist/core/ZIcons/icons.js",
      "default": "./dist/core/ZIcons/icons.js"
    },
    "./core/ZIcons": {
      "types": "./dist/core/ZIcons/index.d.ts",
      "import": "./dist/core/ZIcons/index.js",
      "default": "./dist/core/ZIcons/index.js"
    },
    "./core/ZIcons/*": {
      "types": "./dist/core/ZIcons/*.d.ts",
      "import": "./dist/core/ZIcons/*.js",
      "default": "./dist/core/ZIcons/*.js"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "sideEffects": [
    "**/*.css",
    "**/*.svg"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b tsconfig.build.json && node build.js",
    "build:icon": "node ./figma-imports/index.js",
    "build:mcp": "cd mcp-server && yarn && yarn build",
    "test:mcp": "node test-final-mcp.js",
    "dev:mcp": "cd mcp-server && npm run dev",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "vite-build": "tsc && vite build "
  },
  "dependencies": {
    "@mui/x-date-pickers": "^7.15.0",
    "@tanstack/react-table": "^8.19.2",
    "clsx": "^1.2.1",
    "dayjs": "^1.11.5",
    "papaparse": "^5.3.1",
    "react-syntax-highlighter": "^15.5.0"
  },
  "peerDependencies": {
    "@emotion/react": ">=11.10.4 <12",
    "@emotion/styled": ">=11.10.4 <12",
    "@mui/material": "^6.0.2",
    "@mui/system": "^6.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-window": "^1.8.11"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@fontsource/inter": "^5.0.19",
    "@emotion/react": "^11.13.3",
    "@emotion/styled": "^11.13.0",
    "@storybook/addon-docs": "9.1.0-alpha.3",
    "@storybook/react": "9.1.0-alpha.3",
    "@storybook/react-vite": "9.1.0-alpha.3",
    "@mui/material": "^6.0.2",
    "@mui/system": "^6.0.2",
    "@types/papaparse": "^5.3.3",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@types/react-syntax-highlighter": "^15.5.4",
    "@types/react-window": "^1.8.8",
    "@vitejs/plugin-react": "^1.0.7",
    "babel-loader": "^8.2.3",
    "chromatic": "^6.4.3",
    "jsdom": "^20.0.2",
    "postcss": "^8.4.7",
    "postcss-advanced-variables": "^3.0.1",
    "postcss-custom-media": "^8.0.0",
    "postcss-import": "^14.0.2",
    "postcss-nested": "^5.0.6",
    "postcss-url": "^10.1.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-window": "^1.8.11",
    "storybook": "9.1.0-alpha.3",
    "typescript": "^5.3.3",
    "vite": "^6.3.5",
    "vitest": "^0.25.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
