{
  "name": "@contentful/f36-components",
  "description": "Contentful UI Component Library",
  "version": "6.20.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.module.js",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "browserslist": "extends @contentful/browserslist-config",
  "peerDependencies": {
    "@types/react": "^18.3.0 || >=19.1.0",
    "@types/react-dom": "^18.3.0 || >=19.1.0",
    "react": "^18.3.0 || >=19.1.0",
    "react-dom": "^18.3.0 || >=19.1.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "@contentful/f36-accordion": "^6.20.0",
    "@contentful/f36-asset": "^6.20.0",
    "@contentful/f36-autocomplete": "^6.20.0",
    "@contentful/f36-avatar": "^6.20.0",
    "@contentful/f36-badge": "^6.20.0",
    "@contentful/f36-button": "^6.20.0",
    "@contentful/f36-card": "^6.20.0",
    "@contentful/f36-collapse": "^6.20.0",
    "@contentful/f36-copybutton": "^6.20.0",
    "@contentful/f36-core": "^6.20.0",
    "@contentful/f36-datetime": "^6.20.0",
    "@contentful/f36-datepicker": "^6.20.0",
    "@contentful/f36-drag-handle": "^6.20.0",
    "@contentful/f36-empty-state": "^6.20.0",
    "@contentful/f36-entity-list": "^6.20.0",
    "@contentful/f36-forms": "^6.20.0",
    "@contentful/f36-header": "^6.20.0",
    "@contentful/f36-icon": "^6.20.0",
    "@contentful/f36-image": "^6.20.0",
    "@contentful/f36-layout": "^6.20.0",
    "@contentful/f36-list": "^6.20.0",
    "@contentful/f36-menu": "^6.20.0",
    "@contentful/f36-multiselect": "^6.20.0",
    "@contentful/f36-modal": "^6.20.0",
    "@contentful/f36-navlist": "^6.20.0",
    "@contentful/f36-notification": "^6.20.0",
    "@contentful/f36-note": "^6.20.0",
    "@contentful/f36-pagination": "^6.20.0",
    "@contentful/f36-pill": "^6.20.0",
    "@contentful/f36-popover": "^6.20.0",
    "@contentful/f36-progress-stepper": "^6.20.0",
    "@contentful/f36-skeleton": "^6.20.0",
    "@contentful/f36-spinner": "^6.20.0",
    "@contentful/f36-tabs": "^6.20.0",
    "@contentful/f36-table": "^6.20.0",
    "@contentful/f36-text-link": "^6.20.0",
    "@contentful/f36-tooltip": "^6.20.0",
    "@contentful/f36-typography": "^6.20.0",
    "@contentful/f36-usage-card": "^6.20.0",
    "@contentful/f36-usage-count": "^6.20.0"
  },
  "devDependencies": {
    "@contentful/browserslist-config": "^5.0.0",
    "microbundle": "^0.15.1",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "semantic-release": "^25.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/contentful/forma-36.git"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/",
    "access": "public"
  },
  "gitHead": "e7d604672b4c32b089c41fee14f9c878929d7b20",
  "scripts": {
    "build": "microbundle src/index.ts",
    "semantic-release": "semantic-release"
  }
}