{
  "name": "@aibloq/components",
  "files": [
    "*"
  ],
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./theming": "./theming/index.js",
    "./test-utils/dom": "./test-utils/dom/index.js",
    "./test-utils/selectors": "./test-utils/selectors/index.js",
    "./interfaces": "./interfaces.js",
    "./contexts/form-field": "./contexts/form-field.js",
    "./alert": "./alert/index.js",
    "./annotation-context": "./annotation-context/index.js",
    "./app-layout": "./app-layout/index.js",
    "./area-chart": "./area-chart/index.js",
    "./attribute-editor": "./attribute-editor/index.js",
    "./autosuggest": "./autosuggest/index.js",
    "./badge": "./badge/index.js",
    "./bar-chart": "./bar-chart/index.js",
    "./box": "./box/index.js",
    "./breadcrumb-group": "./breadcrumb-group/index.js",
    "./button": "./button/index.js",
    "./button-dropdown": "./button-dropdown/index.js",
    "./cards": "./cards/index.js",
    "./checkbox": "./checkbox/index.js",
    "./code-editor": "./code-editor/index.js",
    "./collection-preferences": "./collection-preferences/index.js",
    "./column-layout": "./column-layout/index.js",
    "./container": "./container/index.js",
    "./date-picker": "./date-picker/index.js",
    "./date-range-picker": "./date-range-picker/index.js",
    "./expandable-section": "./expandable-section/index.js",
    "./flashbar": "./flashbar/index.js",
    "./form": "./form/index.js",
    "./form-field": "./form-field/index.js",
    "./grid": "./grid/index.js",
    "./header": "./header/index.js",
    "./help-panel": "./help-panel/index.js",
    "./hotspot": "./hotspot/index.js",
    "./icon": "./icon/index.js",
    "./input": "./input/index.js",
    "./line-chart": "./line-chart/index.js",
    "./link": "./link/index.js",
    "./mixed-line-bar-chart": "./mixed-line-bar-chart/index.js",
    "./modal": "./modal/index.js",
    "./multiselect": "./multiselect/index.js",
    "./pagination": "./pagination/index.js",
    "./pie-chart": "./pie-chart/index.js",
    "./popover": "./popover/index.js",
    "./progress-bar": "./progress-bar/index.js",
    "./property-filter": "./property-filter/index.js",
    "./radio-group": "./radio-group/index.js",
    "./s3-resource-selector": "./s3-resource-selector/index.js",
    "./segmented-control": "./segmented-control/index.js",
    "./select": "./select/index.js",
    "./side-navigation": "./side-navigation/index.js",
    "./space-between": "./space-between/index.js",
    "./spinner": "./spinner/index.js",
    "./split-panel": "./split-panel/index.js",
    "./status-indicator": "./status-indicator/index.js",
    "./table": "./table/index.js",
    "./tabs": "./tabs/index.js",
    "./tag-editor": "./tag-editor/index.js",
    "./text-content": "./text-content/index.js",
    "./text-filter": "./text-filter/index.js",
    "./textarea": "./textarea/index.js",
    "./tiles": "./tiles/index.js",
    "./time-input": "./time-input/index.js",
    "./toggle": "./toggle/index.js",
    "./token-group": "./token-group/index.js",
    "./top-navigation": "./top-navigation/index.js",
    "./tutorial-panel": "./tutorial-panel/index.js",
    "./wizard": "./wizard/index.js",
    "./top-navigation/1.0-beta": "./top-navigation/1.0-beta/index.js"
  },
  "sideEffects": [
    "*.css",
    "./internal/base-component/index.js",
    "./internal/base-component/styles.css.js"
  ],
  "version": "0.0.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudscape-design/components.git"
  },
  "homepage": "https://cloudscape.design",
  "dependencies": {
    "@cloudscape-design/collection-hooks": "^1.0.0",
    "@cloudscape-design/test-utils-core": "^1.0.0",
    "@cloudscape-design/theming-runtime": "^1.0.0",
    "@juggle/resize-observer": "^3.3.1",
    "ace-builds": "^1.4.13",
    "balanced-match": "^1.0.2",
    "clsx": "^1.1.0",
    "d3-scale": "^2.2.2",
    "d3-shape": "^1.3.7",
    "date-fns": "^2.25.0",
    "mnth": "^2.0.0",
    "react-focus-lock": "~2.8.1",
    "react-keyed-flatten-children": "^1.3.0",
    "react-resizable": "^1.11.1",
    "react-transition-group": "^4.4.2",
    "react-virtual": "^2.8.2",
    "tslib": "^2.4.0",
    "weekstart": "^1.1.0"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17 || ^18",
    "react-dom": "^16.8 || ^17 || ^18"
  }
}
