@platejs/caption
Version: 
Primitive components for caption.
66 lines (65 loc) • 1.52 kB
JSON
{
  "name": "@platejs/caption",
  "version": "49.0.0",
  "description": "Primitive components for caption.",
  "keywords": [
    "plate",
    "caption"
  ],
  "homepage": "https://platejs.org",
  "bugs": {
    "url": "https://github.com/udecode/plate/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/udecode/plate.git",
    "directory": "packages/caption"
  },
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "module": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.mjs",
      "module": "./dist/react/index.mjs",
      "require": "./dist/react/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "brl": "yarn p:brl",
    "build": "yarn p:build",
    "build:watch": "yarn p:build:watch",
    "clean": "yarn p:clean",
    "lint": "yarn p:lint",
    "lint:fix": "yarn p:lint:fix",
    "test": "yarn p:test",
    "test:watch": "yarn p:test:watch",
    "typecheck": "yarn p:typecheck"
  },
  "dependencies": {
    "react-textarea-autosize": "^8.5.9"
  },
  "devDependencies": {
    "platejs": "workspace:^"
  },
  "peerDependencies": {
    "platejs": ">=49.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}