{
  "name": "@blocksuite/presets",
  "version": "0.19.5",
  "description": "Prebuilt BlockSuite editors and opt-in additional UI components.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/toeverything/blocksuite.git",
    "directory": "packages/presets"
  },
  "scripts": {
    "build": "tsc",
    "test:unit": "nx vite:test --browser.headless --run",
    "test:debug": "PWDEBUG=1 npx vitest"
  },
  "sideEffects": false,
  "keywords": [],
  "author": "toeverything",
  "license": "MPL-2.0",
  "dependencies": {
    "@blocksuite/affine-block-surface": "0.19.5",
    "@blocksuite/affine-model": "0.19.5",
    "@blocksuite/affine-shared": "0.19.5",
    "@blocksuite/block-std": "0.19.5",
    "@blocksuite/blocks": "0.19.5",
    "@blocksuite/global": "0.19.5",
    "@blocksuite/inline": "0.19.5",
    "@blocksuite/store": "0.19.5",
    "@floating-ui/dom": "^1.6.10",
    "@lottiefiles/dotlottie-wc": "^0.4.0",
    "@preact/signals-core": "^1.8.0",
    "@toeverything/theme": "^1.1.1",
    "lit": "^3.2.0",
    "zod": "^3.23.8"
  },
  "exports": {
    ".": {
      "module": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./effects": {
      "module": "./dist/effects.js",
      "types": "./dist/effects.d.ts",
      "import": "./dist/effects.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "exports": {
      ".": {
        "module": "./dist/index.js",
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js"
      },
      "./effects": {
        "module": "./dist/effects.js",
        "types": "./dist/effects.d.ts",
        "import": "./dist/effects.js"
      }
    }
  },
  "files": [
    "src",
    "dist",
    "themes",
    "!src/__tests__",
    "!dist/__tests__"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}