{
  "name": "@contentful/default-field-editors",
  "version": "4.2.5",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "default": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "author": "Contentful GmbH",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/contentful/field-editors"
  },
  "scripts": {
    "watch": "yarn concurrently \"yarn:watch:*\"",
    "watch:cjs": "yarn build:cjs -w",
    "watch:esm": "yarn build:esm -w",
    "watch:types": "yarn build:types --watch",
    "build": "yarn build:types && yarn build:cjs && yarn build:esm",
    "build:types": "tsc --outDir dist/types --emitDeclarationOnly",
    "build:cjs": "swc src --config-file ../../.swcrc -d dist/cjs -C module.type=commonjs",
    "build:esm": "swc src --config-file ../../.swcrc -d dist/esm",
    "test": "vitest",
    "test:ci": "vitest run",
    "tsc": "tsc -p ./ --noEmit"
  },
  "dependencies": {
    "@contentful/f36-components": "^6.7.1",
    "@contentful/f36-icons": "^6.7.1",
    "@contentful/f36-tokens": "^6.1.2",
    "@contentful/field-editor-boolean": "^2.2.2",
    "@contentful/field-editor-checkbox": "^2.2.2",
    "@contentful/field-editor-date": "^2.2.2",
    "@contentful/field-editor-dropdown": "^3.2.2",
    "@contentful/field-editor-json": "^4.3.2",
    "@contentful/field-editor-list": "^2.2.2",
    "@contentful/field-editor-location": "^2.2.2",
    "@contentful/field-editor-markdown": "^2.3.4",
    "@contentful/field-editor-multiple-line": "^2.2.2",
    "@contentful/field-editor-number": "^2.2.2",
    "@contentful/field-editor-radio": "^3.2.2",
    "@contentful/field-editor-rating": "^2.2.2",
    "@contentful/field-editor-reference": "^8.4.2",
    "@contentful/field-editor-rich-text": "^6.4.3",
    "@contentful/field-editor-shared": "^4.5.2",
    "@contentful/field-editor-single-line": "^2.2.2",
    "@contentful/field-editor-slug": "^3.4.2",
    "@contentful/field-editor-tags": "^2.2.2",
    "@contentful/field-editor-url": "^2.2.2",
    "@contentful/field-editor-validation-errors": "^3.1.4",
    "@emotion/css": "^11.13.5",
    "contentful-management": "^12.3.0"
  },
  "devDependencies": {
    "@contentful/field-editor-test-utils": "^3.1.2"
  },
  "peerDependencies": {
    "react": ">=18.3.1",
    "react-dom": ">=18.3.1"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/"
  },
  "gitHead": "dabc9af0a14a4fe336716b35471e203a976dd14b"
}
