{
  "name": "@commercetools/nimbus",
  "version": "3.0.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.es.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.es.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json",
    "./setup-jsdom-polyfills": {
      "import": {
        "default": "./dist/setup-jsdom-polyfills.es.js"
      },
      "require": {
        "default": "./dist/setup-jsdom-polyfills.cjs"
      }
    }
  },
  "files": [
    "dist",
    "package.json"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/nimbus.git"
  },
  "sideEffects": [
    "*.css"
  ],
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.ts"
      ]
    }
  },
  "dependencies": {
    "@chakra-ui/cli": "^3.35.0",
    "@emotion/is-prop-valid": "^1.4.0",
    "@github-ui/storybook-addon-performance-panel": "^1.1.4",
    "@internationalized/string": "^3.2.8",
    "@react-aria/interactions": "3.28.0",
    "@react-aria/utils": "3.34.0",
    "dequal": "^2.0.3",
    "escape-html": "^1.0.3",
    "is-hotkey": "^0.2.0",
    "next-themes": "^0.4.6",
    "react-aria": "3.48.0",
    "react-aria-components": "1.17.0",
    "react-hotkeys-hook": "^5.3.2",
    "react-stately": "3.46.0",
    "react-use": "^17.5.1",
    "use-debounce": "^10.1.0"
  },
  "devDependencies": {
    "@chakra-ui/react": "^3.35.0",
    "@internationalized/date": "^3.12.1",
    "@react-aria/optimize-locales-plugin": "1.2.0",
    "@react-types/shared": "^3.34.0",
    "@storybook/addon-a11y": "^10.3.6",
    "@storybook/addon-docs": "^10.3.6",
    "@storybook/addon-vitest": "^10.3.6",
    "@storybook/react-vite": "^10.3.6",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/escape-html": "^1.0.4",
    "@types/is-hotkey": "^0.1.10",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.2.0",
    "@vitest/browser": "^4.1.5",
    "@vitest/browser-playwright": "^4.1.5",
    "@vitest/coverage-v8": "^4.1.5",
    "@vueless/storybook-dark-mode": "^10.0.8",
    "apca-w3": "^0.1.9",
    "axe-core": "^4.11.0",
    "dompurify": "^3.4.2",
    "glob": "^13.0.6",
    "jsdom": "29.0.1",
    "playwright": "^1.59.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.60.3",
    "rollup-plugin-tree-shakeable": "^2.0.0",
    "slate": "^0.123.0",
    "slate-history": "^0.115.0",
    "slate-hyperscript": "^0.115.0",
    "slate-react": "^0.123.0",
    "storybook": "^10.3.6",
    "vite": "^7.3.2",
    "vite-plugin-dts": "^4.5.4",
    "vite-tsconfig-paths": "^6.1.1",
    "vitest": "^4.1.5",
    "@commercetools/nimbus-design-token-ts-plugin": "^3.0.0",
    "@commercetools/nimbus-icons": "^3.0.0",
    "@commercetools/nimbus-tokens": "^3.0.0"
  },
  "peerDependencies": {
    "@chakra-ui/react": "^3.35.0",
    "react": "19.x",
    "slate": "^0.123.0",
    "slate-history": "^0.115.0",
    "slate-hyperscript": "^0.115.0",
    "slate-react": "^0.123.0",
    "@commercetools/nimbus-icons": "^3.0.0",
    "@commercetools/nimbus-tokens": "^3.0.0"
  },
  "scripts": {
    "build": "pnpm run build-theme-typings && pnpm run build:lib",
    "build:lib": "vite build",
    "dev": "vite build --watch",
    "test": "vitest --run",
    "typecheck": "tsc --noEmit",
    "build-theme-typings": "pnpm chakra typegen ./src/theme/index.ts",
    "postinstall": "test -f ./dist/index.es.js && chakra typegen ./dist/index.es.js || true",
    "bundles:analyze": "ANALYZE_BUNDLE=true vite build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  }
}